Dive into Python

From Wikipedia, the free encyclopedia

Dive into Python (ISBN 1-59059-356-1), by Mark Pilgrim is a teach-by-example guide to the paradigms of programming in Python and modern software development techniques.

Contents

[edit] Intended reader

Dive into Python assumes that the reader already knows a bit about programming, although not necessarily much about the Python programming language. This assumption may place the book out of reach of the first-time software developer. Although Python is a language through which it is possible to learn modern programming techniques, this book is not written with this intention.

[edit] Book style

The method of teaching used by the author is by example. Each example is brief and annotated. The annotations are combined with paragraphs of explanatory text.

One of the early example programs reads through a directory of MP3 files and lists the header information, such as artist, album, etc. This is an example of the "Python" way of doing things.[citation needed] The explanations generally describe how to modify an example to serve new purposes.

[edit] Beyond programming examples

The book also covers such topics as:

. Examples are provided for each of these topics.

[edit] External links