Dive Into Python
by Mark Pilgrim
Publisher: Apress 2004
ISBN/ASIN: 1590593561
ISBN-13: 9781590593561
Number of pages: 413
Description:
The word 'Dive' on Dive Into Python has already suggested that this book is not for newbies, for wimps, or For Dummies. It assumes a lot about you. You need to know at least one real object-oriented language, like Java, C++, or Delphi, and at least one scripting language, like Perl, Visual Basic, or JavaScript. And finally you must have installled Python for your operating system. Dive Into Python is a hands-on guide to the Python language. Each chapter starts with a real, complete code sample, proceeds to pick it apart and explain the pieces, and then puts it all back together in a summary at the end.
Download or read it online for free here:
Download link
(multiple formats)
Similar books

by Fredrik Lundh - O'Reilly
A large collection of useful Python scripts, the best parts of comp.lang.python newsgroup messages, plus hundreds of new scripts. The text covers the standard library, the examples should work on most platforms and Python versions.
(24857 views)

by Jason R Briggs
Snake Wrangling for Kids is a printable electronic book, for children 8 years and older, who would like to learn computer programming. It covers the very basics of programming, and uses the Python 3 programming language to teach the concepts.
(20054 views)

by Michael H. Goldwasser - Prentice Hall
This book provides a comprehensive introduction to Python programming with a focus on object-oriented design. It covers fundamental concepts, including classes, inheritance, and polymorphism, alongside practical examples and exercises.
(292 views)

by Lennart Regebro
Porting to Python 3 doesn't have to be daunting. This book guides you through the process of porting your Python 2 code to Python 3. Using plenty of code examples is takes you cross the hurdles and shows you the new Python features.
(18119 views)