Ecosyste.ms: Awesome
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: 8 days ago
JSON representation
Some practical examples when learning Python.
- Host: GitHub
- URL: https://github.com/caseybaggz/learning-python
- Owner: caseybaggz
- Created: 2021-04-14T13:57:13.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-27T13:45:22.000Z (over 3 years ago)
- Last Synced: 2024-11-14T23:40:59.936Z (2 months ago)
- Language: Python
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```