Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e33e69f

Browse files
committed
Merge #7198 doc fix.
1 parent 9188702 commit e33e69f

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

Tools/demo/README

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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.

0 commit comments

Comments
 (0)