Staging
v0.5.1
https://github.com/python/cpython
Revision 4f9e4285d2c02dc0d7e0984405b04e808dd4fc05 authored by Yury Selivanov on 15 December 2016, 22:36:05 UTC, committed by Yury Selivanov on 15 December 2016, 22:36:05 UTC
Patch by Eric Appelt.
(grafted from 78c8f450b84ca1864123ec487d363eb151f61a4a)
1 parent ccda5c4
Raw File
Tip revision: 4f9e4285d2c02dc0d7e0984405b04e808dd4fc05 authored by Yury Selivanov on 15 December 2016, 22:36:05 UTC
Issue #28091: Document PEP 525 & PEP 530.
Tip revision: 4f9e428
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.
ss1.py         GUI/Application programming: A simple spreadsheet application.
vector.py      Python basics: A vector class with demonstrating special methods.
back to top