python

Back Open Paginator
22.10.2025 06:10
zopyx (@zopyx@mastodon.world)

Again, the #logging module of #Python is a complete misconception

Alternatives:
- structlog
- loguru
- logly (Rust-based implementation of loguru)




Show Original Post


22.10.2025 05:56
mr_daemon (@mr_daemon@untrusted.website)

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 Original Post


22.10.2025 05:49
CuratedHackerNews (@CuratedHackerNews@mastodon.social)

Show HN: Modshim – a new alternative to monkey-patching in Python

github.com/joouha/modshim




Show Original Post


22.10.2025 03:24
treyhunner (@treyhunner@mastodon.social)

Now, Python 3.14 has yet another string interpolation syntax with t-strings

Read more 👉 trey.io/n4mlgb




Show Original Post


22.10.2025 02:51
sivy (@sivy@hachyderm.io)

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




Show Original Post


22.10.2025 01:46
glyph (@glyph@mastodon.social)

I am simultaneously excited for the implementation techniques that 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




Show Original Post


22.10.2025 01:19
r (@r@bsky.brid.gy)

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




Show Original Post


22.10.2025 00:46
py013 (@py013@mastodon.social)

< No ultimo sábado rolou o CODE DOJO da Py013 - Baixada Santista 2025!!! >

Nossos participantes resolveram um desafio em , 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!





Show Original Post


22.10.2025 00:45
p (@p@pixelfed.social)
Fazendo um jogo narrativo em Python, com temática lovecraftiana espacial #python #programming #narrativegame



Show Original Post


21.10.2025 23:15
leanpub (@leanpub@mastodon.social)

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

Find it on Leanpub!





Show Original Post


21.10.2025 22:59
undeuxtrois (@undeuxtrois@piaille.fr)

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"

github.com/ibus/ibus/issues/23




Show Original Post


21.10.2025 22:08
sivy (@sivy@hachyderm.io)

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




Show Original Post


1 ...1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 ...1562
UP