For you Python users who have been unwilling (or unable) to upgrade to version 3, there’s yet another reason to get motivated: python.org has released Python 2.7.18, the absolute last official release for Python 2. While it doesn’t add much in terms of f... (more…)
Read more »
We recently explored how wealthy countries (those defined as high-income by the World Bank) tend to visit a different set of technologies than the rest of the world. Among the largest differences we saw was in the programming language Python. When we focu... (more…)
Read more »
An exploration into the possibility of running a parallel application using sub interpreters... (more…)
Read more »
Check out these great Python tools for crawling and scraping the web, and parsing out the data you need. (more…)
Read more »
python-fire - Python Fire is a library for automatically generating command line interfaces (CLIs) from absolutely any Python object. (more…)
Read more »