Fundamentals and principles of OOP
https://lk.neural-university.ru/lesson/797
- Poetry -- is a tool for dependency management and packaging in Python.
- configure IDE to use poetry python interpreter in
.venv
folder
Open a terminal in a project root folder and run next commands:
poetry install
poetry run poe start
Open a terminal in a project root folder and run one of a next command:
poetry run poe test
poetry run poe test-quick
Open a terminal in a project root folder and run a next command:
poetry run poe check