IT-новости про Python, которые стоит знать

Собрали в одном месте самые важные ссылки
и сделали Тренажер IT-инцидентов для DevOps/SRE

     30.07.2026       Выпуск 659 (27.07.2026 - 02.08.2026)       Интересные проекты, инструменты, библиотеки

Django Seedkit

Scaffold a Django project the way you need it. Seedkit is a skill for Claude Code, Cursor, and other coding agents. Tell it what you must build, it asks a few questions, then writes the Django project — authentication, APIs, background jobs, deploy. A cookiecutter gives one fixed set of packages and you delete the parts you do not need; Seedkit knows more than 50 Django packages and writes only the code for what you select.

     20.03.2026       Выпуск 640 (16.03.2026 - 22.03.2026)       Интересные проекты, инструменты, библиотеки

django-security-label: A third-party package to anonymize data in your models

Define data masking rules directly on your Django models and let PostgreSQL enforce anonymization automatically, keeping sensitive data out of your app layer by design.

     20.02.2026       Выпуск 636 (16.02.2026 - 22.02.2026)       Интересные проекты, инструменты, библиотеки

dj-urls-panel

Visualize Django URL routing inside the Django Admin, including patterns, views, namespaces, and conflicts.