Subscribers to LWN.net made this article — and everything that
surrounds it — possible. If you appreciate our content, please
buy a subscription and make the next
set of articles possible. (more…)
Read more »
Dictobject.c is the module behind Python's dict object. This is SO frequently used, and there are a few little-known tidbits that are useful to understand for optimal performance. (more…)
Read more »
Recently, I analyzed Python 3 support for packages listed in PyPI to judge the risk of completely dropping Python 2 in 2017. In this…...
Read more »
The simulation is CPU-bound and depends mostly on math performance. It was... (more…)
Read more »
As a software developer
who cares about making robust, debuggable systems,
I’ve been interested for a while now
in ideas like Functional Reactive Programming,
or the Elm Architecture.
Sadly,
regular employement does not include a lot of opportunities
to p... (more…)
Read more »