magomar / Swampy

Code for Swampy, a set of modules used in Think Python, first edition

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Swampy

by Allen Downey

Swampy is a suite of Python programs that support Think Python.

It includes the following modules:

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

  • TurtleWorld: an implementation of turtle graphics used in Think Python (first edition)

  • TurmiteWorld: an implementation of Langton's ant.

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

A description of the project and documentation is available at (http://www.greenteapress.com/wp/swampy)

About

Code for Swampy, a set of modules used in Think Python, first edition


Languages

Language:Python 99.0%Language:Makefile 1.0%