I would like advice from HN on the best Python resources . I want to become a Python master so please refer me to the best IDE for Python and also some great tutorials or screencasts to learn the language. Python is very beautiful language and I want to learn it the right way I want to use it to build full blown sophisticated web applications with it so some good frameworks would be nice also, thanks. Also I seem to notice this community loves Python a lot just curious why Python more than X language.
I've found "The Hitchhiker’s Guide to Python" quite helpful: <a href="http://docs.python-guide.org/en/latest" rel="nofollow">http://docs.python-guide.org/en/latest</a><p>And if you're a Windows user wanting to use Python modules that are partly implemented in C, I recommend downloading them in binary form: <a href="http://www.lfd.uci.edu/~gohlke/pythonlibs" rel="nofollow">http://www.lfd.uci.edu/~gohlke/pythonlibs</a>
Learn to Program: The Fundamentals - Coursera's Python class is starting Aug 19th.
<a href="https://www.coursera.org/#course/programming1" rel="nofollow">https://www.coursera.org/#course/programming1</a>