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.
 
 
 
 
 
 
Raymond Hettinger 0dac68f1e5
bpo-36743: __get__ is sometimes called without the owner argument (#12992)
6 years ago
..
README Issue #13590: Improve support for OS X Xcode 4: 14 years ago
beer.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
eiffel.py bpo-36743: __get__ is sometimes called without the owner argument (#12992) 6 years ago
hanoi.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
life.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
markov.py bpo-22831: Use "with" to avoid possible fd leaks in tools (part 2). (GH-10927) 7 years ago
mcast.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
queens.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
redemo.py bpo-33908: Remove two superfluous assignments (GH-7116) 8 years ago
rpython.py bpo-36690: Fix typo in Tools/demo/rpython.py (GH-12903) 7 years ago
rpythond.py bpo-22831: Use "with" to avoid possible fd leaks in tools (part 2). (GH-10927) 7 years ago
sortvisu.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
ss1.py #27364: fix "incorrect" uses of escape character in the stdlib. 9 years ago
vector.py Issue #13590: Improve support for OS X Xcode 4: 14 years 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.
ss1.py GUI/Application programming: A simple spreadsheet application.
vector.py Python basics: A vector class with demonstrating special methods.