Only Python
This blog deals almost exclusively with my Python coding activities.
Monday, September 19, 2022
New milestone: friendly/friendly-traceback version 0.6 (and why not 1.0)
›
Just a few minutes ago, @isidentical tweeted that PyPy 3.9 had implemented the new enhanced tracebacks that are going to be part of cPython ...
Friday, June 17, 2022
friendly_idle is done!
›
friendly_idle is done! I've found a better solution for the remaining issue I had mentioned in the previous blog post. I also found a fi...
Tuesday, June 14, 2022
Friendly IDLE
›
friendly_idle is now available. This is just a quick announcement. Eventually I plan to write a longer blog post explaining how I use impo...
Saturday, June 11, 2022
Nicer arithmetic with Python
›
Beginning programmers are often surprised by floating point arithmetic inaccuracies. If they use Python, many will often write posts saying ...
Friday, May 13, 2022
Python 🐍 fun with emojis
›
At EuroSciPy in 2018, Marc Garcia gave a lightning talk which started by pointing out that scientific Python programmers like to alias ever...
Sunday, April 10, 2022
Natural syntax for units in Python
›
In the past week, there has been an interesting discussion on Python-ideas about Natural support for units in Python . As I have taught intr...
Tuesday, February 08, 2022
Friendly-traceback and IPython: update
›
In my previous post , I mentioned that, unlike IPython, friendly/friendly-traceback included values of relevant objects in a traceback. As ...
‹
›
Home
View web version