Books/web sites recommendation for learning Python - Stack Overflow [closed]most recent 30 from stackoverflow.com2009-12-22T00:22:11Zhttp://stackoverflow.com/feeds/question/143397http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/143397/books-web-sites-recommendation-for-learning-python0Books/web sites recommendation for learning Python [closed]Scarecrow2008-09-27T10:52:56Z2008-10-03T01:12:00Z
<p>This is in continuance to the http://stackoverflow.com/questions/139017/learning-a-programming-language-at-an-elderly-age"><strong>previous question which I asked yesterday</strong>. I received an overwhelming response where community members encouraged me to have a go at a programming language. There were recommendations for learning languages such as Python, Visual Basic et al.</p>
<p>I have decided to tame my programming desires by learning Python. Therefore, I have posted this question. If this question has already been posted on this site, then please put a link as I could not find it in Related Questions as well as through the Search feature present in the forum.</p>
http://stackoverflow.com/questions/143397/books-web-sites-recommendation-for-learning-python/143404#1434040Answer by Ólafur Waage for Books/web sites recommendation for learning PythonÓlafur Waage2008-09-27T10:56:05Z2008-09-27T10:56:05Z<p><a href="http://www.xminc.com/mt/archives/pythontut2.html" rel="nofollow">Advanced Python Programming</a> helped me a lot while learning Python.</p>
http://stackoverflow.com/questions/143397/books-web-sites-recommendation-for-learning-python/143413#1434132Answer by Zsolt Botykai for Books/web sites recommendation for learning PythonZsolt Botykai2008-09-27T10:59:38Z2008-09-27T10:59:38Z<p>Asked already: <a href="http://stackoverflow.com/questions/17988/how-to-learn-python#143193">http://stackoverflow.com/questions/17988/how-to-learn-python#143193</a></p>
<p>One more time: <a href="http://stackoverflow.com/questions/111857/what-did-you-use-to-teach-yourself-python#111864">http://stackoverflow.com/questions/111857/what-did-you-use-to-teach-yourself-python#111864</a></p>
http://stackoverflow.com/questions/143397/books-web-sites-recommendation-for-learning-python/143424#1434242Answer by mdec for Books/web sites recommendation for learning Pythonmdec2008-09-27T11:08:52Z2008-09-27T11:08:52Z<p>The one that seems to get suggested in every other thread is <a href="http://diveintopython.org/" rel="nofollow">Dive into Python</a>. It's free, so that's a plus.</p>
http://stackoverflow.com/questions/143397/books-web-sites-recommendation-for-learning-python/143428#1434281Answer by S.Lott for Books/web sites recommendation for learning PythonS.Lott2008-09-27T11:10:49Z2008-09-27T11:10:49Z<p>I taught myself Python by doing lots of exercises. I collected them into my <a href="http://homepage.mac.com/s_lott/books/index.html" rel="nofollow">Building Skills</a> books.</p>
http://stackoverflow.com/questions/143397/books-web-sites-recommendation-for-learning-python/143473#1434730Answer by nosklo for Books/web sites recommendation for learning Pythonnosklo2008-09-27T11:46:38Z2008-09-27T11:46:38Z<p>I recommend <a href="http://www.greenteapress.com/thinkpython/html/" rel="nofollow">Think Python</a>.</p>