#ZombieShooter #TaskManager #Kiro #KiroweenHackathon #Python #PyGame #psutil #DeveloperTools #VibeCoding #SteeringDocs #RAM #SystemAdmin #ProcessKiller #GameDev #AI #Programming #Coding #SoftwareDevelopment #Tech #Innovation #Frankenstein #Hackathon #Developer #Productivity #CodingTools #DevTools #ProgrammingTools #SoftwareEngineering #TechInnovation #AIAssistant #CodingAssistant #DeveloperExperience #CodingLife #TechLife #Software #AppDevelopment #ProgrammingLanguage #CodingSkills #TechSkills #
#python #investing #technology
#datascience #risk #markets #volatility
Optimizing ORCL Return-to-Drawdown Performance via Classic and Modified Kaufman’s Adaptive Moving Average (KAMA) in Python
Algo-Trading Profitability Analysis via Backtesting & Full-Scale Parameter Optimization without Look Ahead Bias & Overfitting

https://git.w212.org/tools/codewords.git/
I'm SO happy with how my talk was produced for #PyLsdiesCon 2025! The intro by Ariane Djeaupang was fantastic and the slick animated title was awesome!
Have a watch here and learn how Python devs (yes, even backend devs) can help out with #accessibility on the web.
https://youtu.be/KrtUTEZzD6U?si=lmTtsCiK600UAAPy
#Wagtail #Django #Python
📝 Advent of Code 2025 Day 5: Cafeteria
It's too bad I don't have a pre-written "rangeset" class; it would've made easy work of this puzzle. Part 1 was straightforward; Part 2 required merging the ranges.
#python #AdventOfCode2025 #programming #coding
Python Collections Abc Generator
Generator functions and generator expressions
Memory-efficient iteration patterns
Generator function
#python #programming #tutorial #coding #collections #abc #generator
https://www.youtube.com/watch?v=UpfKQLZVaRA
Day 5! Finally,
after a very straightforward part 1, part 2 was a crazy mess working with ranges. No enumeration is possible (it will blow your mind), but a BUG in the merging of ranges made it fail most of the day. Oh, and there are duplicate entries… so be careful about what you do.
https://github.com/sixhat/adventofcode.com/blob/main/2025/aoc2025py.ipynb
#AdventOfCode #Python
Linea de tiempo del Dataframe
#Timeline
#python #pandas #Rstats #Tibble #Polars
Eventual Rust in CPython https://lobste.rs/s/jjkbno #python #rust
https://lwn.net/SubscriberLink/1046933/d13433b823f559c0/
Content warning:AOC Day 5 Chatter
I just completed "Cafeteria" - Day 5 - Advent of Code 2025
Today's challenge at least resulted in naive solutions to the sample data being punished by the large test set. In both cases I sorted out a better solution pretty quickly though. Why do these easy days keep making me nervous about what's yet to come? I feel like day 11 will just be "solve chess". 😂 ☠️
https://adventofcode.com/2025/day/5
https://github.com/adw99/advent-of-code-2025/tree/main/day-5
My first #introduction!
My name is Colin. I'm a software engineer and co-founder at Caktus Group. I focus on #Python and #Django. Lately, I've also been spending a lot of time with infrastructure and Kubernetes. I usually blog on https://www.caktusgroup.com/blog/.
Let's connect!
I just completed "Cafeteria" - Day 5 - Advent of Code 2025 #AdventOfCode https://adventofcode.com/2025/day/5
Write up https://brassnet.biz/blog/advent-of-code-day-5.html
Solution in #Python at https://github.com/brass75/AdventOfCode/blob/main/aoc_2025/day5.py