Every year, I revisit the current best practices for Python packaging. This is my 2021 edition. (more…)
Read more »
Creating python binaries and updating those binaries is a vital part of a good application. When a user is required to go out of their way to download a seperate binary and install it (or worse, manually overwrite it), it worsens the experience. As such ... (more…)
Read more »
Over time, how I develop applications in python has changed noticeably. I will
divide the topic into three sections and see how they tie into each other at
the end. (more…)
Read more »
Python library to decode StarCraft II replay protocols - Blizzard/s2protocol... (more…)
Read more »
A fast type checker and IDE for Python. Contribute to facebook/pyrefly development by creating an account on GitHub. (more…)
Read more »