https://github.com/transcental/python-advent-calendar
A coding advent calendar!
https://github.com/transcental/python-advent-calendar
advent-calendar advent-of-code-2021 coding-challenges programming python3
Last synced: 10 months ago
JSON representation
A coding advent calendar!
- Host: GitHub
- URL: https://github.com/transcental/python-advent-calendar
- Owner: transcental
- License: lgpl-3.0
- Created: 2021-11-29T19:21:04.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-05-01T23:15:06.000Z (over 2 years ago)
- Last Synced: 2025-02-26T03:41:47.210Z (10 months ago)
- Topics: advent-calendar, advent-of-code-2021, coding-challenges, programming, python3
- Language: HTML
- Homepage: https://advent-calendar.dillonb07.repl.co
- Size: 68.4 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Python Advent Calendar
> Get started - https://advent-calendar.dillonb07.repl.co
As I write this, December is rapidly approaching(Oh, it's actually tomorrow!). How many of you are thinking about buying, or have already bought, an advent calendar? Probably quite a few. This is an advent calendar for Python users!
Each day will be unlocked at 6AM UTC/GMT via a Python backend. Due to this being automatic, the GitHub repository will remain private until after Christmas.
Sadly, I've had to rush this project as I only though of it on Sunday night, but I'm really happy with how it turned out. I might make a few changes, but this should be ready for use!
Each day, you'll gain access to a new challenge. This is meant to be completed in Python, but I'm sure the majority of them can be done in other languages.


On the challenge page, you'll see a description of the challenge, and a Login with Replit button. This will then allow you to submit your solution. After Christmas, I'll create a portfolio/gallery of the different solutions, so be unique!
Happy Coding!
DillonB07