MLH-Fellowship / orientation-project-python-23.SUM.A

Orientation Project (Python) for 23.SUM.A
1 stars 12 forks source link

Orientation Project - Python

Refer to the Fellowship LMS for information!

File Structure

The repository is structured as follows:

Setup

python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

Run

flask run

Run tests

pytest test_pytest.py

Run Linter

pylint *.py