This year I'll be solving the puzzles of Advent of Code with Python 3.11.
And just as a warning: I'm line golfing a lot once again so the code style is really bad.
-------Part 1-------- -------Part 2-------- -----Delta-----
Day Time Rank Score Time Rank Score Time Rank
25 00:11:07 267 0 00:11:10 222 0 00:00:03 -45
24 00:36:33 419 0 00:40:05 334 0 00:13:32 -85
23 00:22:51 110 0 00:25:41 126 0 00:02:50 16
22 00:26:28 260 0 01:12:57 87 14 00:46:29 -173
21 00:10:30 831 0 00:21:57 235 0 00:11:27 -596
20 00:25:12 315 0 00:27:41 212 0 00:02:29 -103
19 00:50:59 122 0 00:56:07 82 19 00:05:08 -40
18 00:05:26 502 0 00:14:28 167 0 00:09:02 -335
17 00:55:24 1185 0 01:20:13 643 0 00:24:49 -542
16 01:35:37 1359 0 02:56:47 1033 0 01:21:10 -326
15 00:26:46 1177 0 00:38:33 298 0 00:11:47 -879
14 00:20:25 662 0 00:24:32 651 0 00:04:07 -11
13 00:19:34 908 0 00:25:02 812 0 00:05:28 -96
12 00:15:01 577 0 00:18:11 557 0 00:03:10 -20
11 00:31:17 1898 0 00:34:32 863 0 00:03:15 -1035
10 00:19:40 3878 0 00:25:43 1538 0 00:06:03 -2340
9 00:14:05 850 0 00:23:41 714 0 00:09:36 -136
8 00:12:07 1255 0 00:18:41 682 0 00:06:34 -573
7 00:28:06 1781 0 00:31:32 1337 0 00:03:26 -444
6 00:04:01 1218 0 00:04:27 838 0 00:00:26 -223
5 00:14:52 1390 0 00:15:41 995 0 00:00:49 -395
4 00:02:15 111 0 00:03:54 188 0 00:01:39 77
3 00:10:02 2783 0 00:13:40 1809 0 00:02:08 -974
2 00:12:43 4547 0 00:16:20 3054 0 00:03:37 -1493
1 00:03:12 1256 0 00:05:20 1474 0 00:02:08 218
---------------------------------------------------------------------
Sum 09:24:13 - 0 13:46:55 - 33 04:22:42 -
Avg 00:22:34 1186 0 00:33:05 764 1 00:10:30 -422
Total points: 33
Global rank: 772
Day Python
1 1
2 2
3 1
4 1
5 1
6 3
7 2
8 18
9 29
10 0
11 170
12 6
13 2
14 50
15 31000
16 ++++++ (needs to be optimized)
17 2800
18 14
19 15000
20 840
21 13
22 54 (example doesn't work on part 2)
23 2900
24 2900
25 0
-----------
Sum 55807
Avg 2325
(not including day 16)
Execution times measured on an M1 Max Mac Studio.