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: Python?

1 pointsby emcfalmost 8 years ago
I am trying to learn Python using Audacity tutorial. What is your recommendations books, video tutorial?

4 comments

drallisonalmost 8 years ago
<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.
bcambelalmost 8 years ago
<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.
mjhea0almost 8 years ago
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_foods1726almost 8 years ago
Try <a href="https:&#x2F;&#x2F;learnpythonthehardway.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;learnpythonthehardway.org&#x2F;</a>