|
8 | 8 | - [Online Rock, Paper, Scissers Game using Flask Web Service](rock_paper_scissers_online/runner.py)
|
9 | 9 |
|
10 | 10 |
|
11 |
| - |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | +---- |
| 17 | +## Older Uncategorized Examples |
| 18 | +- [Triangles](/exercises/01/easy-01-triangle.py) |
| 19 | +- [TicTocToe](/exercises/01/hard-01-xo-game.py) |
| 20 | +- [Dictionary](/exercises/exercise-general-week-05-01.py) |
| 21 | +- Web ([1](/exercises/02/web/optional-01-flask.py),[2](/exercises/02/web/optional-02-flask.py)) |
| 22 | +- Turtle ([1](/exercises/02/turtle/optional-01-turtle.py),[2](/exercises/02/turtle/optional-02-turtle.py)) |
| 23 | +- [Genetic Algorithm](/lessons/algorithm/kinds/evolutionary/simple-genetic-algorithm.py) |
| 24 | +- Rock Paper Scissors ([1](/exercises/02/gui/easy-01-rock-paper.py),[2](/exercises/02/gui/easy-02-rock-paper.py),[3](/exercises/02/gui/easy-03-rock-paper.py)) |
| 25 | +- Random Dice ([1](/exercises/02/gui/medium-01-random-number.py),[2](/exercises/02/gui/medium-02-random-number.py)) |
| 26 | +- Color Detector ([1](/exercises/02/gui/hard-01-color-detector.py),[2](/exercises/02/gui/hard-02-color-detector.py)) |
| 27 | +- PhoneBook ([1](/exercises/02/console/optional-01-phone-book.py)) |
| 28 | +- Simple 2D Ball Game <sub>[***DOCUMENTED***]</sub> ([1](/lessons/python/examples/simple-2d-game-part1.py), [2](/lessons/python/examples/simple-2d-game-part2.py), [3](/lessons/python/examples/simple-2d-game-part3.py), [4](/lessons/python/examples/simple-2d-game-part4.py)) |
| 29 | +- How to make a simple paint? ([First part](/lessons/python/examples/paint-part1.py)) |
| 30 | +- How to make a weight tracker? ([First part](/lessons/python/examples/weight-tracker-part1.py)) |
| 31 | +- How to make a simple phonebook with GUI? ([First part](/lessons/python/examples/phonebook-gui-part1.py)) |
| 32 | +- How to make an interpreter for a hypothetical programming language? ([First part](/lessons/python/examples/interpreter-part1.py)) |
| 33 | +- [Table generator](/lessons/python/examples/simple-table-generator.py) for Terminal |
| 34 | +- Simple [service](/lessons/python/examples/simple-bad-practice-authenticator.py) to authenticate users, and a simple script to [login](/lessons/python/examples/simple-bad-practice-login-script.py) to this service. |
| 35 | +- Simple "Rock", "Paper", "Scissors" Game with Socket [Client](/lessons/python/examples/simple-socket-client.py) and Socket [Server](/lessons/python/examples/simple-socket-server.py) |
| 36 | +- Simple [talking bot](/lessons/python/examples/simple-talking-bot.py) example |
| 37 | +- Simple [Maze](/lessons/python/examples/simple-cli-maze-generator.py) Generator |
| 38 | + - <img src="lessons/python/examples/snapshots/simple-cli-maze-generator.png"> |
| 39 | +- Set [color in console](/lessons/python/concepts/enum/color-enum.py); how to [use](/lessons/python/examples/console-color.py) this. |
| 40 | +- Simple [GET, POST](/lessons/python/examples/simple-get-post-service.py) service and also [Request1](/lessons/python/examples/simple-get-post-request.py), [Request2](/lessons/python/examples/simple-get-post-request2.py) |
0 commit comments