python

Back Open Paginator
15.01.2026 19:24
folkebernadotte25 (@folkebernadotte25@mastodon.social)

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.




Show Original Post


15.01.2026 18:50
villares (@villares@pynews.com.br)

#genuary #genuary14 #genuary2026
Find the sketch-a-day archives and tip jar at: abav.lugaralgum.com/sketch-a-d
Code for this sketch at: github.com/villares/sketch-a-d #Processing #Python #py5 #CreativeCoding





Show Original Post


15.01.2026 18:48
villares (@villares@pynews.com.br)

#genuary #genuary13 #genuary2026

Find the sketch-a-day archives and tip jar at: abav.lugaralgum.com/sketch-a-d
Code for this sketch at: github.com/villares/sketch-a-d #Processing #Python #py5 #CreativeCoding





Show Original Post


15.01.2026 18:08
astraluma (@astraluma@tacobelllabs.net)

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




Show Original Post


15.01.2026 18:05
borutzki (@borutzki@mastodon.social)

Ever wondered how to parametrize exception testing in PyTest?

Try this:
borutzki.github.io/2026/01/15/





Show Original Post


15.01.2026 17:20
LogicLuminaryBill (@LogicLuminaryBill@mastodon.social)

🎮 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.







Show Original Post


15.01.2026 17:14
LogicLuminaryBill (@LogicLuminaryBill@mastodon.social)

🚀 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.







Show Original Post


15.01.2026 17:01
Reuven (@Reuven@fosstodon.org)

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])




Show Original Post


15.01.2026 17:00
PythonPeak (@PythonPeak@mastodon.social)

Python Turtle - Quantum Mandala Spiral

Hypnotic quantum-inspired mandala with golden ratio spirals

youtube.com/watch?v=NVelSONAuAU




Show Original Post


15.01.2026 16:58
mgorny (@mgorny@social.treehouse.systems)

> 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 cryptography.io/en/latest/stat)

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.)

#Python




Show Original Post


15.01.2026 16:46
djangocon (@djangocon@fosstodon.org)

🚀 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: pretalx.com/djangocon-us-2026/

#DjangoConUS #Django #Python





Show Original Post


15.01.2026 16:42
kushal (@kushal@toots.dgplug.org)

Read #cryptography #openssl #python cryptography.io/en/latest/stat




Show Original Post


1 ...646 647 648 649 650 651 652 653 654 655 656 ...1584
UP