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

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

     22.12.2023       Выпуск 522 (18.12.2023 - 24.12.2023)       Статьи
     22.12.2023       Выпуск 522 (18.12.2023 - 24.12.2023)       Статьи
     22.12.2023       Выпуск 522 (18.12.2023 - 24.12.2023)       Релизы

IPython - 8.19.0

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

     22.12.2023       Выпуск 522 (18.12.2023 - 24.12.2023)       Релизы

greenlet - 3.0.3

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

     20.12.2023       Выпуск 522 (18.12.2023 - 24.12.2023)       Статьи

Create a Subscription SaaS Application With Django and Stripe

All the technical details of creating a subscription SaaS business using the Python-based Django web framework and Stripe payment processor.

     20.12.2023       Выпуск 522 (18.12.2023 - 24.12.2023)       Статьи

How to Deploy Reflex Apps to Fly.io

Reflex is a recent entrant to the world of Python web frameworks. Fly.io is a hosting provider that lets you host your applications in production really quickly. This articles shows you how to deploy Reflex applications on Fly.io.

     20.12.2023       Выпуск 522 (18.12.2023 - 24.12.2023)       Статьи

Pytest Daemon: 10X Local Test Iteration Speed

Discord has a large Python monolith with lots of imports, which now takes 13 seconds to start up. On the server that’s not a problem but to run a test it is. Ruby’s solution is to have a daemon that hot loads a test on a process that already has the imports completed.

     21.12.2023       Выпуск 522 (18.12.2023 - 24.12.2023)       Релизы

coverage - 7.3.4

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

     20.12.2023       Выпуск 522 (18.12.2023 - 24.12.2023)       Релизы

django-grappelli - 2.15.7

Альтернативный базирующийся на сетке дизайн админ панели Django. Скачать можно по ссылке: https://pypi.python.org/pypi/django-grappelli/

     20.12.2023       Выпуск 522 (18.12.2023 - 24.12.2023)       Релизы

lxml - 4.9.4

Мощный и быстрый модуль для обработки XML/HTML. Скачать можно по ссылке: https://pypi.python.org/pypi/lxml/

     19.12.2023       Выпуск 522 (18.12.2023 - 24.12.2023)       Статьи
     14.12.2023       Выпуск 521 (11.12.2023 - 17.12.2023)       Статьи

Database generated columns⁽³⁾: GeoDjango & PostGIS

An introduction to database generated columns, using PostgGIS, GeoDjango and the new GeneratedField added in Django 5.0.

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

psutil - 5.9.7

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

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

pip - 23.3.2

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

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

Build a Scalable Flask Web Project From Scratch

In this tutorial, you'll explore the process of creating a boilerplate for a Flask web project. It's a great starting point for any scalable Flask web app that you wish to develop in the future, from basic web pages to complex web applications.