Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dancergraham/advent_of_code_2020

Advent of Code 2020
https://github.com/dancergraham/advent_of_code_2020

advent-of-code advent-of-code-2020

Last synced: 21 days ago
JSON representation

Advent of Code 2020

Awesome Lists containing this project

README

        

# Advent of Code 2020

https://adventofcode.com/2020

Solutions using Python 3.8+ , aiming for:

- Rapid coding (I am busy!)
- Readability
- Learning something new

My first use of the walrus operator `:=`, deque, and first use of generators to process chunks of data (on day 14).

![Visualisation of a Conway Cube using Rhino 3D](images/4.png)