version : 3.6.8
To check the installation & version :
python --version
> Python 3.6.8
https://pip.pypa.io/en/stable/installing/
To check the installation & version :
pip --version
> pip 19.0.3
https://pipenv.readthedocs.io/en/latest/install/
To check the installation & version :
pipenv --version
> pipenv, version 2018.11.26
cd path/to/project
> pipenv lock && pipenv sync
https://www.kaggle.com/kashnitsky/medium-articles
python src/main.py
Security checks
pipenv check
pylint
pylint src/main.py