In this tutorial, we will create a Python application that can be installed directly from pip that will show the 10 latest blog posts from this website (the one you are reading this on!). If you just want to avoid all of this hard work and publish a pytho... (more…)
Read more »
Most computer applications can be configured to behave a certain way, be it via command line flags, environment variables, or configuration files. For you... (more…)
Read more »
In this short article I will demonstrate a nifty trick to get your python tracebacks annotated with git blame information, specifically… (more…)
Read more »
Have you noticed how good The Hitchhiker’s Guide to Python is? The documentation there on virtualenv is exemplary. (more…)
Read more »
Full-screen console debugger for Python. Contribute to inducer/pudb development by creating an account on GitHub. (more…)
Read more »