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

https://github.com/caseybaggz/learning-python

Some practical examples when learning Python.
https://github.com/caseybaggz/learning-python

Last synced: 4 months ago
JSON representation

Some practical examples when learning Python.

Awesome Lists containing this project

README

        

# learning-python
Repo of a bunch of practical examples during Python courses.

## Start
To use this course you need to have [Poetry](https://python-poetry.org/) installed.

## Running Exercises
To run an exercise, just use the following command
```
poetry run python3 src/exercise//.py
```