Que tal ser pessoa voluntária na Python Brasil 2025 @pythonbrasil? Boosts são bem-vindos!
"""
A Python Brasil é feita pela comunidade de forma voluntária e precisamos da sua ajuda!
O evento está chegando em sua reta final: essa é a época que temos mais atividades a fazer e menos pessoas voluntárias.
https://forms.gle/WJevW9HHkBkwc3Qu7
"""
Grupos de trabalho:
- Comunicação
- Patrocínio
- Conteúdo
- Fornecedores
- Automações
- Evento Online
https://bsky.app/profile/pythonbrasil.bsky.social/post/3lwcosmxnva2d
#Python #PyBR2025 #PythonBrasil2025

⭐️🛠️ Workshop spotlight! 🛠️⭐️
💻 Setting Up Reliable CI/CD Pipelines with Python, K8s & Testcontainers by Koti Vellanki
https://pretalx.com/pyconuk-2025/talk/9ANABW/
🎟️ Grab your ticket! https://2025.pyconuk.org/tickets/

Give someone the chance to experience #PyConAfrica! Donate a ticket today and support a fellow Pythonista. 🐍
By donating a ticket, you’ll be supporting a fellow Pythonista to learn, connect, and grow at the conference. #python #pyconafrica25
🎫 Get your ticket or donate today
👉 https://za.pycon.org/tickets

Give someone the chance to experience #PyConAfrica! Donate a ticket today and support a fellow Pythonista. 🐍 #python #pyconafrica25
🎫 Get your ticket or donate today
👉 https://za.pycon.org/tickets

Newberry man captures massive python after weeks of it on the loose
NEWBERRY, SC (WACH) — A Newberry man, along with his son and nephew, has captured a massive snake…
#NewsBeep #News #US #USA #UnitedStates #UnitedStatesOfAmerica #Wildlife #Capture #Gallman #Herpetologist #newberry #python #RiverbanksZoo #Science #snake #SocialMedia
https://www.newsbeep.com/us/96259/

New Exosphere release: we now support having unsupported hosts in the inventory, allowing for ping checks and dashboard presence, even if there's no Package Manager Provider for them.
Also, lots of bugfixes, including properly reporting kernel updates for redhat-like systems.
https://github.com/mrdaemon/exosphere/releases/tag/v1.3.0
#exosphere #python #SRE #linux #unix #freebsd #HomeLab
In October an updated version of our #Python 🐍 introduction #MOOC will start on #openHPI
Interested in learning Python? Sign up here:
👉 https://open.hpi.de/courses/python2025
Sneak peek:
https://youtube.com/@fromconcepttocircuit
#sdr #plutosdr #vna #sa #python
Subinterpreters в Python 3.14: альтернатива multiprocessing с честным мультикором
Привет, Хабр! В C/C++ давно принято встраивать Python в приложения для скриптовой логики и плагинов. Именно эта экосистема много лет давала повод развивать в CPython идею нескольких изолированных интерпретаторов в одном процессе. Долгое время это было только в C-API: создаёшь новый интерпретатор через Py_NewInterpreter , живёшь с одним общим GIL и кучей глобального состояния. В Python 3.12 появилось ключевое изменение — GIL стал на-интерпретатор (каждый subinterpreter со своим GIL), но доступ был только через C-API. В 3.14 подвезли полноценный высокоуровневый Python-API: модуль concurrent.interpreters и InterpreterPoolExecutor . Теперь можно писать параллельный код без multiprocessing , но с изоляцией уровня «почти процесс». Дальше разберёмся, что это такое, когда это уместно вместо multiprocessing .
https://habr.com/ru/companies/otus/articles/938292/
#PYTHON #Python_314 #subinterpreters #InterpreterPoolExecutor #concurrentinterpreters #мультипоточность #GIL
cibuildwheel π is out! (3.1.4). A few nice things, like --clean-cache, Android fixes, and new versions of things like CPython 3.14rc2. Note for iOS on GHA/Azure, you need macOS-14, Microsoft broke macOS-15 images for iOS (WRT CPython's test runner, anyway) https://github.com/pypa/cibuildwheel/releases/tag/v3.1.4 #release #python
yt-dlp just released an update, so I have bundled it in and updated my #Python frontend for it accordingly.
Link: https://gitlab.com/gerowen/youtube-dl-pytk/-/releases/25.8.20
JFC!! #Linux is getting to be as shitty as M$. I run Deb11, a supported version of #Debian and yet I'm getting messages from YT-DLP "#Python 3.9 support is deprecated, upgrade to 3.10".
Combine this with all the crap I've run into about LibC and others, Linux devs need a swift kick in the ass. This ecosystem was not supposed to require the fucking latest-greatest of everything all the time.
I hate up-coming devs. They care more about the bright colors and pretty pictures than they do about making a tool that actually fucking works!!