While working on the next release of the hybrid #monitoring and #observability plugin check_ilorest, I ran into #Prometheus scraping errors of the newly added power supply #metrics.
Turns out I made a mistake in a #Python for loop, which added multiple HELP and TYPE lines for the same metric.
That's a no-no. 😂
New video showcasing "Default Cube: The Game!" Had to do a quick turnaround due to an interview going out today where I mention the game, so needed to do something quick.
(Not reposted to TILvids because it's not educational, they check for that stuff, but do plan to have another short video out that will be there too)
#b3d #blender3d #gamedev #python
Part of the PSF's mission includes acting as a fiscal sponsor to mission-related #Python events, groups, and projects. The PSF provides 501(c)(3) tax-exempt status and back office administrative support to our fiscal sponsorees. Learn more: https://www.python.org/psf/fiscal-sponsorees/
As we close out 2025, the PSF is running our annual fundraiser with an important message: Python is for everyone 💛🐍🌏💙
Your support helps keep #Python open & thriving for everyone, including our 20 incredible Fiscal Sponsorees!
Donate today 👉 https://linktr.ee/thepsf
#csharp like #python doesn't have private functions, only functions that are callable with a clunky syntax (in c#'s case, reflection, in python you have to use Hungarian notation)
So if this is what people really want, then I propose anti-sugar for all the functions you don't want your users to call and that you want to keep to yourself. Antisugar functions will be declared in cobol syntax to make sure no one can call them without a morning of typing.
🚀 Want to build web apps with #Python using the popular #Django web framework? I've got the series for you! The first article explains how Django fits in the wider world of web applications. https://www.mattlayman.com/understand-django/browser-to-django/
The PyVon Ireland crew are hard at work already today, getting the venue and seat ready!!!
#PyConIe #Python #PyCon #PythonIe

These people seem like they're doing Good work and they could use a talented nerd to help them out:
https://globalcanopy.org/jobs/cp-full-stack-developer/
prochaine session de #Python #Rennes le mercredi soir 10 décembre 2025 chez IDnow (merci pour l'accueil) dédiée à différentes utilisations de Python : dans le navigateur pour coder (Michel), dans gitlab pour déployer (Martin), dans un carton pour embarquer de l'IA sur carte graphique (Frédéric).
Plus d'infos et inscription (gratuite mais nécessaire) sur https://www.meetup.com/python-rennes/events/311997869/
Hi, how do you test the code blocks in your documentation?
I am currently thinking about a new project that checks code blocks in the documentation and corrects them if desired, using inline snapshots for this purpose. It would be interesting to know what common use cases are.
This is part of my current implementation. It transforms the markdown file and compares the changed markdown with the external_file from inline-snapshot. #python

📰 Django News - PyCharm 30% Promotion Extended! - Nov 14th 2025
https://django-news.com/issues/311
Finalizando a sequência de artigos sobre SOLID:
#Python #SOLID #ArquiteturaDeSoftware #OrientaçãoAObjetos #POO #EngenhariaDeSoftware