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

Собрали в одном месте самые важные ссылки
и сделали Тренажер IT-инцидентов для DevOps/SRE

     29.11.2024       Выпуск 572 (25.11.2024 - 01.12.2024)       Релизы

IPython - 8.30.0

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

     27.11.2024       Выпуск 572 (25.11.2024 - 01.12.2024)       Статьи

Python Dependency Management Is a Dumpster Fire

Managing dependencies in Python can be a bit of a challenge. This deep dive article shows you all the problems and how the problems are mitigated if not solved.

     27.11.2024       Выпуск 572 (25.11.2024 - 01.12.2024)       Статьи

Django Performance and Optimization

“This document provides an overview of techniques and tools that can help get your Django code running more efficiently - faster, and using fewer system resources.”

     26.11.2024       Выпуск 572 (25.11.2024 - 01.12.2024)       Статьи
     28.11.2024       Выпуск 572 (25.11.2024 - 01.12.2024)       Релизы

aiohttp - 3.11.8

http клиент/сервер для asyncio. Скачать можно по ссылке: https://pypi.python.org/pypi/aiohttp

     27.11.2024       Выпуск 572 (25.11.2024 - 01.12.2024)       Релизы

selenium - 4.27.1

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

     26.11.2024       Выпуск 572 (25.11.2024 - 01.12.2024)       Релизы

virtualenv - 20.28.0

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

     26.11.2024       Выпуск 572 (25.11.2024 - 01.12.2024)       Релизы

selenium - 4.27.0

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

     22.11.2024       Выпуск 571 (18.11.2024 - 24.11.2024)       Интересные проекты, инструменты, библиотеки

pretix/pretix

Ticket shop application for conferences, festivals, concerts, tech events, shows, exhibitions, workshops, barcamps, etc.

     22.11.2024       Выпуск 571 (18.11.2024 - 24.11.2024)       Статьи

Is async django ready for prime time?

Django's async capabilities have significantly improved, making it a viable option for production use, especially in AI applications where I/O-bound tasks are prevalent.

     22.11.2024       Выпуск 571 (18.11.2024 - 24.11.2024)       Релизы
     22.11.2024       Выпуск 571 (18.11.2024 - 24.11.2024)       Статьи
     24.11.2024       Выпуск 571 (18.11.2024 - 24.11.2024)       Вопросы и обсуждения
     22.11.2024       Выпуск 571 (18.11.2024 - 24.11.2024)       Статьи
     21.11.2024       Выпуск 571 (18.11.2024 - 24.11.2024)       Статьи

NumPy Practical Examples: Useful Techniques

In this tutorial, you'll learn how to use NumPy by exploring several interesting examples. You'll read data from a file into an array and analyze structured arrays to perform a reconciliation. You'll also learn how to quickly chart an analysis and turn a custom function into a vectorized function.