User brendonh - Stack Overflow most recent 30 from stackoverflow.com 2009-11-30T14:18:33Z http://stackoverflow.com/feeds/user/20223 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/111857/what-did-you-use-to-teach-yourself-python/113524#113524 2 Answer by brendonh for What did you use to teach yourself python? brendonh 2008-09-22T06:58:48Z 2008-09-22T06:58:48Z <p>One of the standard recommendations over on Freenode's #python is:</p> <p>Think Python: An Introduction to Software Design <a href="http://www.greenteapress.com/thinkpython/thinkpython.html" rel="nofollow">http://www.greenteapress.com/thinkpython/thinkpython.html</a></p> <p>It's free, comprehensive, has lots of exercises, and tries to teach the Python mindset as well as the syntax.</p>