• Home
Name
Date
Size
#Lines
LOC

..--

READMED12-May-20241 KiB1715

beer.pyD12-May-2024566 2618

eiffel.pyD12-May-20243.8 KiB147101

hanoi.pyD12-May-20244.5 KiB155108

life.pyD12-May-20248.8 KiB263209

markov.pyD12-May-20243.6 KiB126114

mcast.pyD12-May-20242.2 KiB8353

queens.pyD12-May-20242.2 KiB8669

redemo.pyD12-May-20245.6 KiB172140

rpython.pyD12-May-2024811 3831

rpythond.pyD12-May-20241.3 KiB5950

sortvisu.pyD12-May-202419.5 KiB636538

spreadsheet.pyD12-May-202425 KiB830695

vector.pyD12-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.
15spreadsheet.py    GUI/Application programming: A simple spreadsheet application.
16vector.py         Python basics: A vector class demonstrating special methods.
17