Armin Ronacher's Thoughts and Writings
Feb 11, 2010

Porting to Python 3 — A Guide

Various notes on how to port libraries and applications over to Python 3 based on my experiences with the Jinja2 port.

Jan 07, 2010

Pros and Cons about Python 3

Short overview of things that are nice about Python 3 and parts where I can't agree with the changes or it did not go far enough.

Jan 06, 2010

Status Update 2010

Things that will change for me in 2010.

Aug 05, 2009

Pro/Cons about Werkzeug, WebOb and Django

Why Werkzeug and WebOb exist when Django is already around.

Jul 24, 2009

Singletons and their Problems in Python

An exploration of singletons in Python, where they appear and why they can become a problem.

Jul 14, 2009

free VS free

Why the BSD licenses work for me.

Apr 08, 2009

C++ Pitfalls

A concise list of some common C++ pitfalls.

Mar 21, 2009

Going back to Windows

Why I am running Windows on my desktop computer now instead of ubuntu.

Mar 02, 2009

“STD” stands for Sleazy, Tattered and Dead

My experiences with the Python standard library and why I'm not the biggest fan of it or at least the way it works currenctly.

Mar 01, 2009

The 1000% Speedup, or, the stdlib sucks

How a small change on an import resulted in an 1000% speedup.