Как я перестал бояться Claude Code и научил его не ломать мои проекты
Знакомая ситуация: просишь Claude Code добавить авторизацию — он переписывает половину проекта. Просишь поправить одну функцию — получаешь удалённые тесты и новую зависимость, о которой не просил. За час строишь рабочий прототип, а потом три часа разгребаешь то, что Claude наворотил при «улучшении». Я Python-бэкенд разработчик, веду свою компанию CREATMAN и кожу в основном один. У меня нет роскоши держать QA-инженера, который будет ловить регрессии после каждого промпта. Мне нужно, чтобы AI-агент помогал быстрее шипить, а не создавал новые проблемы. После нескольких недель исследования — чтения доков, обсуждений на Reddit, разбора чужих сетапов — я собрал конфигурацию, которая реально работает. Собрал всё в открытый репозиторий с готовыми файлами: claude-code-antiregression-setup . В этой статье — что именно и почему.
https://habr.com/ru/articles/1013330/
#Claude_Code #AI #Python #DevOps #productivity #antigravity
Five powerful Python decorators can make AI agents more reliable. These include @retry for handling failures, @timeout for preventing hangs, @cache for efficiency, @rate_limit for API safety, and @monitoring for observability. The guide shows how to implement each pattern in production AI systems. https://www.kdnuggets.com/5-powerful-python-decorators-for-robust-ai-agents #AIagent #AI #GenAI #Python
Human Driven Development in the age of Agents? I have written about my tools of choice for Agentic Engineering today. The main one is from the seventies. 👴
https://davidvujic.blogspot.com/2026/03/the-tools-of-an-agentic-engineer.html
#python #lisp #clojure #emacs #eca #agenticengineering
GrobPaint
GrobPaint is a lightweight cross-platform bitmap editor that sits somewhere between MS Paint and Paint.NET, offering layers, blend modes, selection tools, sprite-sheet helpers, and(...)
#apps #bitmap #crossplatform #graphics #imageeditor #javascript #paint #python
https://taoofmac.com/space/apps/grobpaint?utm_content=atom&utm_source=mastodon&utm_medium=social

Ars Technica: OpenAI is acquiring open source Python tool-maker Astral. “OpenAI announced Thursday that it has entered into an agreement to acquire Astral, the company behind popular open source Python development tools such as uv, Ruff, and ty, and integrate the company into its Codex team.”
https://rbfirehose.com/2026/03/22/ars-technica-openai-is-acquiring-open-source-python-tool-maker-astral/PlayStation is hiring Senior Software Systems Integration Engineer
🔧 #golang #python #rust #api #aws #azure #cicd #gcp #kubernetes #seniorengineer
🌎 Aliso Viejo, California, United States
⏰ Full-time
🏢 PlayStation
Job details https://jobsfordevelopers.com/jobs/senior-software-systems-integration-engineer-at-playstation-com-jan-30-2026-a03e74?utm_source=mastodon.world&utm_medium=social&utm_campaign=posting
#jobalert #jobsearch #hiring
I've just released BlogMore v2.1.0, in which I tweak fenced code blocks a wee bit.
https://blog.davep.org/2026/03/22/blogmore-v2-1-0.html
#Python #programming #ssg #copilot #llm
A další dobrá zpráva z #TDF - vývojář pro oblast maker by měl nastoupit příští týden!
Inzerát na pozici: https://blog.documentfoundation.org/blog/2025/10/27/join-the-libreoffice-team-as-a-paid-developer-focusing-on-scripting-support-preferably-full-time-remote-m-f-d/
#LibreOffice #Python #macro #VBA #javascript

Season 1 Lesson 10 Part 4 - Your First Steps in Python What is None Type in Python #python #learncoding #codingtutorial #dataengineer #softwaredeveloper #jupyternotebook #dataanalysis #pythoncode #pythonprogramming #softwarengineer
How to Flatten a List of Lists in One Line
sum(list_of_lists, []) or itertools.chain. Both work. Pick one.
#python #flatten #chain #sum #howto
https://www.youtube.com/watch?v=KlkWeSQdq1o
🏆 Thanks to our Silver Sponsor Schwäbisch Hall!
They bring Data Science and AI into large-scale financial systems — with a strong focus on human-centered decision-making.
Great to have them at PyCon DE & PyData 2026.

Mkdocsが、後方互換性がなく名前以外は別物になったMkdocs v2.0、Mkdocs 1.xからフォークしたProperDocsとMaterialX、Rustで書き直されたZensicalの3つに分裂。Mkdocsは崩壊したという認識でいいのかな #python
The Slow Collapse of MkDocs — Florian Maas: https://fpgmaas.com/blog/collapse-of-mkdocs/