divider

You are currently browsing the archives for the Python category.

divider
Categories
Abortion (1)
Faith (4)
Geek (8)
General (12)
OS X (1)
Politics (7)
Python (3)
Useful software (1)

Archive for the 'Python' Category

May 4th, 2006

A step-by-step SQLAlchemy tutorial

SQLAlchemy is a very useful database-access library for Python. It’s got excellent documentation; but what it was missing until recently was a tutorial. I wrote a step-by-step SQLAlchemy tutorial to fill in the gap. Of course, the day after I wrote it, SQLAlchemy’s author posted the tutorial that he’d been working on, so I just […]

divider
May 25th, 2005

Logix: Lisp with Python syntax

Logix is Python, with macros. Logix is Lisp, with Python syntax. Logix is a programming language that lets you create programming languages. Logix is whatever language you need it to be.

divider
May 18th, 2005

WSGI demystified

One of the most exciting things to come out of PyCon 2005 was the WSGI spec. WSGI is a standard that specifies a common interface for Python Web frameworks.
For a full understanding of the interface there’s no substitute for reading the spec. But in my experience, many people are too busy to read specs. So […]

divider