Ask HN: Trying to learn Postgres and Python, any help?
3 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/
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/
For Postgres take a look at this:
https://www.crunchydata.com/developers/tutorials
https://www.crunchydata.com/developers/tutorials
Thank you, I'll practice on it for sure.
If I had to be selfish, something similar to the Head First series would be greatly appreciated. I was originally going to use it, but they went with mysql. I tried to follow along even though I was using Postgres, but I got stuck on some spots, so something more aligned to postgres would be better for me.
Thanks.