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

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

     23.06.2023       Выпуск 496 (19.06.2023 - 25.06.2023)       Статьи

Building Search DSLs with Django

What happens when there are too many fields for a UI to search on? Search DSLs can give a user more granular access to searching without exposing an overly complicated interface.

     24.06.2023       Выпуск 496 (19.06.2023 - 25.06.2023)       Релизы

SQLAlchemy - 2.0.17

Библиотека работы с базами данных. Скачать можно по ссылке: https://pypi.python.org/pypi/SQLAlchemy/

     23.06.2023       Выпуск 496 (19.06.2023 - 25.06.2023)       Релизы

django-ckeditor - 6.6.0

Интеграция CkEditor в админ панель Django. Скачать можно по ссылке: https://pypi.python.org/pypi/django-ckeditor/

     23.06.2023       Выпуск 496 (19.06.2023 - 25.06.2023)       Релизы

pytest - 7.4.0

Простой мощный инструмент тестирования в Python. Скачать можно по ссылке: https://pypi.python.org/pypi/pytest/

     21.06.2023       Выпуск 496 (19.06.2023 - 25.06.2023)       Статьи

Django Views: The Right Way

An opinionated guide on how to write views in Django by one of the core Django devs.

     21.06.2023       Выпуск 496 (19.06.2023 - 25.06.2023)       Статьи

Dependency Tracking for Python Function Calls

Tracking the code and data accessed by a function call can be used to draw dependency graphs, for debugging and profiling, and for cache invalidation. This article shows you a variety ways of doing it, as well as some initial ideas that don’t work very well.

     21.06.2023       Выпуск 496 (19.06.2023 - 25.06.2023)       Статьи

Faster Python 3.13 Plan

This brief outline highlights the plan for the faster CPython project for the 3.13 release. Includes PEP 669, PEP 554, improved memory management, and more.

     22.06.2023       Выпуск 496 (19.06.2023 - 25.06.2023)       Релизы

django-cms - 3.8.2

Легкая в использовании и удобная для разработки CMS. Скачать можно по ссылке: https://pypi.python.org/pypi/django-cms/

     22.06.2023       Выпуск 496 (19.06.2023 - 25.06.2023)       Релизы

pymongo - 4.4.0

Python интерфейс для MongoDB. Скачать можно по ссылке: https://pypi.python.org/pypi/pymongo/

     20.06.2023       Выпуск 496 (19.06.2023 - 25.06.2023)       Статьи

Python's raise: Effectively Raising Exceptions in Your Code

In this tutorial, you'll learn how to raise exceptions in Python, which will improve your ability to efficiently handle errors and exceptional situations in your code. This way, you'll write more reliable, robust, and maintainable code.

     19.06.2023       Выпуск 496 (19.06.2023 - 25.06.2023)       Релизы

pyparsing - 3.1.0

Python модуль для синтаксического анализа. Скачать можно по ссылке: https://pypi.python.org/pypi/pyparsing/

     16.06.2023       Выпуск 495 (12.06.2023 - 18.06.2023)       Интересные проекты, инструменты, библиотеки

carltongibson/django-template-partials

Reusable named inline partials for the Django Template Language.

     16.06.2023       Выпуск 495 (12.06.2023 - 18.06.2023)       Статьи
     19.06.2023       Выпуск 496 (19.06.2023 - 25.06.2023)       Релизы

celery - 5.3.1

Распределенная очередь задач. Скачать можно по ссылке: https://pypi.python.org/pypi/celery/

     16.06.2023       Выпуск 495 (12.06.2023 - 18.06.2023)       Видео
     16.06.2023       Выпуск 495 (12.06.2023 - 18.06.2023)       Статьи