Settings

Theme

Ask HN: Python?

1 points by emcf 8 years ago · 4 comments · 1 min read


I am trying to learn Python using Audacity tutorial. What is your recommendations books, video tutorial?

drallison 8 years ago

https://www.mooc-list.com/tags/python has a list.

Do you mean Udacity rather than Audacity?

Personally, I would read the reference manual, the library manual (a MUST), write some programs, and read some other people's programs. Python is a simple language.

Reading other people's programs is a good way to apprentice when learning a new language. The Python Cookbook(s) and the 3rd edition of Python in a Nutshell make good reading.

Python comes in two variations these days: Python2 and Python3. Python3 would be the best choice for a new learner.

bcambel 8 years ago

http://docs.python-guide.org/en/latest/ https://learnxinyminutes.com/docs/python/ and also check out the Ready for more? section.

mjhea0 8 years ago

Check out Real Python (https://realpython.com), if you're looking to learn the syntax and then move into web development.

daily_foods1726 8 years ago

Try https://learnpythonthehardway.org/

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection