SQLObject 0.8.2

2007-04-12 Thread Oleg Broytmann
Hello! I'm pleased to announce the 0.8.2 release of SQLObject. What is SQLObject = SQLObject is an object-relational mapper. Your database tables are described as classes, and rows are instances of those classes. SQLObject is meant to be easy to use and quick to get started wi

SQLObject 0.7.5

2007-04-12 Thread Oleg Broytmann
Hello! I'm pleased to announce the 0.7.5 release of SQLObject. What is SQLObject = SQLObject is an object-relational mapper. Your database tables are described as classes, and rows are instances of those classes. SQLObject is meant to be easy to use and quick to get started wit

[ANN] mlabwrap-1.0final

2007-04-12 Thread Alexander Schmolck
I'm pleased to finally announce mlabwrap-1.0: Project website --- Description --- Mlabwrap-1.0 is a high-level python to matlab(tm) bridge that makes calling matlab functions from python almost as convenient as using a normal python library

Python-URL! - weekly Python news and links (Apr 11)

2007-04-12 Thread Cameron Laird
QOTW: "Dictionaries are one of the most useful things in Python. Make sure you know how to take adavantage of them..." - Jeremy Sanders "Python has consistently failed to disappoint me." - Tal Einat "super() only works on new-style classes ..." and "has its own set of gotchas":

Omaha Python Users Group - Meeting April 12, 2007

2007-04-12 Thread dundeemt
Omaha Python Users Group http://www.OmahaPython.org When: April 12, 2007 @ 7:00pm Where: Reboot The User 13416 A Street Omaha, NE 68144 For More Information, please see http://www.omahapython.org/ -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python

SQLObject 0.9.0b1

2007-04-12 Thread Oleg Broytmann
Hello! I'm pleased to announce the 0.9.0b1 release of SQLObject, the first beta of the upcoming 0.9 release. What is SQLObject = SQLObject is an object-relational mapper. Your database tables are described as classes, and rows are instances of those classes. SQLObject is meant

ANN: pyparsing-1.4.6 released

2007-04-12 Thread Paul McGuire
I'm happy to announce v1.4.6 of pyparsing has been released. This latest version of pyparsing has a few minor bug-fixes and enhancements, and another performance improvement for recursive grammars (those that use the Forward class). The salient features of this new release are: Simplified the Par