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

Собрали в одном месте самые важные ссылки
консультируем про IT, Python

     14.12.2023       Выпуск 521 (11.12.2023 - 17.12.2023)       Релизы

ptpython - 3.0.25

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

     14.12.2023       Выпуск 521 (11.12.2023 - 17.12.2023)       Релизы

coverage - 7.3.3

Утилита позволяющая измерить процент покрытия тестами. Скачать можно по ссылке: https://pypi.python.org/pypi/coverage/

     13.12.2023       Выпуск 521 (11.12.2023 - 17.12.2023)       Статьи

Building a Small REPL in Python

Learn how to write your own REPL by building on top of the one that comes with Python. With a few lines of code you can customize Python’s REPL environment as your own.

     13.12.2023       Выпуск 521 (11.12.2023 - 17.12.2023)       Релизы
     12.12.2023       Выпуск 521 (11.12.2023 - 17.12.2023)       Статьи
     11.12.2023       Выпуск 521 (11.12.2023 - 17.12.2023)       Релизы

pylint - 3.0.3

Статический анализатор Python-кода. Скачать можно по ссылке: https://pypi.python.org/pypi/pylint/

     10.12.2023       Выпуск 520 (04.12.2023 - 10.12.2023)       Вопросы и обсуждения
     10.12.2023       Выпуск 520 (04.12.2023 - 10.12.2023)       Статьи

Operations, WhiteNoise, and Tailwind - Building SaaS with Python and Django #177

In this episode, I worked through a couple of issues discovered after having the site be operational for real use. From there, we moved onto some fundamental technology and integrated WhiteNoise to handle static files for the application. After adding WhiteNoise, we hooked up Tailwind CSS.

     08.12.2023       Выпуск 520 (04.12.2023 - 10.12.2023)       Статьи
     08.12.2023       Выпуск 520 (04.12.2023 - 10.12.2023)       Релизы
     09.12.2023       Выпуск 520 (04.12.2023 - 10.12.2023)       Релизы

greenlet - 3.0.2

Модуль для легковесных потоков в Python. Скачать можно по ссылке: https://pypi.python.org/pypi/greenlet/

     06.12.2023       Выпуск 520 (04.12.2023 - 10.12.2023)       Статьи

Running Python Parallel Applications With Sub Interpreters

Python 3.13 is adding programmatic control over sub-interpreters in Python. They spawn faster than creating a new process, but slower than threads. Learn why and how you can use them in the next release of Python.

     07.12.2023       Выпуск 520 (04.12.2023 - 10.12.2023)       Релизы

selenium - 4.16.0

Модуль для автоматизации тестирования web-приложений. Скачать можно по ссылке: https://pypi.python.org/pypi/selenium/