You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jianglk.darker 7ee447c011
v811_spc009_project
4 months ago
..
README v811_spc009_project 4 months ago
beer.py v811_spc009_project 4 months ago
eiffel.py v811_spc009_project 4 months ago
hanoi.py v811_spc009_project 4 months ago
life.py v811_spc009_project 4 months ago
markov.py v811_spc009_project 4 months ago
mcast.py v811_spc009_project 4 months ago
queens.py v811_spc009_project 4 months ago
redemo.py v811_spc009_project 4 months ago
rpython.py v811_spc009_project 4 months ago
rpythond.py v811_spc009_project 4 months ago
sortvisu.py v811_spc009_project 4 months ago
spreadsheet.py v811_spc009_project 4 months ago
vector.py v811_spc009_project 4 months ago

README

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