On Sat, Nov 26, 2011 at 2:44 AM, HoneyMonster <someone@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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to