A great write-up on #async vs #multiprocessing in #Python. Many teams face that problem for data science tasks with external data consumption (e.g. using #Kafka), but don't understand the underlying mechanics. There's no magic bullet; engineering is a #discipline. https://pythonspeed.com/articles/two-thread-pools/ by @itamarst #datascience #threadpools #performance #optimization
2026 DSF Board Election Results
The 2026 DSF Board Election has closed, and the following candidates have been elected:
- Jacob Kaplan-Moss
- Priya Pahwa
- Ryan Cheley
They will all serve two years for their term.
2026 Board
Directors elected for the 2025 DSF Board - Abigail Gbadago, Jeff Triplett, Paolo Melchiorre, Tom Carrick - are continuing with one year left to serve on the board.
Therefore, the combined 2026 DSF Board of Directors are:
- Abigail Gbadago
- Jacob Kaplan-Moss*
- Jeff Triplett
- Paolo Melchiorre
- Priya Pahwa*
- Ryan Cheley*
- Tom Carrick
* Elected to a two year term
Congratulations to our winners, and a huge thank you to our departing board members Sarah Abderemane and Thibaud Colas.
Thank you again to everyone who nominated themselves. Even if you were not successful, you gave our community the chance to make their voices heard in who they wanted to represent them.
https://www.djangoproject.com/weblog/2025/nov/28/2026-dsf-board-election-results/

Happy to share that Corinna and I were awarded the “FAIR Software Award Lower Saxony 2025” at TU Braunschweig!
Our bHLH_annotator impressed the jury — we are very excited about this recognition.
More details about the bHLH_annotator: https://doi.org/10.1186/s12864-023-09877-2
#OpenScience #FAIR #Python
@fdm_nds @PuckerLab @tubraunschweig

Migrating to Positron, a next-generation data science IDE for Python and R
https://posit.co/blog/positron-migration-guides
When file.write() returns, your data isn't on disk. Trace the 6-layer journey of a write operation from Python buffers to Linux kernel and SSD silicon. https://hackernoon.com/the-anatomy-of-a-write-operation #python
Một nhà phát triển đã tự mình tạo ra một công cụ cắt clip sự kiện trong game Call of Duty, sử dụng Python và AI. Anh ấy đang tìm kiếm phản hồi và lời khuyên để cải thiện hiệu suất hoặc cách kiếm tiền từ dự án này.
#CallOfDuty #Python #AI #GameDev #IndieDev #Tech #PhátTriểnGame #CôngNghệ #LậpTrình
https://news.ycombinator.com/item?id=46075517
#newzealand Do you know your way around Payment Processors, eg Stripe? Would you please volunteer to coach a small group of learners through (virtual) hands-on workshop covering the Python i/face plus professional-grade considerations eg privacy and security?
Emphasis on the 'doing'. Suggesting 'now', December, January.
Happy to help assemble materials and plan approach...
#python #paymentprocessing
Good templating is fun.
Buckets are used to store the bytecode for one template. It’s created and initialized by the bytecode cache and passed to the loading functions.
#templating #SystemThinks #python

"Do not introduce #NIH #RustLang dependencies in your #Python package when there's no performance, security or any other benefit to it, and it just limits portability and creates more work for packagers" challenge.
Difficulty: impossible.
#OpenSimplexNoise experiments. Code at: https://github.com/villares/sketch-a-day/tree/main/2025/sketch_2025_11_27
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

Roblox is hiring Senior Machine Learning Engineer, GenAI 3D
🔧 #python #machinelearning #seniorengineer
🌎 San Mateo, California
⏰ Full-time
🏢 Roblox
Job details https://jobsfordevelopers.com/jobs/senior-machine-learning-engineer-genai-3-d-at-roblox-com-jul-21-2025-d65ca4?utm_source=mastodon.world&utm_medium=social&utm_campaign=posting
#jobalert #jobsearch #hiring
Does anyone know of a good overview how much overhead using ctypes to call functions from a dynamic library adds to #python code instead of building a native extension e.g via #cython #pybind11 or #nanobind ?
A blog post with some statistics would be perfect but just ballpark figures from anyone who knows what they are talking about is fine