With PEP 484 Python allows you to annotate variables and functions with
their types: (more…)
Read more »
It doesn’t matter if you have been into full web development or if you are just starting, but during this 2020 pandemic, lots of people have... (more…)
Read more »
One of my wastes of time is watching celebrity-based British game shows on YouTube. This started with Never Mind the Buzzzcocks, expanded to QI, and now covers a handful of shows, including 8 Out of 10 Cats Does Countdown.1 One of the puzzles in this show... (more…)
Read more »
GitHub’s own CI called GitHub Actions has been out of closed beta for a while and offers generous free quotas and a seamless integration with the rest of the site. Let’s have a look on how to use it for an open source Python package. (more…)
Read more »
This is an introduction to data scraping using Python. In a live-coding session, I'll scrape data from this website: https://www.premiumbeautynews.com/ I'll ... (more…)
Read more »