SQLObject is an object-relational mapper, i.e., a library that will wrap your database tables in Python classes and your rows in Python instances. It currently supports MySQL through the 'MySQLdb' package, PostgreSQL through the 'psycopg' package, SQLite, Firebird, MaxDB (SAP DB), MS SQL, and Sybase. It should support Python versions back to 2.4.
Ion -- radical new direction for a WM Anyone who feels more comfortable inside a terminal using screen, or with Emacs maximized for the entire session, should try using ion (http://freshmeat.net/pr...
Re: How does any of this show Ruby is scalable? > Ruby is what Python should have been. I'm not against Ruby or anything, but nothing said here distinguishes Ruby. Very little I'...
Re: Command Line > It seems to me that we could all save a > lot of time and energy if we just did > some simple checks. For example, provide > the users of our programs with MENUS...
Python: use popen In Python you should use os.popen and family as much as possible -- it's usually a much better way to run other programs. You don't have to worry about any quoting issues...
Zope isn't all there is! Sometimes Zope is so hyped as the Python Killer App that people don't realize that it is by no means the only way to do web development in Python. Webware (http://...