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

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

     31.08.2023       Выпуск 506 (28.08.2023 - 03.09.2023)       Статьи

An Intro to Protocol Buffers

Protocol buffers are a data serialization format that is language agnostic.

     30.08.2023       Выпуск 506 (28.08.2023 - 03.09.2023)       Статьи

Operator Overloading in Python

Python is an object-oriented programming language and one of its features is that it supports operator overloading, learn how to overload common operators such as addition, subtraction, comparison, and more.

     25.08.2023       Выпуск 505 (21.08.2023 - 27.08.2023)       Статьи
     24.08.2023       Выпуск 505 (21.08.2023 - 27.08.2023)       Статьи
     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)       Статьи