https://github.com/fresult/just-python
Learn basic Python from https://www.youtube.com/watch?v=iKmat4ieQ1I
https://github.com/fresult/just-python
Last synced: 3 months ago
JSON representation
Learn basic Python from https://www.youtube.com/watch?v=iKmat4ieQ1I
- Host: GitHub
- URL: https://github.com/fresult/just-python
- Owner: fResult
- Created: 2024-02-21T12:19:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-27T05:35:55.000Z (over 2 years ago)
- Last Synced: 2025-12-10T06:27:32.862Z (7 months ago)
- Language: Python
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Just-Python
## Prerequisite
- [Python 3.12+](https://www.python.org/downloads)
- [Rye](https://rye-up.com) package manager
## Available Scripts
Run "Guess Words Game":
```bash
rye run python guess-words-game.py
```
Run worksheets:
```bash
rye run python worksheets/«file_name».py
# Examples
rye run python worksheets/csv_use_either.py
# OR
rye run python worksheets/test_maybe.py
```