Comment on Ask HN: Trying to learn Postgres and Python, any help?Comments−thesuperbigfrog1yDid you try the tutorial in the Postgresql documentation?https://www.postgresql.org/docs/current/tutorial.htmlThe psycopgb library is an easy way to use a Postgresql database from Python:https://www.psycopg.org/psycopg3/docs/−aio2OP1yThanks, I didn't originally see this. This helps a lot.−gjvc1ypg8000 is a pure python postgres library, should op require that
Comments
Did you try the tutorial in the Postgresql documentation?
https://www.postgresql.org/docs/current/tutorial.html
The psycopgb library is an easy way to use a Postgresql database from Python:
https://www.psycopg.org/psycopg3/docs/
Thanks, I didn't originally see this. This helps a lot.
pg8000 is a pure python postgres library, should op require that