Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Swampy
======
by Allen Downey (downey@allendowney.com)

Swampy is a suite of Python programs that support the textbooks

Python for Software Design (greenteapress.com/thinkpython)
Think Python (greenteapress.com/thinkpython/thinkpython.html)
The Little Book of Semaphores (greenteapress.com/semaphores)

It includes the following modules:

AmoebaWorld: a fun way for beginning programmer to practice writing
	     Python expressions.

TurtleWorld: an implementation of turtle graphics used in Think Python
	     and Python for Software Design

TurmiteWorld: an implementation of Langton's ant.

Lumpy: a program that generates UML object and class diagrams from a
       Python program.

Sync: a thread simulator for use with The Little Book of Semaphores.

A description of the project and documentation is available at:

http://www.greenteapress.com/thinkpython/swampy/

The source code is hosted by Google code at

http://code.google.com/p/swampy/