Comment by @luisarteaga : "Part I (Chapter 1 to 3) is a must read for every python beginner. It is mainly about the python command line and some important functions to start. The other parts/chapters are a very good reference source for python essentials. But for some topics like generators I recommend looking for more code examples on stackoverflow."
Comment by @luisarteaga : "This book is just awesome. It gives you a quick overview of common techniques to optimize your office workflow. You will get good ideas for your own scripts. Useful scripts which manipulate csv files or scraping websites."
Also available for free on the author's website.
Comment by @luisarteaga : "This book is not about learning the essentials it is to use the essentials in a pythonic way. You will learn write great pythonic code."
Comment by @luisarteaga : "The book has good exercises to play around. It makes you think pythonic. You can also adapt some solutions to solve your own programming challenges."
Comment by @amos1969 : "This is an online version of the other book called Think Python: How to Think Like a Computer Scientist above. All of the code examples can be run and altered in the browser, as part of the general text of the book."
Comment by @albertfougy : "This detailed book takes you through the development of a real web application from beginning to end, it is a hands-on guide demonstrates the practical advantages of test-driven development (TDD) with Python/Django. In addition to the topics stated in the title, I received an introduction to devOps, linux commands, and SQL. The author is also responsive to your suggestions and questions.
Comment by @Constuelo : "A large repository of open source books, administered by a non profit. The list is not limited to Python."
Comment by @luisarteaga : "Short, concise and well explained python tutorials. Creator of my beloved python cups."
Comment by @Constuelo : "Indexes thousands of Python videos from the Python Community."
Comment by @Pieter : "Great explanation of regex for newbies"
Comment by @MichaelYusko : "Very interesting course, who want to learn new areas such as: Data Science and Machine Learning"
Comment by @amos1969 : "Very nicely formatted and updated, online Python Cheat Sheet. I often have this open in a tab when I'm working on a project."