Dr. Dobb's is part of the Informa Tech Division of Informa PLC

This site is operated by a business or businesses owned by Informa PLC and all copyright resides with them. Informa PLC's registered office is 5 Howick Place, London SW1P 1WG. Registered in England and Wales. Number 8860726.


Channels ▼
RSS

Web Development

Review: Python Programming: An Introduction to Computer Science


April, 2004:

Jack J. Woehr is an independent consultant and team mentor practicing in Colorado. He can be contacted at http://www.softwoehr.com.


Python Programming: An Introduction to Computer Science
John M. Zelle
Franklin, Beedle & Associates, 2004
ISBN 1-887902-99-6

Python Programming: An Introduction to Computer Science, by John Zelle, is a very good first programming book for beginners. On reading the title, my first (cynical) reaction was, "Python as an introduction to computer science? Why not RPG or Snobol?" The point was that it seems on the surface quite difficult to introduce computer science adequately merely by teaching a somewhat exotic, string-oriented, high-level functional interpreter. For that matter, what does computer science rigorously construed have to do with the languages used in modern software engineering? Computer programmers are evermore dealing less and less in computer science: We're becoming tailors using a set of patterns preordained by the language designer, patterns to which we cut our fabric all day. Like fish, we hardly notice the water in which we swim, live, and breathe.

The mystery, however, is soon solved. The author explains: "Teaching Python is not the main point of this book...rather, Python is used to illustrate fundamental principles of design and programming that apply in any language or computer environment." While Python Programmingpartly defines the term "computer science" by way of Dijkstra's famous quote: "Computer science is no more about computers than astronomy is about telescopes," the book uses the term "computer science" loosely. Python Programming: An Introduction to Computer Scienceintroduces the absolute minimum of computer science correspondingto the needs of an introduction to computer programming. Chalk it up to hyperbolic inflation: The book should have been called something like "Learning Computer Programming Through Python"—as indeed it would have been in the 1980's before our mundane-albeit-highly-engaging technical discipline had become so precocious and exalted that it is no longer enough merely to teach programming.

Be that as it may, computer programming needs to be taught, and teaching it is no disgrace. At that humble chore, Python Programming acquits itself honorably. The book is one-on-one with the reader in the engaging fashion that characterized the better beginner self-tutorials of previous decades. In a similar manner, it breezes around the compass of interesting simple tasks that can be done with a minimum of code. The author derives his examples from an aesthetically acceptable nerdly viewpoint: The first exercise in the book is a chaotic function that accepts its input and renders its output in floating point.

As Guido van Rossum, creator of Python, states in the foreword:

The author mentions in his preface that Python is near-ideal as a first programming language, without being a "toy language"...I don't want to take full credit for this: Python was derived from ABC, a language designed by Lambert Meertens to teach programming.

Python Programming follows a pathway through the language well suited to student needs. As Zelle explains:

There are places in the book where the "Pythonic" way of doing things has been eschewed for pedagogical reasons...This is done purposefully in an effort to meet students "where they're at."

Basic statements and assignments are followed by simple math, input/output, strings, files, and graphical objects. Then come functions and flow control. The rest of the book is dedicated to design, object orientation, and problem solving. The level throughout is suitable for late high school or early college.

The appendices include a quick reference to Python, a guide to using the IDLE development environment with Python, and a glossary of terms. These appendices are well focused and admirably brief.

The CD-ROM content, while adequate, exhibits, in contrast to the book itself, a lack of attention to detail that has come to characterize the majority of CD-ROM offerings accompanying programming books lately. There is no unified HTML presentation/explanation of the content starting with an /index.html, which would make things so much simpler for today's beginner who knows a lot more about reading web-based content than about any other computer task. Then there's the .tar file on the accompanying disk, which turns out really to be a .tar.gz file. Maybe it's just too much work nowadays to prepare CD-ROM content with the same care with which a book is designed. In that case, the day of CD-ROMs accompanying textbooks is over and all content should simply be distributed over the Web from the publisher's or author's web site, in which case the content would (one hopes) be well indexed by default.

The web site for the book, which includes a chapter listing and a form to request an instructor review copy, is http://www.fbeedle .com/99-6.html.

TPJ


Related Reading


More Insights






Currently we allow the following HTML tags in comments:

Single tags

These tags can be used alone and don't need an ending tag.

<br> Defines a single line break

<hr> Defines a horizontal line

Matching tags

These require an ending tag - e.g. <i>italic text</i>

<a> Defines an anchor

<b> Defines bold text

<big> Defines big text

<blockquote> Defines a long quotation

<caption> Defines a table caption

<cite> Defines a citation

<code> Defines computer code text

<em> Defines emphasized text

<fieldset> Defines a border around elements in a form

<h1> This is heading 1

<h2> This is heading 2

<h3> This is heading 3

<h4> This is heading 4

<h5> This is heading 5

<h6> This is heading 6

<i> Defines italic text

<p> Defines a paragraph

<pre> Defines preformatted text

<q> Defines a short quotation

<samp> Defines sample computer code text

<small> Defines small text

<span> Defines a section in a document

<s> Defines strikethrough text

<strike> Defines strikethrough text

<strong> Defines strong text

<sub> Defines subscripted text

<sup> Defines superscripted text

<u> Defines underlined text

Dr. Dobb's encourages readers to engage in spirited, healthy debate, including taking us to task. However, Dr. Dobb's moderates all comments posted to our site, and reserves the right to modify or remove any content that it determines to be derogatory, offensive, inflammatory, vulgar, irrelevant/off-topic, racist or obvious marketing or spam. Dr. Dobb's further reserves the right to disable the profile of any commenter participating in said activities.

 
Disqus Tips To upload an avatar photo, first complete your Disqus profile. | View the list of supported HTML tags you can use to style comments. | Please read our commenting policy.