Собрали в одном месте самые важные ссылкии сделали Тренажер IT-инцидентов для DevOps/SRE
PySpark handles large datasets but its syntax has a steep learning curve. PySpark SQL solves this by enabling familiar SQL-style DataFrame operations. This walkthrough teaches you everything from loading data to window functions and pandas UDFs.
asyncio changes are often overlooked, in the latest 3.14 release there are 3 new asyncio features and changes.
There’s a proposal, PEP 810 – Explicit lazy imports for Python to natively support lazy importing starting in Python 3.15. However, it has not been accepted yet, and even if it is accepted, 3.15 is a year away. What do we do now?
ㅤ
Черновик предложения по ленивому импорту.
Поговорим о типизированном Python — что это такое, почему он стал важен для разработчиков Python и как начать использовать его для написания более качественного и надёжного кода.
How Django’s blocktranslate tag can introduce unwanted whitespace into translation strings and shows how using the trimmed option solves the problem.
A description of the performance optimizations made to the free-threaded garbage collector for Python 3.14.