This project contains my python algorithms,snippets,tools.
First, you should have python env manager --virtualenv. Then,
cd PythonSnip
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
The directory contains some snippets programed with Python.