Skip to content

A collection of Python solutions for Advent of Code 2025, organised by day in separate folders (Day1, Day2, etc.), with each challenge implemented in its own `main.py`.

Notifications You must be signed in to change notification settings

allandingwall/AdventOfCode2025

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2025 – Python

This repository contains my solutions to Advent of Code 2025, implemented in Python.

Each day's challenge is stored in its own directory, with the following structure:

Day1/ main.py Day2/ main.py Day3/ main.py ... 

Each main.py contains the solution for that day's puzzle.

Running a Solution

From the repository root, navigate into the desired day’s folder and run:

cd Day1 python3 main.py 

Progress

Day Part 1 Part 2
01
02
03
04
05
06 X
07 -
08 - -
09 - -
10 - -
11 - -
12 - -

Advent of Code

You can find the event and challenges at:

https://adventofcode.com/2025

About

A collection of Python solutions for Advent of Code 2025, organised by day in separate folders (Day1, Day2, etc.), with each challenge implemented in its own `main.py`.

Topics

Resources

Stars

Watchers

Forks

Languages