-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
34 lines (20 loc) · 953 Bytes
/
README
File metadata and controls
34 lines (20 loc) · 953 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Swampy
======
by Allen Downey ([email protected])
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/