TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

4 点作者 aio24 个月前
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 条评论

thesuperbigfrog4 个月前
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 个月前
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 未加载