Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/thebertster/aoc_2017
- Owner: thebertster
- Created: 2017-11-25T18:13:20.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-25T09:55:53.000Z (about 7 years ago)
- Last Synced: 2024-11-06T16:00:33.413Z (2 months ago)
- Topics: aoc2017, python
- Language: Python
- Homepage:
- Size: 59.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!