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: Python TutorialPython Tutorial
by - Python Software Foundation
This tutorial introduces the reader informally to the basic concepts of the Python language and system. It introduces many of Python's most noteworthy features, and will give you a good idea of the language's flavor and style.
(24692 views)
Book cover: An Introduction to PythonAn Introduction to Python
by - Network Theory Ltd.
This book is an introduction to Python, an easy to learn, powerful programming language. The tutorial explains the basics of the Python, it does not cover every single feature of the language, but introduces the most noteworthy features.
(33563 views)
Book cover: Python for FunPython for Fun
by
This collection is a presentation of several small Python programs. They are aimed at intermediate programmers - people who have studied Python and are fairly comfortable with basic recursion and object oriented techniques.
(24600 views)
Book cover: Test-Driven Development with PythonTest-Driven Development with Python
by - O'Reilly Media
Test-Driven Development with Python focuses on web development, with some coverage of JavaScript. This book uses a concrete example -- the development of a website, from scratch -- to teach the TDD methodology and how it applies to web programming.
(12669 views)