mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-24 06:12:27 +00:00
python-3.6.zip added from Github
README.cosmo contains the necessary links.
This commit is contained in:
parent
75fc601ff5
commit
0c4c56ff39
4219 changed files with 1968626 additions and 0 deletions
16
third_party/python/Tools/demo/README
vendored
Normal file
16
third_party/python/Tools/demo/README
vendored
Normal file
|
@ -0,0 +1,16 @@
|
|||
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.
|
Loading…
Add table
Add a link
Reference in a new issue