A library and tool for generating .pex (Python EXecutable) files...
Read more »
On April 20th, 2020, a release manager named Benjamin Peterson smashed the “publish” button on Python 2.7.18. (more…)
Read more »
Due to day job I was looking for Java project build systems. Whilst searching for that I saw references of Python build system. But hang on a second, Python is a scripting language; you simply run … (more…)
Read more »
Pythran is an ahead of time compiler for a subset of the Python language, with a
focus on scientific computing. It takes a Python module annotated with a few
interface description and turns it into a native Python module with the same
interface, but (hope... (more…)
Read more »
Short Python snippets that you can quickly learn and use in your work or personal needs... (more…)
Read more »