My solutions to the 2020 Advent of Code event, using Python 3.8 with Pipenv for dependency management.
Use Pipenv to reproduce the Python environment:
pipenv sync
Then run solutions for a specific day:
pipenv run day 1
This will load input data from inputs.json and pass it to the solution.