Again, the #logging module of #Python is a complete misconception
Alternatives:
- structlog
- loguru
- logly (Rust-based implementation of loguru)
The problem with using software you wrote yourself is that you impulsively add features you feel would improve your life, and then get annoyed at how other parts of the software don't have the same feature.
So I guess I'm adding filtering capabilities to the Inventory view in Exosphere now
#exosphere #python #textual #sre #SoftwareDev
Show HN: Modshim – a new alternative to monkey-patching in Python
https://github.com/joouha/modshim
Now, Python 3.14 has yet another string interpolation syntax with t-strings
Read more 👉 https://trey.io/n4mlgb
The amount of my own code I am going to throw away moving to #django generic views is ridiculous. As is the amount of time I could have saved had I #RTFM 'ed a little harder. #python
I am simultaneously excited for the implementation techniques that #python free threading is going to open up for framework authors and deeply concerned about the way I see discussions going around it, as it seems application authors will be speedrunning the “you can fit so many untestable data races in here” to “you can fit so many intractable mutex deadlocks in here” pipeline that java previewed for us all in the early aughts
Release candidate 10.6.31.rc2 of passagemath, the pip-installable modularized #SageMath fork, with more package upgrades
github.com/passagemath/...
#Python #GAPSystem #FOSS #Mathematics
Release passagemath-10.6.31.rc...
< No ultimo sábado rolou o CODE DOJO da Py013 - Baixada Santista 2025!!! >
Nossos participantes resolveram um desafio em #Python, criando um programa que buscasse a temperatura atual de várias cidades.
O desafio foi feito com revezamento entre piloto e navegador com a plateia a cada 5 minutos, com muita troca, aprendizado e um bom coffee break!
#desafíos #colaboração #programaçãopython #programacao #programa #dev #development #developerlife #frontend #frontend #backend


The Python Craftsman https://leanpub.com/b/python-craftsman by Robert Smallshire, Austin Bingham, and Sixty North is the featured bundle of ebooks 📚 on the Leanpub homepage! https://leanpub.com #Python
Find it on Leanpub!

Aujourd'hui j'ai appris que si notre application utilisant #python et #tkinter rame sous #gnome c'est à cause d'#ibus et que ça se corrige avec :
import os
#disable input methods to improve speed
os.environ['XMODIFIERS'] = "@im=none"
https://github.com/ibus/ibus/issues/2324
I'm pretty sure I've just found my 4th way to "put something useful in the #Django request context" and I'm sure there are more yet to be found.
The question is always "what's the way that makes the most sense", and that's what I'm still figuring out. #python #programming #theweb #blogging