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 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-27T05:35:55.000Z (about 1 year ago)
- Last Synced: 2024-03-27T06:35:16.048Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 41 KB
- Stars: 0
- Watchers: 2
- 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
```