Need Help Starting Out

D'Arcy J.M. Cain darcy at druid.net
Tue Mar 18 12:41:35 EDT 2008


On Tue, 18 Mar 2008 09:27:46 -0700 (PDT)
rodmc <userprogoogle-139 at yahoo.co.uk> 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 <darcy at druid.net>         |  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.



More information about the Python-list mailing list