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. Learn more →
Top 23 Python advent-of-code Projects
-
aoc
🎄 My solutions and walkthroughs for Advent of Code (https://adventofcode.com) and more related stuff.
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.
-
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!
-
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)
-
-
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.
-
Code on GitHub.
-
adventofcode
My collection of Advent of Code solutions in a slightly overkill project setup 🙃👻 (by marcelblijleven)
-
Indeed, I'd love to see what others have come up with. My cleaned-up version certainly isn't any more elegant...
-
Project mention: [2022-day16] python port to rust performance question | reddit.com/r/adventofcode | 2022-12-26
-
-
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
-
Merry Christmas! As a simple Christmas Card, here's an input file for day 9's decoder that produces this scene.
-
-
-
Python @ github
-
-
-
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().
-
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.
-
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.
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Python advent-of-code related posts
- CS176a and Research Advice
- 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.
- [2022 7 #j1] Question about approach.
- [2022 All Days]
- [2022 day 19] after trying ever day for the last 11 days, nothing seems to work
- [2022 Day 21 Part 2] Got the right answer, but not sure how
- [2022] 25 Different Languages Challenge, completed
-
A note from our sponsor - Sonar
www.sonarsource.com | 24 Mar 2023
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 |