Practical Python Programming, by David Beazley

When I first learned Python nearly 25 years ago, I was immediately
struck by how I could productively apply it to all sorts of messy work
projects. Fast-forward a decade and I found myself teaching others the
same fun. The result of that teaching is this… Read more

Similar

NumPy 1.19: Support for Python 2 removed

This NumPy release is marked by the removal of much technical debt: support for Python 2 has been removed, many deprecations have been expired, and documentation has been improved. The polishing of the random module continues apace with bug fixes and bett... (more…)

Read more »

Sending an email with Python

I haven't done any Python programming in years. I think it's probably 10 years ago, and then it was only some basic learning-how-to-program stuff. I'm participating in a project at work. We're doing some prototyping with a Raspberry Pi and some custom sof... (more…)

Read more »

Python Countdown

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 »