Python advent-of-code

Open-source Python projects categorized as advent-of-code

Top 23 Python advent-of-code Projects

  • aoc

    🎄 My solutions and walkthroughs for Advent of Code (https://adventofcode.com) and more related stuff.

    Project mention: AdventOfCode 2022, giorno 25 | reddit.com/r/ItalyInformatica | 2022-12-24

    Congrats /u/skifire13 per il rank #233 globale, nice!

  • aoc-badges-action

    Github Action to update the badges of your Readme to show your current Advent of Code stats

  • InfluxDB

    Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.

  • adventofcode

    Python solutions to Advent of Code puzzles, https://adventofcode.com/ (by fuglede)

    Project mention: -🎄- 2022 Day 24 Solutions -🎄- | reddit.com/r/adventofcode | 2022-12-23

    Python 171/176. Full code here; authentic code now, might clean later. Thought I was fast today, but you all are simply getting too good at this!

  • advent-of-code

    [Learning] My Advent of Code Solutions in Python (by xavdid)

    Project mention: Me: "I'm going to learn rust for Advent of code!" Also me: | reddit.com/r/adventofcode | 2022-12-06

    Code's all here: https://github.com/xavdid/advent-of-code

  • advent-readme-stars

    A GitHub Action that automatically reports your Advent of Code progress in a table in your README

  • adventofcode

    Advent of Code (http://adventofcode.com) solutions written in Python 3 (by viliampucik)

  • aoc

    🎄 advent of code 350⭐ (by MasterMedo)

  • Sonar

    Write Clean Python Code. Always.. Sonar helps you commit clean code every time. With over 225 unique rules to find Python bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.

  • Advent-of-Code

    Advent of Code problems solved in Python. (by derailed-dash)

    Project mention: -🎄- 2022 Day 18 Solutions -🎄- | reddit.com/r/adventofcode | 2022-12-17

    Code on GitHub.

  • adventofcode

    My collection of Advent of Code solutions in a slightly overkill project setup 🙃👻 (by marcelblijleven)

  • advent-of-code

    :christmas_tree: (by hughcoleman)

    Project mention: -🎄- 2022 Day 2 Solutions -🎄- | reddit.com/r/adventofcode | 2022-12-01

    Indeed, I'd love to see what others have come up with. My cleaned-up version certainly isn't any more elegant...

  • AoC

    my personal repo for the advent of code yearly challenge (by Fadi88)

    Project mention: [2022-day16] python port to rust performance question | reddit.com/r/adventofcode | 2022-12-26
  • adventofcode2020

    Python solutions to https://adventofcode.com/2020 (by r0f1)

  • advent-of-code-setup

    Automate input downloads and solution creation for Advent of Code

    Project mention: Please include your contact info in the User-Agent header of automated requests! | reddit.com/r/adventofcode | 2022-11-30

    Just updated advent-of-code-setup

  • aoc

    Solutions to Advent of Code puzzles in Python. (by seligman)

    Project mention: -🎄- 2022 Day 25 Solutions -🎄- | reddit.com/r/adventofcode | 2022-12-24

    Merry Christmas! As a simple Christmas Card, here's an input file for day 9's decoder that produces this scene.

  • AdventOfCode2021

    My solutions for AoC 2021 (by narimiran)

  • AdventOfCodeLeaderboard

    Python Script to post a Private Leaderboard to a custom Slack Channel

  • advent-of-code

    http://adventofcode.com (by prositen)

    Project mention: -🎄- 2022 Day 7 Solutions -🎄- | reddit.com/r/adventofcode | 2022-12-06

    Python @ github

  • Advent-of-Code-2021

    Advent of Code Solutions 2021 in Python (by DenverCoder1)

  • adventOfCode

    Advent of Code solutions in a number of different languages (by codemicro)

  • advent-of-code-ocr

    Convert Advent of Code ASCII art (by bsoyka)

    Project mention: -🎄- 2022 Day 10 Solutions -🎄- | reddit.com/r/adventofcode | 2022-12-09

    The OCR is based on the number of active pixels for each column. The letter "E" has 6 lit pixels in the first column, 3 pixels in the 2nd and 3rd column and 2 pixels in the last column. By looking at the character list (thanks bsoyka on github!) I could craft a lookup table. The four integers will be shifted and added together to get a single integer. The 6,3,3,2 is transformed to 6<<0 + 3<<2 + 3<<4 + 2<<6 = 194 (the bits overlap, I know, but there are no collisions). The index of 194 in this magic list is 4. By adding 65 (ascii value of 'A') I can get the actual character with chr().

  • pytest-aoc

    Downloads puzzle inputs for Advent of Code and synthesizes PyTest fixtures

    Project mention: Please include your contact info in the User-Agent header of automated requests! | reddit.com/r/adventofcode | 2022-11-30

    Also fixed in pytest-aoc as of version 1.22.0. Additionally built in a short sleep time to prevent bursts.

  • advent-of-code

    Advent of Code Solutions https://adventofcode.com/ (by gamma032steam)

    Project mention: Has anyone ever seen this object over a Twitter profile pic before? It's only this person's account and the object only shows up on web, not mobile. I couldn't find anything about this object using developer tools...seems weird. | reddit.com/r/webdev | 2023-02-25

    For example, hover over 'gamma032steam' here: https://github.com/gamma032steam/advent-of-code/graphs/contributors.

  • advent-of-code-2020-python

    learning python👨‍💻: my Advent of Code 2020 solutions

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020). The latest post mention was on 2023-02-25.

Python advent-of-code related posts

Index

What are some of the best open-source advent-of-code projects in Python? This list will help you:

Project Stars
1 aoc 327
2 aoc-badges-action 106
3 adventofcode 49
4 advent-of-code 47
5 advent-readme-stars 35
6 adventofcode 30
7 aoc 27
8 Advent-of-Code 20
9 adventofcode 20
10 advent-of-code 19
11 AoC 17
12 adventofcode2020 16
13 advent-of-code-setup 15
14 aoc 14
15 AdventOfCode2021 14
16 AdventOfCodeLeaderboard 12
17 advent-of-code 12
18 Advent-of-Code-2021 12
19 adventOfCode 11
20 advent-of-code-ocr 10
21 pytest-aoc 9
22 advent-of-code 8
23 advent-of-code-2020-python 8
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com