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

Собрали в одном месте самые важные ссылки
читайте нас в Telegram

     23.08.2023       Выпуск 505 (21.08.2023 - 27.08.2023)       Статьи
     22.08.2023       Выпуск 505 (21.08.2023 - 27.08.2023)       Статьи
     22.08.2023       Выпуск 505 (21.08.2023 - 27.08.2023)       Статьи
     21.08.2023       Выпуск 505 (21.08.2023 - 27.08.2023)       Статьи
     18.08.2023       Выпуск 504 (14.08.2023 - 20.08.2023)       Статьи

GitHub now scans public issues for PyPI secrets

GitHub now detects and revokes exposed PyPI tokens in public repositories.

     17.08.2023       Выпуск 504 (14.08.2023 - 20.08.2023)       Статьи
     16.08.2023       Выпуск 504 (14.08.2023 - 20.08.2023)       Статьи

PEP 723: Embedding pyproject.toml in Single-File Scripts

This PEP proposes a metadata format which a single-file script can use to specify dependency and tool information for IDEs and external development tools. It replaces PEP 722.

     13.08.2023       Выпуск 503 (07.08.2023 - 13.08.2023)       Статьи
     11.08.2023       Выпуск 503 (07.08.2023 - 13.08.2023)       Статьи
     11.08.2023       Выпуск 503 (07.08.2023 - 13.08.2023)       Статьи

Django Rest Framework CheetSheet

Django Rest Framework (DRF) is a powerful toolkit that makes building robust and scalable web APIs with Django a breeze.

     09.08.2023       Выпуск 503 (07.08.2023 - 13.08.2023)       Статьи
     04.08.2023       Выпуск 502 (31.07.2023 - 06.08.2023)       Статьи
     03.08.2023       Выпуск 502 (31.07.2023 - 06.08.2023)       Статьи
     02.08.2023       Выпуск 502 (31.07.2023 - 06.08.2023)       Статьи

Running Untrusted Python Code

Andrew wanted to play with some untrusted Python. Read how he used seccomp and setrlimit to build a Python sandbox.

     31.07.2023       Выпуск 502 (31.07.2023 - 06.08.2023)       Статьи
     31.07.2023       Выпуск 502 (31.07.2023 - 06.08.2023)       Статьи
     28.07.2023       Выпуск 501 (24.07.2023 - 30.07.2023)       Статьи

Customize Django Admin Interface

An in-depth look at ways to customize (and perhaps improve) Django's admin app.

     28.07.2023       Выпуск 501 (24.07.2023 - 30.07.2023)       Статьи
     27.07.2023       Выпуск 501 (24.07.2023 - 30.07.2023)       Статьи
     26.07.2023       Выпуск 501 (24.07.2023 - 30.07.2023)       Статьи

Writing Python With VScode and Docker

A step-by-step guide on how to set up a Python environment using VSCode and Docker. It explains why you’d use these tools at all, and walks you through what you need to get them going.