python

Back Open Paginator
22.03.2026 14:02
habr (@habr@zhub.link)

Как я перестал бояться Claude Code и научил его не ломать мои проекты

Знакомая ситуация: просишь Claude Code добавить авторизацию — он переписывает половину проекта. Просишь поправить одну функцию — получаешь удалённые тесты и новую зависимость, о которой не просил. За час строишь рабочий прототип, а потом три часа разгребаешь то, что Claude наворотил при «улучшении». Я Python-бэкенд разработчик, веду свою компанию CREATMAN и кожу в основном один. У меня нет роскоши держать QA-инженера, который будет ловить регрессии после каждого промпта. Мне нужно, чтобы AI-агент помогал быстрее шипить, а не создавал новые проблемы. После нескольких недель исследования — чтения доков, обсуждений на Reddit, разбора чужих сетапов — я собрал конфигурацию, которая реально работает. Собрал всё в открытый репозиторий с готовыми файлами: claude-code-antiregression-setup . В этой статье — что именно и почему.

habr.com/ru/articles/1013330/

#Claude_Code #AI #Python #DevOps #productivity #antigravity




Show Original Post


22.03.2026 13:57
ai (@ai@defcon.social)

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. kdnuggets.com/5-powerful-pytho #AIagent #AI #GenAI #Python




Show Original Post


22.03.2026 13:42
davidvujic (@davidvujic@mastodon.nu)

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. 👴

davidvujic.blogspot.com/2026/0

#python #lisp #clojure #emacs #eca #agenticengineering




Show Original Post


22.03.2026 13:40
taoofmac (@taoofmac@mastodon.social)

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

taoofmac.com/space/apps/grobpa





Show Original Post


22.03.2026 13:18
2026 (@2026@rbfirehose.com)

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/


Show Original Post


22.03.2026 13:05
jobsfordevelopers (@jobsfordevelopers@mastodon.world)

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 jobsfordevelopers.com/jobs/sen
#jobalert #jobsearch #hiring




Show Original Post


22.03.2026 11:41
davep (@davep@fosstodon.org)

I've just released BlogMore v2.1.0, in which I tweak fenced code blocks a wee bit.

blog.davep.org/2026/03/22/blog

#Python #programming #ssg #copilot #llm




Show Original Post


22.03.2026 11:38
LibreOfficeCZ (@LibreOfficeCZ@mastodonczech.cz)

A další dobrá zpráva z #TDF - vývojář pro oblast maker by měl nastoupit příští týden!
Inzerát na pozici: blog.documentfoundation.org/bl
#LibreOffice #Python #macro #VBA #javascript





Show Original Post


22.03.2026 11:15
247CodeGirl (@247CodeGirl@mastodon.social)

Season 1 Lesson 10 Part 4 - Your First Steps in Python What is None Type in Python





Show Original Post


22.03.2026 11:00
PythonPeak (@PythonPeak@mastodon.social)

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

youtube.com/watch?v=KlkWeSQdq1o




Show Original Post


22.03.2026 11:00
pyconde (@pyconde@fosstodon.org)

🏆 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.

#PyConDE #Python #AI





Show Original Post


22.03.2026 10:54
nogajun (@nogajun@mastodon.social)

Mkdocsが、後方互換性がなく名前以外は別物になったMkdocs v2.0、Mkdocs 1.xからフォークしたProperDocsとMaterialX、Rustで書き直されたZensicalの3つに分裂。Mkdocsは崩壊したという認識でいいのかな

The Slow Collapse of MkDocs — Florian Maas: fpgmaas.com/blog/collapse-of-m




Show Original Post


1 ...280 281 282 283 284 285 286 287 288 289 290 ...1596
UP