Any hint would be highly appreciated: https://stackoverflow.com/questions/79554765/python-logging-when-forking-processes #Python

Any hint would be highly appreciated: https://stackoverflow.com/questions/79554765/python-logging-when-forking-processes #Python
This week newsletter will be out tomorrow. Interesting stuff by Evan Doyle, Nik Tomazic, Akshay, Myles, Dylan, Tucker Beck & Fareed Khan covered
https://newsletter.piptrends.com/p/django-query-optimization-marimo
Just published a new blog post: https://erwinjanssen.eu/post/python-is-vs-equal
It explores the differences between Python’s `is` and `==` operators, covering object identity vs. value equality. Highlights common pitfalls and best practices.
Let me know what you think!
If you use Jupyter notebooks often, you’ve probably faced issues like small edits leading to big Git diffs or difficulties reusing code across notebooks. Marimo is a good alternative that tackles these problems. In this article, Akshay, Myles and Dylan explained how Marimo solves these issues.
To learn Python is to wield a key that unlocks the doors of innovation; with each line of code, we shape the world anew.
- Omar Hayam (most probably)
#Programming #Coding #IT #Tech #Software #Python #SQL #Computer #webdevelopment #Statistics #DataAnalysis #MachineLearning #DataScience #Jokes #Memes #Funny #NeuralNetworks #SEO #AI #DevOps
Python Knowledge Base
https://python-code.pro/
[S]Fitter: Python Distribution Fitting Library (Now with NumPy 2.0 Support)
https://github.com/tg12/fitter
Discussions: https://discu.eu/q/https://github.com/tg12/fitter
Python Skript um mehrere Jira Installationen mit einheitlichen Plugin Versionen auszustatten (für Dev Umgebungen):
https://gitlab.com/packhack/python-jira/-/blob/main/jiraInstallPluginsSelenium.py
In today’s #rust adventure, I successfully sideloaded a #python subprocess!
In today’s #python adventure, I successfully sideloaded a #javascript subprocess!
Apparently I’m at the stage of my career where I shove languages into other languages (I swear I have a good reason in both instances!)
Code at: https://github.com/villares/sketch-a-day/tree/main/2025/sketch_2025_04_03
More sketch-a-day: https://abav.lugaralgum.com/sketch-a-day
If you like this, support my work:
https://www.paypal.com/donate/?hosted_button_id=5B4MZ78C9J724
https://liberapay.com/Villares
https://wise.com/pay/me/alexandrev562
I wrote on post on why you should start using polars in 2025 based on personal experiences
https://lrt.one/posts/use-polars-in-2025/
Discussions: https://discu.eu/q/https://lrt.one/posts/use-polars-in-2025/
Captura de pantalla de "sistema" desarrollado con #Python y QT:
-cargar imagen
-detectar el umbral
-ajustar al diámetro
-convertir de px a km (basado el D Solar)
-estimar área de 1 px cuadrado
-usando polígono, estimar tamaño de manchas en km cuadrado
-aproximar tamaño de la Tierra
Setting up the #raspberrypi w a BMP180 sensor to track barometric pressure was easier than I expected, even with a bit of soldering required.
This is a self note about the #python code that does all the heavy lifting while my little DIY weather station quietly logs atmospheric data every hour.
Got set up to go to @NorthBayPython conference in a few weeks.
Fun little surprise for me: my employer (Sonic.net) is a Silver level sponsor this year.
I just spent too many minutes trying to figure out why my tests weren't running until I noticed that I named the functions "text_*" not "test_*".
A Simple Path to Python Success http://leanpub.com/set/leanpub/asimplepathtopythonsuccess is the featured Track of online courses on the Leanpub homepage! https://leanpub.com #ComputerProgramming #Devops #python
Need to add some padding characters to a string in #Python?
You can use string methods or f-strings. Here are a few examples:
Show HN: Slipstream – A Python library for stateful stream processing
One of my favorite Python two liners is this:
with open(myfilename, 'r') as f:
lines = [stripped for line in f if (stripped := line.strip()) and not stripped.startswith('#')]
It's a bit nicer than the previous version I used pre walrus operator.
3 de Abril, às 20h25 Desvendando o Python: Da Simplicidade ao Poder ConFLOSS na Veia - #2509 | SouDevCon 25! UMA CONFERÊNCIA FLOSS
Link direto - https://www.youtube.com/watch?v=OGnTDNjRCKc