On Tue, 18 Mar 2008 09:27:46 -0700 (PDT)
rodmc <[EMAIL PROTECTED]> wrote:
> 
> > Hi, I would like to start using Python, but am unsure where to begin.
> > I know how to look up a tutorial and learn the language, but not what
> > all technologies to use.  I saw references to plain Python, Django,
> > and other things.
> 
> Hi,
> 
> For database stuff you can plug directly into either MySQL or SQLite.

Or PostgreSQL.

> For MySQL you need to install a third party library which you can get
> from:
> 
> http://sourceforge.net/projects/mysql-python

And there are many interfaces for PostgreSQL including PyGreSQL which
I maintain at http://PyGreSQL.org/

> Hope these help you get started...

And don't forget the tutorial on the Python web site.

-- 
D'Arcy J.M. Cain <[EMAIL PROTECTED]>         |  Democracy is three wolves
http://www.druid.net/darcy/                |  and a sheep voting on
+1 416 425 1212     (DoD#0082)    (eNTP)   |  what's for dinner.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to