Full-screen console debugger for Python. Contribute to inducer/pudb development by creating an account on GitHub. (more…)
Read more »
If you ever spent some time trying to write a Python application you have probably experienced Python’s Infamous Dependency Hell at some point. You’ve probably also gathered by now that it has become a folk tradition to start any piece about such subject ... (more…)
Read more »
Those who have been following Python development on Windows recently will be aware that I’ve been actively redeveloping the installer. And if you’ve been watching closely you’ll know that there are now many more ways to install the official python.o...
Read more »
This talk was presented at PyCon India 2019, on Oct 12th - 13th, at the Chennai Trade Centre.Website: https://in.pycon.org/2019... (more…)
Read more »
Today, I encountered a fun bug where f"{x}" threw a TypeError, but str(x) worked. Join me on my journey unravelling what f-strings do and uncovering the mystery of why an object might not be what it seems. (more…)
Read more »