Basic setup and playground for starting a python project
Dependencies handled with pipenv
If fresh:
pipenv install
Install deps:
pipenv install <package>
Install dev deps:
pipenv install pytest --dev
Activate shell:
pipenv shell
Run tests:
pytest
- pipenv
- python-dotenv
- pytest
- black code formatter
- (jupyter) notebook
Pipenv scripts
Black formatter setup vscode
Python-Dotenv
Project organization loose ideas
Pytest examples