• Home
Name
Date
Size
#Lines
LOC

..--

READMED03-May-20241,014 1615

beer.pyD03-May-2024566 2618

eiffel.pyD03-May-20243.8 KiB147101

hanoi.pyD03-May-20244.5 KiB155108

life.pyD03-May-20248.8 KiB263209

markov.pyD03-May-20243.6 KiB126114

mcast.pyD03-May-20242.2 KiB8353

queens.pyD03-May-20242.2 KiB8669

redemo.pyD03-May-20245.6 KiB172140

rpython.pyD03-May-2024811 3831

rpythond.pyD03-May-20241.3 KiB5950

sortvisu.pyD03-May-202419.5 KiB636538

ss1.pyD03-May-202425 KiB830695

vector.pyD03-May-20241.4 KiB7551

README

1This 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.