An open API service indexing awesome lists of open source software.

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

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
```