Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/scorphus/advent-of-code-2020

🐍 Solutions to Advent of Code 2020 πŸŽ„
https://github.com/scorphus/advent-of-code-2020

advent-of-code advent-of-code-2020 coding-challenge

Last synced: 3 months ago
JSON representation

🐍 Solutions to Advent of Code 2020 πŸŽ„

Awesome Lists containing this project

README

        

# πŸŽ„ Advent of Code 2020 [![Build Status][build-badge]][action-link] [![Coverage Status][codecov-badge]][codecov-link]

Solutions to [Advent of Code 2020] in [Python] 🐍

Each solution remains as when the respective challenge was completed, with only
subtle refactoring applied β€”Β e.g. variable renaming.

## Motivations

- Have fun πŸ™‚
- Practice problem solving ⚑️
- Practice [Python], and its [standard library], tooling, and ecosystem 🐍
- Compete πŸ₯‹ β€”Β and yet produce readable code πŸ€“

## License

Code in this repository is distributed under the terms of the BSD 3-Clause
License (BSD-3-Clause).

See [LICENSE] for details.

[build-badge]: https://github.com/scorphus/advent-of-code-2020/workflows/Python/badge.svg
[action-link]: https://github.com/scorphus/advent-of-code-2020/actions?query=workflow%3APython
[codecov-badge]: https://codecov.io/gh/scorphus/advent-of-code-2020/branch/main/graph/badge.svg?token=AefYHaJ5VS
[codecov-link]: https://codecov.io/gh/scorphus/advent-of-code-2020
[advent of code 2020]: https://adventofcode.com/2020/
[Python]: https://www.python.org/
[standard library]: https://docs.python.org/3/library/
[license]: LICENSE