Working with Python through example projects
| Project | Purpose | Keywords |
|---|---|---|
| 00-basic | Demonstrates basic concepts in the Python programming language | Python data types functions control flows files OOP |
| 01-blockchain | Creates a simple blockchain app using Python, Flask and Requests | Flask Requests Cryptography Blockchain |
| 02-todos | Shows how to build Desktop apps and Web apps |
FreeSimpleGUI streamlit |