Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dancergraham/advent_of_code_2020
- Owner: dancergraham
- Created: 2020-12-04T21:29:39.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-22T20:27:28.000Z (almost 4 years ago)
- Last Synced: 2024-11-06T08:45:56.712Z (2 months ago)
- Topics: advent-of-code, advent-of-code-2020
- Language: Python
- Homepage:
- Size: 1.18 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
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 newMy 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)