Joyful Python with the REPL

REPL Driven Development is a workflow that makes coding both joyful and interactive. It’s even better than TDD. Read more

Similar

Python How Tos

Python HOWTOs are documents that cover a single, specific topic, and attempt to cover it fairly completely. Modelled on the Linux Documentation Project’s HOWTO collection, this collection is an eff... (more…)

Read more »

Writing iTerm2 Python Scripts

iTerm2 is a very powerful piece of software and includes a plugin system that allows you to write Python scripts that terminal programs can take advantage of. In this post, we're going to write two Python scripts for iTerm2: one to automatically switch to... (more…)

Read more »