Archive

Archive for the ‘Python’ Category

Alex Martelli on Python Design Patterns

March 26th, 2007
Comments Off

Alex Martelli is now at Google; here’s a video of him talking about design patterns in Python (notes available as PDF).  I’ll post the second part when it appears.

Python

Barry Warsaw on debugging Python’s memory usage

October 13th, 2006
Comments Off

Barry has been part of the Python development team for yonks; this article is the first of two (or more) that describe how Python is supposed to manage memory, and how to find out what’s actually going on. Good debugging tips for systems geeks…

Python

Python Testing Tools

September 22nd, 2006
Comments Off

An extensive annotated list of testing tools for Python — lots of useful links, including many I hadn’t seen before.

Python

I Agree: It’s Not Worth Arguing

September 20th, 2006

This post titled “Ruby vs. Python – why no-one should care” resonates. The argument is that the languages are similar enough that there’s really nothing to choose between them, so stick with whichever you learn first. Now Erlang, on the other hand — I’ve always wondered why there isn’t real buzz around it in the open source world…

Python