The State of Python Packaging in 2021

Every year, I revisit the current best practices for Python packaging. This is my 2021 edition. Read more

Similar

Headless Web Scraping with Python

Some websites require that you execute javascript before you can see any content on the page, or you may want to emulate a real user. In order to handle these use cases we'll learn how to use pyppeteer which is a library for controlling a Headless Chrome ... (more…)

Read more »

Why are there so many Python installers?

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 »