Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thebertster/aoc_2017

Advent of Code 2017
https://github.com/thebertster/aoc_2017

aoc2017 python

Last synced: 15 days ago
JSON representation

Advent of Code 2017

Awesome Lists containing this project

README

        

Solutions to Advent of Code 2017 (http://adventofcode.com/2017/)

Using Python. Aiming for pylint score of 10.0 for each day against the Google Python style guide.

This means no dirty use of evals and execs amongst other things!