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