TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Trying to learn Postgres and Python, any help?

4 pointsby aio24 months ago
I wish to learn about Postgres and applying it to Python. Any good resources on this? Documentation is confusing me, Chatgpt doesn&#x27;t give the best lessons, and other websites that I search for don&#x27;t go into enough depth. Sure, they cover the basics, but I&#x27;d like to learn more.<p>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.<p>Thanks.

2 comments

thesuperbigfrog4 months ago
Did you try the tutorial in the Postgresql documentation?<p><a href="https:&#x2F;&#x2F;www.postgresql.org&#x2F;docs&#x2F;current&#x2F;tutorial.html" rel="nofollow">https:&#x2F;&#x2F;www.postgresql.org&#x2F;docs&#x2F;current&#x2F;tutorial.html</a><p>The psycopgb library is an easy way to use a Postgresql database from Python:<p><a href="https:&#x2F;&#x2F;www.psycopg.org&#x2F;psycopg3&#x2F;docs&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.psycopg.org&#x2F;psycopg3&#x2F;docs&#x2F;</a>
评论 #42570772 未加载
评论 #42570091 未加载
softinio4 months ago
For Postgres take a look at this:<p><a href="https:&#x2F;&#x2F;www.crunchydata.com&#x2F;developers&#x2F;tutorials" rel="nofollow">https:&#x2F;&#x2F;www.crunchydata.com&#x2F;developers&#x2F;tutorials</a>
评论 #42570775 未加载