by aio2 on 1/1/25, 9:47 PM with 5 comments
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.
by thesuperbigfrog on 1/1/25, 10:09 PM
https://www.postgresql.org/docs/current/tutorial.html
The psycopgb library is an easy way to use a Postgresql database from Python:
by softinio on 1/1/25, 10:15 PM