Raspi-Sump V2.0 alpha channel builds available via the Linuxnorth.org apt repository.
https://raspisumpdocs.linuxnorth.org
https://github.com/alaudet/raspi-sump

`shadunix@fediverse:~$ whoami
• Python Developer
• Linux & Open-Source enthusiast
• Privacy Advocate
• Self-hosting on bare metal.
#Introduction #FOSS #Privacy #Python
`
🎉 Post PyCascades Party!
Join GitButler after the conference for food, drinks & games 💜🐍
📅 Mar 21 • 5:30–8:30 PM
📍 GRETA Bar YVR (Vancouver)
⚠️ 19+ event
👉 Register: https://luma.com/euvnqn57

to be fair, searching for #python is a shit show at the moment.
there is so much out of date crap out there as the language morphs and changes.
the usual places are spammed with slop from folks trying to be helpful using AI to answer questions they do not understand. ad bait blog posts of slop do not help either.
that said, i have had more luck on irc than other places.
i am not interested in funding another billionaires yacht, so no slop from/for me.
maybe ask here instead?
GitHubリポジトリが静かに書き換えられる ── GlassWormサプライチェーン攻撃の全容と防御策
https://qiita.com/nogataka/items/9952280fe6fddfd14ddf?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items
#qiita #Python #GitHub #Security #supplychain #サプライチェーン攻撃
A febbraio abbiamo fatto il primo evento dell’anno di #PyVenice !
🗣️ Due interventi sui #framework del momento, #flask e #django
⚖️ Un confronto tra #python e #javascript, in termini di #ServerSide e #ClientSide rendering
🚀 Come #DjangoNinja ha reso veloce le #REST di Django, mostrando il codice in azione !!!
🕖 Noi ci vediamo il 16 aprile 2026, con il #workshop su #n8n ‼️
Info e prenotazioni 👇
https://www.meetup.com/pyvenice/events/312919609/
💾 NON mancate !
#PyVenice #3 @pythonitalia #Python #Flask & #DjangoNinja

Can't figure out how to use #cython to define a reusable #python extension class.
In the .pxd
cdef class CountFingerprint:
cdef:
...
In the .pyx
from . import _typing
def _err(s):
return ValueError(s)
cdef class CountFingerprint:
def to_pandas(...) -> _typing.PDF:
..
raise _get_value_error(..)
cythonize says "Unknown type declaration '_typing.PDF' in annotation, ignoring" and "undeclared name not builtin: _get_err".
I don't get it. Those are defined in the .pyx.
Help?
Please, can we get a ...
#Python Dependency Hell Porn ... day
@stuartl I've heard speculation that PyPy is unmaintained... https://github.com/numpy/numpy/issues/30416 is the best source I know of, and I see there was a recent statement of intent to support Python 3.12 which would suggest that it is in fact maintained, but I dunno if that comment really addresses the issues that made people wonder about the status of PyPy in the first place. So we'll have to see what happens.
With CPython now actively merging "AI" slop in the form of co-authored commits from Anthropic Claude… I'm leery about starting new projects atop the reference #Python implementation.
My projects remain slop-free at this point in time, and it is my intention that they stay that way. I can't afford the legal risk that comes with them: a machine cannot represent itself in court, therefore a machine cannot be held accountable for infractions of copyright law. This means the buck stops with the humans.
Cursory glance at Pypy, it is compatible with Python 3.11 and, on the surface, does not show any co-authored commits. I've used it in the past and found it to be mostly compatible.
Is it good enough for a fork? Did I miss something?
Django REST Framework 3.17 has just been released 🎉
Long overdue release with official support for Django 6.0 and Python 3.14
Also, new docs theme ✨ (and many others changes)
https://pypi.org/project/djangorestframework/
#python #django #drf djangorestframework
Is there a less planet burning #ai coding assistant for #python coding or are the big services what I should be looking at?
When #coding I search a lot so the 10 X more energy per request might be less impactful if it saves me a bunch of search attempts.
I am not a good programmer, I don't do it often enough for that and so I also don't particularly enjoy it a lot of the time. This feels too new like a perfect use case for these tools and a chance to experiment.