Logo

Dive Into Python by Mark Pilgrim

Large book cover: Dive Into Python

Dive Into Python
by

Publisher: Apress
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.

Home page url

Download or read it online for free here:
Download link
(multiple formats)

Download mirrors:
Mirror 1
Mirror 2

Similar books

Book cover: The Hitchhiker's Guide to PythonThe Hitchhiker's Guide to Python
by - O'Reilly Media
This handcrafted guide exists to provide both novice and expert Python developers a best practice handbook to the installation, configuration, and usage of Python on a daily basis. You'll find a nice concise list of highly recommended options.
(8214 views)
Book cover: Programming for Computations - PythonProgramming for Computations - Python
by - Springer
This book presents Python programming as a key method for solving mathematical problems. The style is accessible and concise, the emphasis is on generic algorithms, clean design of programs, use of functions, and automatic tests for verification.
(9553 views)
Book cover: Python 3 Basics TutorialPython 3 Basics Tutorial
by - GitBook
This is a tutorial for novice programmers, it works best if you follow the exercises step by step. If you are fluent in any programming language, this might be very easy for you. It contains little material on the higher abstraction levels in Python.
(13852 views)
Book cover: How To Write Your Own Software Using PythonHow To Write Your Own Software Using Python
by
The book will help you build basic programming skills. It is organized in a way that builds up the language in layers from simple concepts to more advanced features. Programming exercises are provided to encourage further exploration of each layer.
(23392 views)