ISO Python example projects (like in Perl Cookbook)

K

kj

I'm looking for "example implementations" of small projects in
Python, similar to the ones given at the end of most chapters of
The Perl Cookbook (2nd edition, isbn: 0596003137). (Unfortunately,
the otherwise excellent Python Cookbook (2nd edition, isbn:
0596007973), by the same publisher (O'Reilly), does not have this
great feature.)

The subchapters devoted to these small projects (which are called
"Program"s in the book), each consists of a description of the
task, a discussion of the relevant design considerations, and one
or more illustrative implementations. As such, these programs are
larger and more complex than the typical "recipe" in the book, but
are still short enough to be read and understood in a few minutes.

I find the study of such small programs invaluable when learning
a new language.

Does anyone know of a source of similar material for Python?

TIA!

kynn
 
K

kyosohma

I'm looking for "example implementations" of small projects in
Python, similar to the ones given at the end of most chapters of
The Perl Cookbook (2nd edition, isbn: 0596003137). (Unfortunately,
the otherwise excellent Python Cookbook (2nd edition, isbn:
0596007973), by the same publisher (O'Reilly), does not have this
great feature.)

The subchapters devoted to these small projects (which are called
"Program"s in the book), each consists of a description of the
task, a discussion of the relevant design considerations, and one
or more illustrative implementations. As such, these programs are
larger and more complex than the typical "recipe" in the book, but
are still short enough to be read and understood in a few minutes.

I find the study of such small programs invaluable when learning
a new language.

Does anyone know of a source of similar material for Python?

TIA!

kynn

I know that Hetland's book, "Beginning Python" has some projects in
the back. Zelle's book ("Python Programming: An Introduction to
Computer Science") has exercises of sorts at the end of each of the
chapters.

Python Programming for the Absolute Beginner walks the reader through
designing some games with the pygame module...and for some involved
reading, I would recommend Lutz's tome, "Programming Python 3rd Ed.",
which has various projects throughout that the author goes into in
depth.

I've seen tutorials of varying worth on devshed.com and good articles
on IBM's site as well.

Mike
 
R

Robert Hicks

I'm looking for "example implementations" of small projects in
Python, similar to the ones given at the end of most chapters of
The Perl Cookbook (2nd edition, isbn: 0596003137). (Unfortunately,
the otherwise excellent Python Cookbook (2nd edition, isbn:
0596007973), by the same publisher (O'Reilly), does not have this
great feature.)

The subchapters devoted to these small projects (which are called
"Program"s in the book), each consists of a description of the
task, a discussion of the relevant design considerations, and one
or more illustrative implementations. As such, these programs are
larger and more complex than the typical "recipe" in the book, but
are still short enough to be read and understood in a few minutes.

I find the study of such small programs invaluable when learning
a new language.

Does anyone know of a source of similar material for Python?

TIA!

kynn

http://pleac.sourceforge.net/pleac_python/index.html
 
T

Tim Roberts

Delaney said:
You know you've been working at a large company for too long when you
see that subject and think "ISO-certified Python?"

That's exactly what I thought, too. After reading the post I assume he
actually meant "In Search Of"?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,772
Messages
2,569,593
Members
45,113
Latest member
Vinay KumarNevatia
Top