Best Python book for a lifelong PHP developer? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-21T19:12:01Z http://stackoverflow.com/feeds/question/142834 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/142834/best-python-book-for-a-lifelong-php-developer 6 Best Python book for a lifelong PHP developer? dirtside 2008-09-27T03:00:10Z 2008-11-10T14:56:09Z <p>I've been coding in PHP for almost ten years, but I've lately become interested in Python. What Python book would you recommend?</p> http://stackoverflow.com/questions/142834/best-python-book-for-a-lifelong-php-developer/142836#142836 15 Answer by John Millikin for Best Python book for a lifelong PHP developer? John Millikin 2008-09-27T03:00:55Z 2008-09-27T03:00:55Z <p><a href="http://diveintopython.org/" rel="nofollow">Dive Into Python</a> by Mark Pilgrim.</p> http://stackoverflow.com/questions/142834/best-python-book-for-a-lifelong-php-developer/142849#142849 0 Answer by Gustavo Rubio for Best Python book for a lifelong PHP developer? Gustavo Rubio 2008-09-27T03:04:07Z 2008-09-27T03:04:07Z <p>I'll second that, Dive into python probably is the way to go but it might be boring at some points if you already know object oriented programing.</p> http://stackoverflow.com/questions/142834/best-python-book-for-a-lifelong-php-developer/142857#142857 4 Answer by Bruno Gomes for Best Python book for a lifelong PHP developer? Bruno Gomes 2008-09-27T03:09:37Z 2008-09-27T03:09:37Z <p><a href="http://oreilly.com/catalog/9780596001889/" rel="nofollow">Python in a Nutshell</a>, by Alex Martelli. It's a great language guide, and it can also serve as a tutorial.</p> http://stackoverflow.com/questions/142834/best-python-book-for-a-lifelong-php-developer/142872#142872 1 Answer by torial for Best Python book for a lifelong PHP developer? torial 2008-09-27T03:20:12Z 2008-09-27T03:20:12Z <p>In addition to the already mentioned Python in a Nutshell, let me strongly recommend the Python Cookbook : <a href="http://oreilly.com/catalog/9780596007973/?CMP=AFC-ak_book&amp;ATT=Python+Cookbook" rel="nofollow">http://oreilly.com/catalog/9780596007973/?CMP=AFC-ak_book&amp;ATT=Python+Cookbook</a></p> http://stackoverflow.com/questions/142834/best-python-book-for-a-lifelong-php-developer/142888#142888 1 Answer by Dan for Best Python book for a lifelong PHP developer? Dan 2008-09-27T03:28:44Z 2008-09-27T03:28:44Z <p>How about good old <em><a href="http://oreilly.com/catalog/9780596009250/" rel="nofollow">Programming Python</a></em> by O'Reilly?</p> <p>The reason I suggest it is: you already know what dynamic languages are about, you already know how to program in general. This book doesn't belabor syntax and basic concepts. It shows you what's unique and cool about Python, and then jumps straight into the myriad modules and features of the available Python libraries, with a specific focus on web programming.</p> <p>It's a very large book and valuable equally as a reference and a way to simply inspire you to do cool things with Python. (The only downside is that it's a little too long and varied to read "all at once" as I like to do.)</p> http://stackoverflow.com/questions/142834/best-python-book-for-a-lifelong-php-developer/143011#143011 0 Answer by ijemmy for Best Python book for a lifelong PHP developer? ijemmy 2008-09-27T04:43:39Z 2008-09-27T04:43:39Z <p>I used to code PHP and switched to Python recently. I recommend 2 books.</p> <ol> <li><p>"Dive Into Python". It's concise and suit someone who have a background in programming already.</p></li> <li><p>Another book is <a href="http://www.greenteapress.com/thinkpython/thinkCSpy/" rel="nofollow">How to Think Like a Computer Scientist</a>, this one is for newbie though. Since you are not, I don't recommend you to read it. However, I think the book's exercises are very good for everyone who is new to Python. </p></li> </ol> http://stackoverflow.com/questions/142834/best-python-book-for-a-lifelong-php-developer/143504#143504 0 Answer by e-satis for Best Python book for a lifelong PHP developer? e-satis 2008-09-27T12:06:42Z 2008-09-27T12:06:42Z <p>I'll go for Dive into Python as Well.</p> <p>But I realize how cool it would be to create a book edition "from language x to language X". Espacially with python, php and perl (the subject come back really often) and from python to C / java (so if you've started with python, you can learn these more easily, otherwise it will feel like a pain in the ass as for me : C seemed so horrible from a pythonista point of view).</p> http://stackoverflow.com/questions/142834/best-python-book-for-a-lifelong-php-developer/278051#278051 0 Answer by Ben Dowling for Best Python book for a lifelong PHP developer? Ben Dowling 2008-11-10T14:56:09Z 2008-11-10T14:56:09Z <p>I second <a href="http://diveintopython.org/" rel="nofollow">Dive Into Python</a>. There are also lots of other great <a href="http://www.coderholic.com/free-python-programming-books/" rel="nofollow">Python books available online for free</a>.</p>