ciberlandia.pt é um dos muitos servidores Mastodon independentes que podes utilizar para participar no fediverso.
Uma instância 🇵🇹 dedicada à tecnopolítica e também a tudo o resto. Regras e termos em ciberlandia.pt ❤️ 🏳️‍🌈

Estatísticas do servidor:

104
utilizadores activos

Today I quickly debugged a hacky automation script I have using a great tip from @mariatta, using = on f-strings 😹

print(f'{len(divs)=} {len(cat_puzzle_lists)=} {col_len=}')

output:
len(divs)=3 len(cat_puzzle_lists)=4 col_len=1.3333333333333333

Learn more at: youtu.be/SNA2O0NQl_Q

youtu.be- YouTubeAuf YouTube findest du die angesagtesten Videos und Tracks. Außerdem kannst du eigene Inhalte hochladen und mit Freunden oder gleich der ganzen Welt teilen.
Público

@villares @mariatta Hopefully I’ll never see such stuff in production code when trying to debug something after Friday afternoon deployment crash.

(hopefully I’ll never have to deal with Friday afternoon deployment crash, too, by the way)

Público

@borutzki mind you there are many contexts of Python use that are not professional development. "Deployment" is not something I have to think about much :)

Público

@villares I totally understand. But to be honest, personal stuff often looks better than professional production codebase in some $$$ company 😅