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

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

     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.

     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)       Релизы