Собрали в одном месте самые важные ссылки
и сделали Тренажер IT-инцидентов для DevOps/SRE
Time is a complex thing to code. This article is a very deep dive, covering absolute measurement, civil time, modern time keeping, the mess that are timezones, and much more.
Learn to prepare audio data for deep learning in Python using TorchAudio. Explore how to load, process, and convert speech to spectrograms with PyTorch tools.
Доклад с DjangoCon Europe 2025
Возможность запускать язык специализированный на машинное обучение из Python экосистемы
Enabling native connection pooling in Django 5 gives me a 5.4x speedup.
Определение гласной буквы. На самом деле сравнение скорости разных машинных кодов.
Wyvern is a satellite startup who has recently launched an open data program. This article plays with that data using Python libraries such as astropy, geocoder, rich and more.
Streamline Django management commands using django-click and django-typer for cleaner syntax, built-in argument parsing, and richer output via type annotations and customizable CLI styling.
If you have been coding with Python for a while, especially if you have been using frameworks and libraries such as Fast API and discord.py, then you have probably been using async/await or asyncio.
To better understand the internals of an interpreter, this article shows you how local variables get stored and how stacks and frames work.