Home | History | Annotate | only in /external/python/cpython3/Tools/demo
Up to higher level directory
NameDateSize
beer.py21-Aug-2018566
eiffel.py21-Aug-20183.8K
hanoi.py21-Aug-20184.5K
life.py21-Aug-20188.8K
markov.py21-Aug-20183.6K
mcast.py21-Aug-20182.2K
queens.py21-Aug-20182.2K
README21-Aug-20181,014
redemo.py21-Aug-20185.7K
rpython.py21-Aug-2018778
rpythond.py21-Aug-20181.3K
sortvisu.py21-Aug-201819.5K
ss1.py21-Aug-201825K
vector.py21-Aug-20181.4K

README

      1 This directory contains a collection of demonstration scripts for
      2 various aspects of Python programming.
      3 
      4 beer.py        Well-known programming example: Bottles of beer.
      5 eiffel.py      Python advanced magic: A metaclass for Eiffel post/preconditions.
      6 hanoi.py       Well-known programming example: Towers of Hanoi.
      7 life.py        Curses programming: Simple game-of-life.
      8 markov.py      Algorithms: Markov chain simulation.
      9 mcast.py       Network programming: Send and receive UDP multicast packets.
     10 queens.py      Well-known programming example: N-Queens problem.
     11 redemo.py      Regular Expressions: GUI script to test regexes.
     12 rpython.py     Network programming: Small client for remote code execution.
     13 rpythond.py    Network programming: Small server for remote code execution.
     14 sortvisu.py    GUI programming: Visualization of different sort algorithms.
     15 ss1.py         GUI/Application programming: A simple spreadsheet application.
     16 vector.py      Python basics: A vector class with demonstrating special methods.