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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Python?

1 点作者 emcf将近 8 年前
I am trying to learn Python using Audacity tutorial. What is your recommendations books, video tutorial?

4 条评论

drallison将近 8 年前
<a href="https:&#x2F;&#x2F;www.mooc-list.com&#x2F;tags&#x2F;python" rel="nofollow">https:&#x2F;&#x2F;www.mooc-list.com&#x2F;tags&#x2F;python</a> has a list.<p>Do you mean Udacity rather than Audacity?<p>Personally, I would read the reference manual, the library manual (a MUST), write some programs, and read some other people&#x27;s programs. Python is a simple language.<p>Reading other people&#x27;s programs is a good way to apprentice when learning a new language. The <i>Python Cookbook</i>(s) and the 3rd edition of <i>Python in a Nutshell</i> make good reading.<p>Python comes in two variations these days: Python2 and Python3. Python3 would be the best choice for a new learner.
bcambel将近 8 年前
<a href="http:&#x2F;&#x2F;docs.python-guide.org&#x2F;en&#x2F;latest&#x2F;" rel="nofollow">http:&#x2F;&#x2F;docs.python-guide.org&#x2F;en&#x2F;latest&#x2F;</a> <a href="https:&#x2F;&#x2F;learnxinyminutes.com&#x2F;docs&#x2F;python&#x2F;" rel="nofollow">https:&#x2F;&#x2F;learnxinyminutes.com&#x2F;docs&#x2F;python&#x2F;</a> and also check out the Ready for more? section.
mjhea0将近 8 年前
Check out Real Python (<a href="https:&#x2F;&#x2F;realpython.com" rel="nofollow">https:&#x2F;&#x2F;realpython.com</a>), if you&#x27;re looking to learn the syntax and then move into web development.
daily_foods1726将近 8 年前
Try <a href="https:&#x2F;&#x2F;learnpythonthehardway.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;learnpythonthehardway.org&#x2F;</a>