Even with Python's global interpreter lock (GIL), SQLAlchemy has to lock it queue implementation using a mutex lock. So, perhaps dropping GIL is not okay.
Even with Python's global interpreter lock (GIL), SQLAlchemy has to lock it queue implementation using a mutex lock. So, perhaps dropping GIL is not okay.
#Mastodon is cool - I'm following lots of #OpenSource technology enthusiasts, artists, musicians - learning tons about #Linux, celebrating #Debian, code jamming #Python...
... but on the other hand, so many #Furries I support everyone to find their own enthusiastic community
How can I change the amount of "certain topics of content" which appears in my feed?
Code at: https://github.com/villares/sketch-a-day/tree/main/2025/sketch_2025_08_20
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 #Processing #Python #py5 #CreativeCoding #trimesh #shapely
My #Python office hours are starting in 23.5 hours.
See you tomorrow!
Snag your TICKET today to lock in the best price before late bird kicks in!
Get ready for a weekend full of Python talks, community fun, and inspiration.
Once again I demonstrate that I do not know how to use social media, not even Mastodon. Let me try that again properly with the relevant metadata: I have done my first post-ZeroVer release of #DBXS, an #OpenSource #Python raw #SQL #database access library. If that collection of hashtags seems interesting to you, perhaps check it out!
Show HN: PlutoPrint – Generate PDFs and PNGs from HTML with Python
Link: https://github.com/plutoprint/plutoprint
Discussion: https://news.ycombinator.com/item?id=44966170
"Rust usage for Python extensions surged 22% in one year as developers choose memory safety and C-level performance over traditional approaches. "
7 Surprisingly Useful #Python #Scripts You’ll Use Every Week
https://www.kdnuggets.com/7-surprisingly-useful-python-scripts-youll-use-every-week
I still have had no reply from the Directors of @NumFOCUS regarding their repeated promotion of events in Israel to a global audience.
I wrote two polite but clear letters after each event.
We see those evil fuckers for who they are.
And so does History.
ICYMI: The authors of 'Building Better Research Software', a Carpentries Incubator lesson designed to provide “next steps” for learners after a Software Carpentry #Python workshop, are looking for workshop hosts and Instructors to try teaching the lesson and provide feedback.
The goal is to submit the lesson for adoption into Software Carpentry and we need plenty of feedback from the Instructor community to achieve that.
Please read the blog post and consider teaching the workshop in your local community! https://carpentries.org/blog/2025/08/building-better-beta-pilots/
Recently started leading the conda OSS team at Anaconda and we're hiring an Engineering Manager to help lead our team of OSS engineers contributing to projects like @ProjectJupyter, @beeware, PyScript, and fsspec.
Looking for someone with technical leadership chops who genuinely cares about open source communities. Remote US position.
https://ats.rippling.com/anaconda/jobs/e3902219-3b93-4d73-959e-cf1bfe72025a
#Python #OpenSource #FediHire
We’re celebrating @isabelizimm as she steps down from her active editor role at pyOpenSci
From Editor in Chief to triage team, Isabel has guided countless reviews with clarity, kindness, and a deep commitment to open science.
She now becomes an Emeritus Editor—still part of our community, always appreciated.
Thank you, Isabel!
My university switched to Brightspace as the content management software for our classes. I just finished creating the site for my course in data analysis & visualization. It was pretty easy to pick up the basics of course content creation and structure. I had everything for the course in a Google doc and just copied parts over to the appropriate widgets.
#HigherEd #Python #DataAnalysis #DataViz
this is pretty crazy to me: nearly 1 out of every 15 files *ever* uploaded to PyPI was published with Trusted Publishing, which we only enabled just over 2 years ago!
that points to both incredible growth in Python's packaging numbers and really remarkable adoption of Trusted Publishing, probably in a large part because of how we were able to make it the default in GitHub Actions.
(currently 984K files published with TP, out of approximately 15M uploaded over all time.)
How to reverse a string and a list in #Python using slicing!