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: PyQt4 TutorialPyQt4 Tutorial
by - ZetCode
PyQt4 is a toolkit for creating GUI applications. It is a blending of Python language and the successful Qt library. This tutorial is suited for beginners and intermediate programmers. You will learn to program non trivial PyQt4 applications.
(14374 views)
Book cover: Python 101: Introduction to PythonPython 101: Introduction to Python
by
This document is a syllabus for a first course in Python programming. It contains an introduction to the Python language, instruction in the important features of the language, and practical exercises in the use of those features.
(20852 views)
Book cover: Introduction to Media Computation: A Multimedia Cookbook in PythonIntroduction to Media Computation: A Multimedia Cookbook in Python
by - Georgia Institute of Technology
Guzdial introduces programming as a way of creating and manipulating media -- a context familiar to today's readers. Starts readers with actual programming early on. Puts programming in a relevant context (Computing for Communications).
(20742 views)
Book cover: Non-Programmers Tutorial For PythonNon-Programmers Tutorial For Python
by - Wikibooks
This free tutorial is designed to be an introduction to the Python programming language. The guide is for someone with no programming experience. The author attempts to teach programming by reading code and writing code.
(22577 views)