|
|
|
Ask HN: Intermediate Python learning resources?
|
|
113 points
by jesusx
4725 days ago
|
|
So I've completed Codecademy's course on Python,
I have some experience fiddling with Flask and putting together random Python scripts. Generally, when I want to build something that I've never built before, I look up how to do it on Stackoverflow and manage to understand most of the things. How can I take my knowledge to the next level? Free learning resources are preferred. Hopefully ones you have used yourself when in my position. Thanks! |
|
Raymond Hettinger's "Transforming Code into Beautiful, Idiomatic Python":
http://pyvideo.org/video/1780/transforming-code-into-beautif...
(pyvideo.org has a lot of other great talks and presentations.)
Ned Batchelder's "Loop Like A Native":
http://nedbatchelder.com/text/iter.html
Python Module of the Week is also an excellent resource:
http://pymotw.com/2/