Overview of competing Python modules?

T

Thorsten Kampe

Has anyone ever compiled an overview of competing Python modules?
Something like "there's the standard cvs module and the one from
pycvs.sourceforge.net but most people use cvs (or pycvs) because it's
<whatever>".

I'm particularly interested in competing modules for:

* CVS formatted files

* XML formatted files

* Database connectors to
MySQL, PostgreSQL, Sybase, MSSQL and ODBC


Thanks, Thorsten
 
D

Dan Sommers

Has anyone ever compiled an overview of competing Python modules?
Something like "there's the standard cvs module and the one from
pycvs.sourceforge.net but most people use cvs (or pycvs) because it's
<whatever>".

Try the Python wiki: <http://www.python.org/moin/FrontPage>

Also, I've had fairly good results from typing the general topic and a
couple of competitors into a single google web or usenet search, e.g.

postgresql python psycopg pypgsql

HTH,
Dan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,680
Members
48,796
Latest member
Greg L.

Latest Threads

Top