background preloader

Python

Facebook Twitter

Opentype

The Jython Project. 0.8. There are several object-relational mappers (ORM) for Python.

0.8

I honestly can't comment deeply on the quality of those packages, but I'll try to place SQLObject in perspective. SQLObject uses new-style classes extensively. The resultant objects have a new-style feel as a result -- setting attributes has side effects (it changes the database), and defining classes has side effects (through the use of metaclasses). Attributes are generally exposed, not marked private, knowing that they can be made dynamic or write-only later.

BeginnersGuide. New to programming?

BeginnersGuide

Python is free and easy to learn if you know where to start! This guide will help you to get started quickly. Chinese Translation New to Python?