Python: The Optimization Ladder
https://cemrehancavdar.com/2026/03/10/optimization-ladder/
Pretty sad.
Jazzband, the #python/(heavily #django) OSS group is shutting down due to, among other things, AI slop.
“What happened
The slopocalypse
GitHub’s slopocalypse – the flood of AI-generated spam PRs and issues – has made Jazzband’s model of open membership and shared push access untenable”
This model underpinned a lot of that ecosystem. I have to wonder what happens to several of these projects.
https://jazzband.co/news/2026/03/14/sunsetting-jazzband
1260 combinations of 3 line segments on a 3x3 grid of points. The segments must not have endings in common. Sketch-a-day archives and tip jar at: https://abav.lugaralgum.com/sketch-a-day
Code for this one at: https://github.com/villares/sketch-a-day/tree/main/2026/sketch_2026_03_14 #Processing #Python #py5 #CreativeCoding

@hyperreal @rvyhvn Go and Python is enough reason to bring mise.
It's not about your preferences, but consistency between developers of the same project. Or for you to come back to older projects you have not touched for a while.
For Open Source and team-based projects it will be really nice to have a standard.
Dear #Python :
multiprocessing Pool creation should not default to all cores available, it should default to ONE.
Thanks,
A surprised #RStats programmer.
Подключаем MAX к своей CRM за 30 минут на Python
Мессенджер MAX набирает обороты в корпоративном сегменте. У него есть Bot API, но документации и примеров интеграции в открытом доступе минимум. В этой статье покажу, как за полчаса поднять микросервис, который принимает и отправляет сообщения MAX, и подключить его к любой CRM или внутренней системе. Что получим в итоге FastAPI-микросервис на Python Приём входящих сообщений через Long Polling Отправка ответов из CRM обратно в MAX Автоматическое переподключение при обрывах Systemd-сервис для продакшена
https://habr.com/ru/articles/1010332/
I just published a github repository of 3 python scripts for image quality and photographic processing.
Words: https://soc.sty.nu/2026/03/14/vibe-codin-photographic-image-quality-wrangling/
iq github repo: https://github.com/spodzone/iq/
#VibeCoding #llm #ai #python #programming #photography #quality #imagequality #hdr #focusbracketing #luckyimaging #workflow
Oh wow! @jezdez.dev@bsky.brid.gy has finally done it.. A bit nostalgic but understandable.
I suppose, @sirosen.net@bsky.brid.gy and I will be returning to the discussion of possible move of #pip-tools under the #PyPA umbrella..
jazzband.co/news/2026/03...
github.com/jazzband/pip...
#Python
Jazzband - News - Sunsetting J...
Engenharia de Software para Aplicações de Ciência de Dados
online, sexta-feira, 27 de março às 20:00 BRT
Engenharia de Software para Aplicações de Ciência de Dados
Já pensou em transformar seu notebook em um sistema real que entrega valor direto ao cliente ou ao seu microserviço?
Nessa talk vamos unir Ciência de Dados e Engenharia de Software: usando os princípios SOLID e o framework Kedro, você troca o "código espaguete" por pipelines modulares e um Data Catalog padronizado.
Na prática, com dados de servidores de Minecraft, como construir uma arquitetura de ML robusta, testável e pronta para o mundo real.
https://eventos.lhc.net.br/event/engenharia-de-software-para-aplicacoes-de-ciencia-de-dados

#gabion, my custom topological #python linter is now also a project manager. https://github.com/mikemol/gabion/tree/stage?tab=readme-ov-file#live-project-manager-view
Как я за выходные собрала сервис озвучки книг на FastAPI + Edge TTS + Telegram Mini App
Привет, Хабр! Я люблю слушать книги, но не все есть на Литрес и Storytel. Особенно это касается профессиональной литературы, фанфиков, статей и документов — всего того, что вряд ли когда-нибудь озвучат профессиональные дикторы. Я поняла, что нейросетевые голоса уже достаточно хороши для комфортного прослушивания. И подумала: а что если сделать Telegram-бота, которому можно просто скинуть файл — а через пару минут слушать аудиокнигу в удобном плеере прямо в Telegram? Так родился VoiceBooks — open-source сервис для озвучки книг, который работает полностью бесплатно. В этой статье я разберу архитектуру open-source проекта: как организован парсинг 6 форматов в единый пайплайн, как работает фоновая генерация аудио без Celery и RabbitMQ, и как элегантно обойти лимиты Telegram Bot API на загрузку файлов. Стек: Python 3.12, FastAPI, aiogram 3, Edge TTS, SQLAlchemy 2.0 + PostgreSQL. Деплой — Railway. Читать разбор архитектуры
https://habr.com/ru/articles/1010306/
#python #fastapi #telegram_bot #aiogram #edge_tts #sqlalchemy #postgresql #архитектура #petпроект #аудиокниги
For #PiDay, I was looking at computing pi. I've done it before.🕶️ EG by counting how many squares can be put inside a circle, or filling a cilcle with a polygon with a bunch of sides as the ancients did.
Anyway, here is my insanely slow pi by squares #Python code. https://gist.github.com/AdamOnza/89a728b92a933a8c7816fce2fc975ae3