blob: e914358a26df47190bea1aae2c51abd25c3edbdc [file] [log] [blame]
R David Murraye33e69f2011-03-19 22:31:10 -04001This directory contains a collection of demonstration scripts for
2various aspects of Python programming.
3
4beer.py Well-known programming example: Bottles of beer.
5eiffel.py Python advanced magic: A metaclass for Eiffel post/preconditions.
6hanoi.py Well-known programming example: Towers of Hanoi.
7life.py Curses programming: Simple game-of-life.
8markov.py Algorithms: Markov chain simulation.
9mcast.py Network programming: Send and receive UDP multicast packets.
10queens.py Well-known programming example: N-Queens problem.
11redemo.py Regular Expressions: GUI script to test regexes.
12rpython.py Network programming: Small client for remote code execution.
13rpythond.py Network programming: Small server for remote code execution.
14sortvisu.py GUI programming: Visualization of different sort algorithms.
15ss1.py GUI/Application programming: A simple spreadsheet application.
16vector.py Python basics: A vector class with demonstrating special methods.