I'm thrilled to announce that NUSGet v1.5.0 has hit 10,000 downloads!!!
It's really incredible to see something I made get used so widely, and I’m very happy that NUSGet is now included in the Wii modding guide. My goal from the start was always to replace NUSD with something more modern because I was so tired of using it, and with NUSD being phased out of the modding guide, I think it’s safe to say that goal has been achieved.
Thank you to everyone who uses it <3

just published #python package for #healpix regrid of data from and to #parquet file using #duckdb and other neat tricks for speed up.
https://pypi.org/project/healpyxel/ docs is here
https://mariodamore.github.io/healpyxel/
Still very immature, check if this can be useful.

Alors ça c'est vraiment pour moi l'approche du futur : générer le code et le confronter à de vrais tests. J'aimerais bien trouver la même chose en Java et J https://claudio.uk/posts/unvibe-how-I-force-LLMs-to-generate-valid-code.html #python #code #générateur #llm #test #exécution #automatisation #méthode
Varied opacity per vertex with the #P2D renderer. 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_02_10 #Processing #Python #py5 #CreativeCoding

Pour installer un outil Python avec uv, il fallait 2 commandes :
# 1 - Installer uv
curl -LsSf https://astral.sh/uv/install.sh | sh
# 2 - Installer l'outil
uv tool install $TOOL
Astral propose un service générant le script d'installation pour uv (au besoin) et l'outil : https://uvx.sh/
curl -LsSf uvx.sh/$TOOL/install.sh | sh
Voir https://pydevtools.com/blog/uvx-sh-install-python-tools-without-uv-or-python/
Attention aux scripts dynamiques à qui on délègue l'installation de programmes (#cybersécurité).
RE: https://fosstodon.org/@europython/116045751238882835
il ne reste plus que 5 jours pour proposer une intervention pour la conférence @europython 2026, qui aura lieu à Cracovie en Pologne du 13 au 19 juillet 🇵🇱
#Python #écosystème #CFP #EuroPython
Vous connaissiez les f-strings et les t-strings, une nouvelle PEP propose les d-strings (https://peps.python.org/pep-0822/), qui permettraient de désindenter des chaines de caractères. Cela permet notamment de décorréler l'indentation du texte manipulé de l'indentation du code qui définit ce texte. Les d-strings permettront ainsi de se passer de textwrap.dedent (https://docs.python.org/3/library/textwrap.html#textwrap.dedent).
#Python #code #ecosystème #pep
A fun Python puzzle with circular imports via @RunxiYu https://lobste.rs/s/6os1a6 #python
https://utcc.utoronto.ca/~cks/space/blog/python/PythonCircularImportPuzzle
@sandorspruit THX Sandor. Found also a #python library in github https://rightup.github.io/pyMC_core/
“Volunteering enriches the enjoyment of the whole event even further. There are many different roles to suit different personalities and abilities.”
Read our latest interview with @@jake_balas, member of the Operations Team and Onsite Volunteering Lead at EuroPython 2025: https://blog.europython.eu/humans-of-ep-jake
#europython #conference #volunteers #python #contributors #europython2025 #opensource

I blogged about software I wrote for efficiently downloading and querying @opencitations in bulk
📖 blog: https://cthoyt.com/2026/02/10/opencitations-client.html
💽 code: https://github.com/cthoyt/opencitations-client
#opencitations #bibliometrics #opensource #python #knowledgegraphs