summaryrefslogtreecommitdiffstats
path: root/Tools/demo
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2011-03-20 02:31:10 (GMT)
committerR David Murray <rdmurray@bitdance.com>2011-03-20 02:31:10 (GMT)
commite33e69f9b76d2098cdd24618490b0ce0e62937f5 (patch)
tree48be732754ebaba30e10b4c537995787b0dc57e8 /Tools/demo
parent9188702a7574a5cd94e4b91562a96553507554c1 (diff)
downloadcpython-e33e69f9b76d2098cdd24618490b0ce0e62937f5.zip
cpython-e33e69f9b76d2098cdd24618490b0ce0e62937f5.tar.gz
cpython-e33e69f9b76d2098cdd24618490b0ce0e62937f5.tar.bz2
Merge #7198 doc fix.
Diffstat (limited to 'Tools/demo')
-rw-r--r--Tools/demo/README16
1 files changed, 16 insertions, 0 deletions
diff --git a/Tools/demo/README b/Tools/demo/README
new file mode 100644
index 0000000..e914358
--- /dev/null
+++ b/Tools/demo/README
@@ -0,0 +1,16 @@
+This directory contains a collection of demonstration scripts for
+various aspects of Python programming.
+
+beer.py Well-known programming example: Bottles of beer.
+eiffel.py Python advanced magic: A metaclass for Eiffel post/preconditions.
+hanoi.py Well-known programming example: Towers of Hanoi.
+life.py Curses programming: Simple game-of-life.
+markov.py Algorithms: Markov chain simulation.
+mcast.py Network programming: Send and receive UDP multicast packets.
+queens.py Well-known programming example: N-Queens problem.
+redemo.py Regular Expressions: GUI script to test regexes.
+rpython.py Network programming: Small client for remote code execution.
+rpythond.py Network programming: Small server for remote code execution.
+sortvisu.py GUI programming: Visualization of different sort algorithms.
+ss1.py GUI/Application programming: A simple spreadsheet application.
+vector.py Python basics: A vector class with demonstrating special methods. \ No newline at end of file