6/6 🧠Conclusion
We often think of history as a flow, but to a regression model, it's a series of discrete, high-entropy events.
With an ROC of 0.99, we can mathematically prove that Silvester 2026 was statistically unique. It was the year the Euro expanded, and the year the Alps burned.
The data speaks for itself.
#Python #Analytics #News #Tech
#genuary #genuary14 #genuary2026
Find the sketch-a-day archives and tip jar at: https://abav.lugaralgum.com/sketch-a-day
Code for this sketch at: https://github.com/villares/sketch-a-day/tree/main/2026/sketch_2026_01_14 #Processing #Python #py5 #CreativeCoding
#genuary #genuary13 #genuary2026
Find the sketch-a-day archives and tip jar at: https://abav.lugaralgum.com/sketch-a-day
Code for this sketch at: https://github.com/villares/sketch-a-day/tree/main/2026/sketch_2026_01_13 #Processing #Python #py5 #CreativeCoding

Ok, to follow up on yesterday's structured concurrency question:
In Python, I have a hypothetical HTTP client:
async with HTTP() as client:
http.get("https://site.example/index.html")
and it handles things like HTTP/2 multiplexing and connection pools and stuff. So it needs some background tasks to coordinate and maintain them.
Classically, I'd call these "daemon tasks" (after Python's daemon threads).
But I feel like I'm missing something?
#Python #Trio #StructuredConcurrency
Ever wondered how to parametrize exception testing in PyTest?
Try this:
https://borutzki.github.io/2026/01/15/how-to-parametrize-exception-testing-in-pytest.html
#DailyPythonista #python #programming #Pytest #TDD #unittest

🎮 Midweek Momentum — Wednesday
📅 January 14, 2026
Keeping the rhythm steady and the logic clean.
📈 Progress
• Beyond365DaysOfCode — Day 374
• 100DaysOfCode — Day 374
• freeCodeCamp
📖 Daily Reading
• freeCodeCamp News — 1 article
• Daily.dev — 1 article
💻 Learning
• Codecademy — Phaser: game logic, movement, and interaction
Midweek effort compounds by the weekend.
#GameDev #PhaserJS #GameLogic
#Python #MidweekMomentum
#LearningInPublic #DevJourney

🚀 Motivation Monday — Coding Progress
📅 January 12, 2026
Starting the week by building momentum and sharpening fundamentals.
📈 Progress
• Beyond365DaysOfCode — Day 372
• 100DaysOfCode — Day 372
• freeCodeCamp
📖 Daily Reading
• freeCodeCamp News — 1 article
• Daily.dev — 1 article
💻 Learning
• Codecademy — Phaser: game states, scenes, and flow
Small systems today lead to better games tomorrow.
#GameDev #PhaserJS #StateManagement
#Python #MotivationMonday #LearningInPublic
#DevJourney

To sort a #Python #Pandas data frame by column x:
df.sort_values('x')
By x and y (ascending):
df.sort_values(['x', 'y'])
By x and y, both descending:
df.sort_values(['x', 'y'], ascending=False)
Ascending x, descending y:
df.sort_values(['x', 'y'], ascending=[True, False])
Python Turtle - Quantum Mandala Spiral
Hypnotic quantum-inspired mandala with golden ratio spirals
#python #turtle #graphics #viral
https://www.youtube.com/watch?v=NVelSONAuAU
> Concretely, we expect to add ML-KEM and ML-DSA APIs that are only available with #LibreSSL/#BoringSSL/AWS-LC, and not with #OpenSSL.
(from https://cryptography.io/en/latest/statements/state-of-openssl/)
But these are going be optional, right? I mean, after you killed a lot of legacy systems by requiring RustLang, you aren't going to prevent people from using #Cryptography and #Qt simultaneously, right? (Qt rejected LibreSSL support.)
🚀 The DjangoCon US 2026 CFP is OPEN!
We’re heading BACK to Chicago and looking for talks from all experience levels.
Got an idea about Django, Python, or the web? We want to hear it!
👉 Submit here: https://pretalx.com/djangocon-us-2026/cfp

Read #cryptography #openssl #python https://cryptography.io/en/latest/statements/state-of-openssl/