Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

Last synced: 8 days 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
```