Python Hash Tables: understanding dictionaries

Dictionaries are a really important part of Python but how can they be so fast and reliable? The answer is about Hash Tables… Read more

Similar

Python Minifier

Transform Python source code into it's most compact representation - GitHub - dflook/python-minifier: Transform Python source code into it's most compact representation... (more…)

Read more »

Python 3.10.0a5 is now available

Well, this one took a bit more time due to some surprise last time reference leaks and release blockers to fix, but now Python 3.10.0a5 it’s here. Will this be the first release announcement of the 3.10 series without copy-paste typos? Go get it here: (more…)

Read more »