In episode 526 of the Changelog podcast entitled, "Git with your friends", they discussed various tools involving git (disclaimer: I have been on the podcast multiple times and had dinner with the hosts
After needing to do a deep dive on the venv module (which I will explain later in this blog post as to why), I thought I would explain how virtual environments work to
So you made a release on PyPI [https://pypi.org/] and there's a mistake (we've
all been there). It can be as big as the whole release is bad, to just a
spelling
Recently on Twitter there was a maintainer of a Python project who had a couple
of bugs filed against their project due to builds failing (this particular
project doesn't provide wheels, only sdists)
When people start learning Python, they often will come across a package they
want to try and it will usually start with "just pip install it!" The problem
with that advice is it's