# swampy **Repository Path**: miao_guoguo/swampy ## Basic Information - **Project Name**: swampy - **Description**: swampy backup - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-04-06 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Swampy ====== by Allen Downey (downey@allendowney.com) Swampy is a suite of Python programs that support the textbooks Python for Software Design (http://greenteapress.com/thinkpython) Think Python (http://greenteapress.com/thinkpython/thinkpython.html) The Little Book of Semaphores (http://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. structshape: a module to help with debugging by generating a string description of any Python data structure. 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/