Setting up the Raspberry Pi and getting started with python programming on it... (more…)
Read more »
Let’s pry apart this slightly unintuitive Python dictionary expression to find out what’s going on in the uncharted depths of the Python interpreter.
Read more »
Today I'm starting a new series of articles about a topic that does not get a lot of coverage: how to write Python unit tests. Unlike other testing tutorials, I'm going to focus on testing techniques… (more…)
Read more »
I stumbled on a surprising instance of Elixir being much easier to learn and use than Python: I was in each one’s REPL, comparing how to do some typical programming task. (I forget exactly, but it … (more…)
Read more »
Learn how to use pip, python's standard package-management system and how it allows you to install third-party packages. (more…)
Read more »