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

Updating Python Apps

Creating python binaries and updating those binaries is a vital part of a good application. When a user is required to go out of their way to download a seperate binary and install it (or worse, manually overwrite it), it worsens the experience. As such ... (more…)

Read more »

Python Extensions with Rust and Go

The goal of a developer retreat is to stop what you are doing for awhile and explore something new. This usually requires a shift in mindset, and the biggest shift is to suspend the focus around productivity and urgency. It’s important to give up the idea... (more…)

Read more »