Skip to content

fitg/python-playground

Repository files navigation

python playground

About this project

Fun playground that is to be used to test out various scenarios in python.

Installing dependencies

Note: We assume you are running this in Linux

This project uses Poetry. To install dependencies, run:

Install pyenv first here.

# install python version
pyenv install 3.8.0
# set/activate local python version
pyenv local 3.8.0
# install poetry
pip install poetry
# install poetry settings using pyproject.toml file
poetry install

Format checks

make lint - execute flake8

make black - run black and format files

Testing

make unit-test

Running

make all

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published