third_party_python/Tools/demo
2022-07-04 19:10:09 +08:00
..
beer.py update OpenHarmony 2.0 Canary 2021-06-02 02:32:55 +08:00
eiffel.py update OpenHarmony 2.0 Canary 2021-06-02 02:32:55 +08:00
hanoi.py updated Python version 2022-04-18 17:08:38 +08:00
life.py update OpenHarmony 2.0 Canary 2021-06-02 02:32:55 +08:00
markov.py update OpenHarmony 2.0 Canary 2021-06-02 02:32:55 +08:00
mcast.py update OpenHarmony 2.0 Canary 2021-06-02 02:32:55 +08:00
queens.py update OpenHarmony 2.0 Canary 2021-06-02 02:32:55 +08:00
README updated Python version 2022-04-18 17:08:38 +08:00
redemo.py update OpenHarmony 2.0 Canary 2021-06-02 02:32:55 +08:00
rpython.py update OpenHarmony 2.0 Canary 2021-06-02 02:32:55 +08:00
rpythond.py python version update from 3.9.2 to 3.9.11 2022-06-23 14:42:02 +08:00
sortvisu.py updated Python version 2022-04-18 17:08:38 +08:00
spreadsheet.py Upgrade Python version 2022-07-04 19:10:09 +08:00
vector.py python version update from 3.9.2 to 3.9.11 2022-06-23 14:42:02 +08:00

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.