Blog posts: Python

It’s no Rust, but I quite like Python and have spent a lot of time writing it in the past.

(Just don’t expect that I’ll write any more blog posts about Python, because I seldom use it now, normally using Rust or JavaScript instead.)

2014

Say “no” to import side‐effects in Python

When you write Python code, please make sure that you don’t have side‐effects in your module imports. It breaks things and makes people sad.