my new project, is this the right way?

Chris Angelico rosuav at gmail.com
Fri Nov 25 10:49:43 EST 2011


On Sat, Nov 26, 2011 at 2:44 AM, HoneyMonster <someone at someplace.invalid> wrote:
> Just for information, PostgreSQL works very well indeed with Psycopg (a
> PostgreSQL adapter for Python), but for learning purposes straightforward
> PSQL is best to start with.

Thanks for that. I've used PgSQL from C++ (using libpqxx), PHP, Pike,
and the command line, but not from Python. (Yeah, a lot of Ps in
that.)

Once you start looking to write actual code, Python will be an
excellent choice. But master the basics of
database/schema/table/column, primary keys, etc, etc, etc, first.

ChrisA



More information about the Python-list mailing list