My Python solutions to the https://adventofcode.com problems *<I:-)
Recommended to install a virtual environment for running this repo.
Read this gist for more info guide_venv_versionDiff.txt
Creating a virtual environment for the repository.
py -m virtualenv .virtenv
Starting the virtual environment.
.virtenv\Scripts\activate
When installing from requirements.
pip install -r requirements.txt
When adding new modules.
pip freeze > requirements.txt