Armin Ronacher's Thoughts and Writings
Jul 29, 2010

Sharing Vim Tricks

Things I love about vim and that I think are worth sharing.

Jun 19, 2010

Licenses dammed Licenses

Adventures in License land. We need more lawyers in the open source world.

Jun 14, 2010

Opening The Flask

First part of a series of articles about how Flaks works internally and how you can create micro frameworks with Werkzeug.

May 25, 2010

WSGI on Python 3

A short summary about the current state of WSGI on Python 3.

Apr 3, 2010

April 1st Post Mortem

My conclusions of an April's fools day joke I made this year that later lead to the development of the Flask micro framework.

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 7, 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 6, 2010

Status Update 2010

Things that will change for me in 2010.

Aug 5, 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.