Skip to content
Python News | Practical Python Engineering

Python News | Practical Python Engineering

Python News covers applied Python development, libraries, and real-world engineering patterns.

site mode button
Subscribe
Breaking News
April 19, 2026

Django 5.2 async ORM aprefetch_related() Hit N+1 With select_related

April 17, 2026April 19, 2026

Free-Threaded Python 3.13t: Measuring Contention With perf c2c

April 13, 2026April 19, 2026

Litestar Cut Our P99 Latency 40% After Migrating From FastAPI

April 11, 2026April 19, 2026

Ruff 0.8 Replaced Black, isort, and Flake8 in Our Monorepo

April 11, 2026April 19, 2026

Ruff 0.6 Replaced Black and isort in Our Monorepo Last Week

April 9, 2026April 9, 2026

Python JIT: practical notes from production

Django 5.2 async ORM aprefetch_related() Hit N+1 With select_related

Event date: April 1, 2026 — django 5.2 Jump to Why does aprefetch_related() still fire N+1 queries under the async ORM?
  • Async Programming
April 19, 2026
Django 5.2 async ORM aprefetch_related() Hit N+1 With select_related

Free-Threaded Python 3.13t: Measuring Contention With perf c2c

The first time you run a threaded dict.get loop on python3.13t and watch it scale at 1.3x on 8 cores instead of 7x, the instinct is to blame Python.
  • Concurrency
April 17, 2026April 19, 2026
Free-Threaded Python 3.13t: Measuring Contention With perf c2c

Litestar Cut Our P99 Latency 40% After Migrating From FastAPI

In this article Why does Litestar handle tail latency better than FastAPI? What makes serialization the biggest bottleneck?
  • API Development
April 13, 2026April 19, 2026
Litestar Cut Our P99 Latency 40% After Migrating From FastAPI

Ruff 0.8 Replaced Black, isort, and Flake8 in Our Monorepo

A single ruff check --fix and ruff format pair now covers what used to be three separate pre-commit hooks: Black for formatting, isort for import.
  • Automation
April 11, 2026April 19, 2026
Ruff 0.8 Replaced Black, isort, and Flake8 in Our Monorepo

Ruff 0.6 Replaced Black and isort in Our Monorepo Last Week

The switch took one afternoon and one follow-up PR. A 180-package Python monorepo that had been running black , isort , and flake8 on every pre-commit.
  • Code Quality
April 11, 2026April 19, 2026
Ruff 0.6 Replaced Black and isort in Our Monorepo Last Week
Django 5.2 async ORM aprefetch_related() Hit N+1 With select_related

Django 5.2 async ORM aprefetch_related() Hit N+1 With select_related

  • Async Programming
Priya Sharma
April 19, 2026
Free-Threaded Python 3.13t: Measuring Contention With perf c2c

Free-Threaded Python 3.13t: Measuring Contention With perf c2c

  • Concurrency
Priya Sharma
April 17, 2026April 19, 2026
  • Latest
  • Top Stories
  • Trending News
Django 5.2 async ORM aprefetch_related() Hit N+1 With select_related

Django 5.2 async ORM aprefetch_related() Hit N+1 With select_related

  • Async Programming
Priya Sharma
Free-Threaded Python 3.13t: Measuring Contention With perf c2c

Free-Threaded Python 3.13t: Measuring Contention With perf c2c

  • Concurrency
Priya Sharma
Litestar Cut Our P99 Latency 40% After Migrating From FastAPI

Litestar Cut Our P99 Latency 40% After Migrating From FastAPI

  • API Development
Silas Montgomery
Ruff 0.8 Replaced Black, isort, and Flake8 in Our Monorepo

Ruff 0.8 Replaced Black, isort, and Flake8 in Our Monorepo

  • Automation
Nia Okoro
Django 5.2 async ORM aprefetch_related() Hit N+1 With select_related

Django 5.2 async ORM aprefetch_related() Hit N+1 With select_related

  • Async Programming
Priya Sharma
Master Python: Amazing Systematic Guide

Master Python: Amazing Systematic Guide

  • Data Science
Riko Ishikawa
Advanced Python Async Programming: Complete Guide to Concurrency

Advanced Python Async Programming: Complete Guide to Concurrency

  • Data Science
Riko Ishikawa
Advanced Python Async Programming: Complete Guide to Concurrency

Advanced Python Async Programming: Complete Guide to Concurrency

  • Data Science
Riko Ishikawa
Django 5.2 async ORM aprefetch_related() Hit N+1 With select_related

Django 5.2 async ORM aprefetch_related() Hit N+1 With select_related

  • Async Programming
Priya Sharma
Free-Threaded Python 3.13t: Measuring Contention With perf c2c

Free-Threaded Python 3.13t: Measuring Contention With perf c2c

  • Concurrency
Priya Sharma
Litestar Cut Our P99 Latency 40% After Migrating From FastAPI

Litestar Cut Our P99 Latency 40% After Migrating From FastAPI

  • API Development
Silas Montgomery
Ruff 0.8 Replaced Black, isort, and Flake8 in Our Monorepo

Ruff 0.8 Replaced Black, isort, and Flake8 in Our Monorepo

  • Automation
Nia Okoro

Donot Miss

See More
Django 5.2 async ORM aprefetch_related() Hit N+1 With select_related

Django 5.2 async ORM aprefetch_related() Hit N+1 With select_related

  • Async Programming
  • Database
Priya SharmaApril 19, 2026
Free-Threaded Python 3.13t: Measuring Contention With perf c2c

Free-Threaded Python 3.13t: Measuring Contention With perf c2c

  • Concurrency
  • CPython Internals
Priya SharmaApril 17, 2026April 19, 2026
Litestar Cut Our P99 Latency 40% After Migrating From FastAPI

Litestar Cut Our P99 Latency 40% After Migrating From FastAPI

  • API Development
  • Performance
Silas MontgomeryApril 13, 2026April 19, 2026
Ruff 0.8 Replaced Black, isort, and Flake8 in Our Monorepo

Ruff 0.8 Replaced Black, isort, and Flake8 in Our Monorepo

  • Automation
  • Code Quality
Nia OkoroApril 11, 2026April 19, 2026
Ruff 0.6 Replaced Black and isort in Our Monorepo Last Week

Ruff 0.6 Replaced Black and isort in Our Monorepo Last Week

  • Code Quality
  • Developer Tools
Mateo VargasApril 11, 2026April 19, 2026
Python JIT: practical notes from production

Python JIT: practical notes from production

  • AI/ML
  • Data Science
Silas MontgomeryApril 9, 2026April 9, 2026

Latest Posts

See More
Django 5.2 async ORM aprefetch_related() Hit N+1 With select_related

Django 5.2 async ORM aprefetch_related() Hit N+1 With select_related

  • Async Programming
  • Database
Priya Sharma
Free-Threaded Python 3.13t: Measuring Contention With perf c2c

Free-Threaded Python 3.13t: Measuring Contention With perf c2c

  • Concurrency
  • CPython Internals
Priya Sharma
Litestar Cut Our P99 Latency 40% After Migrating From FastAPI

Litestar Cut Our P99 Latency 40% After Migrating From FastAPI

  • API Development
  • Performance
Silas Montgomery
Ruff 0.8 Replaced Black, isort, and Flake8 in Our Monorepo

Ruff 0.8 Replaced Black, isort, and Flake8 in Our Monorepo

  • Automation
  • Code Quality
Nia Okoro
Ruff 0.6 Replaced Black and isort in Our Monorepo Last Week

Ruff 0.6 Replaced Black and isort in Our Monorepo Last Week

  • Code Quality
  • Developer Tools
Mateo Vargas

Highlight

See More
Django 5.2 async ORM aprefetch_related() Hit N+1 With select_related

Django 5.2 async ORM aprefetch_related() Hit N+1 With select_related

  • Async Programming
April 19, 2026
Free-Threaded Python 3.13t: Measuring Contention With perf c2c

Free-Threaded Python 3.13t: Measuring Contention With perf c2c

  • Concurrency
April 17, 2026April 19, 2026
Litestar Cut Our P99 Latency 40% After Migrating From FastAPI

Litestar Cut Our P99 Latency 40% After Migrating From FastAPI

  • API Development
April 13, 2026April 19, 2026
Ruff 0.8 Replaced Black, isort, and Flake8 in Our Monorepo

Ruff 0.8 Replaced Black, isort, and Flake8 in Our Monorepo

  • Automation
April 11, 2026April 19, 2026
Ruff 0.6 Replaced Black and isort in Our Monorepo Last Week

Ruff 0.6 Replaced Black and isort in Our Monorepo Last Week

  • Code Quality
April 11, 2026April 19, 2026
Python JIT: practical notes from production

Python JIT: practical notes from production

  • AI/ML
April 9, 2026April 9, 2026

Popular News

See More
Django 5.2 async ORM aprefetch_related() Hit N+1 With select_related

Django 5.2 async ORM aprefetch_related() Hit N+1 With select_related

  • Async Programming
  • Database
Priya Sharma
Event date: April 1, 2026 — django 5.2 Jump to Why does aprefetch_related() still fire…
Free-Threaded Python 3.13t: Measuring Contention With perf c2c

Free-Threaded Python 3.13t: Measuring Contention With perf c2c

  • Concurrency
  • CPython Internals
Priya Sharma
Litestar Cut Our P99 Latency 40% After Migrating From FastAPI

Litestar Cut Our P99 Latency 40% After Migrating From FastAPI

  • API Development
  • Performance
Silas Montgomery
Ruff 0.8 Replaced Black, isort, and Flake8 in Our Monorepo

Ruff 0.8 Replaced Black, isort, and Flake8 in Our Monorepo

  • Automation
  • Code Quality
Nia Okoro
Ruff 0.6 Replaced Black and isort in Our Monorepo Last Week

Ruff 0.6 Replaced Black and isort in Our Monorepo Last Week

  • Code Quality
  • Developer Tools
Mateo Vargas
Python News: Unlocking High-Performance Applications with Concurrency
15 mins read

Python News: Unlocking High-Performance Applications with Concurrency

  • API Development
October 17, 2025December 26, 2025 Riko IshikawaTagged python news

In the ever-evolving world of software development, performance is paramount. As applications become more data-intensive and Learn about python news.

Read More
Python’s Next Frontier: A Deep Dive into the Game-Changing Features of the Latest Release
13 mins read

Python’s Next Frontier: A Deep Dive into the Game-Changing Features of the Latest Release

  • Concurrency
October 17, 2025December 26, 2025 Silas MontgomeryTagged python news

Python’s Evolution Continues: Speed, Concurrency, and Efficiency The Python ecosystem is in a constant state of vibrant Learn about python news.

Read More
The Double-Edged Sword: Deconstructing Polymorphic Techniques in Python for Security and Defense
15 mins read

The Double-Edged Sword: Deconstructing Polymorphic Techniques in Python for Security and Defense

  • Malware Analysis
October 16, 2025December 26, 2025 Riko IshikawaTagged python news

Introduction In the ever-evolving landscape of cybersecurity, high-level, dynamic languages like Python have become increasingly Learn about python news.

Read More
Python in the Core: How Python is Revolutionizing System-Level Tooling
7 mins read

Python in the Core: How Python is Revolutionizing System-Level Tooling

  • Automation
October 15, 2025December 26, 2025 Nia OkoroTagged python news

The Unstoppable Rise of Python in Systems Programming For years, Python has been celebrated as a dominant force in web Learn about python news.

Read More
Python 3.14 Unveiled: A New Era of Concurrency, Performance, and Developer Experience
9 mins read

Python 3.14 Unveiled: A New Era of Concurrency, Performance, and Developer Experience

  • Concurrency
October 14, 2025December 26, 2025 Mateo VargasTagged python news

Introduction: A Landmark Release in the Python Ecosystem The Python development landscape is in a constant state of evolution, with each new version.

Read More
Python in the Kernel? The Rise of High-Level Languages in Low-Level Tooling
14 mins read

Python in the Kernel? The Rise of High-Level Languages in Low-Level Tooling

  • DevOps
October 14, 2025December 28, 2025 Mateo VargasTagged python news

In the world of systems programming and kernel development, C has long been the undisputed king. Its proximity to hardware, Learn about python news.

Read More
Python 3.14 Arrives: A Deep Dive into the New Era of Performance
4 mins read

Python 3.14 Arrives: A Deep Dive into the New Era of Performance

  • JIT Compilation
October 14, 2025December 28, 2025 Silas MontgomeryTagged python news

The Python ecosystem is in a constant state of evolution, but every few releases, a version arrives that represents not just an Learn about python news.

Read More
Python’s New Release: A Deep Dive into Game-Changing Performance Enhancements
13 mins read

Python’s New Release: A Deep Dive into Game-Changing Performance Enhancements

  • Language Internals
October 13, 2025December 26, 2025 Priya SharmaTagged python news

For years, Python has been celebrated for its simplicity, readability, and vast ecosystem of libraries. It has become the go-to Learn about python news.

Read More
Unpacking Python 3.14: A Developer’s Deep Dive into the Latest Performance Gains
12 mins read

Unpacking Python 3.14: A Developer’s Deep Dive into the Latest Performance Gains

  • Data Science
October 12, 2025December 26, 2025 Silas MontgomeryTagged python news

The Unrelenting Pursuit of Speed: What’s New in Python 3.14 The Python ecosystem is in a constant state of evolution, and for developers who follow the.

Read More
Python News: How New APIs are Revolutionizing LLM Fine-Tuning for Developers
14 mins read

Python News: How New APIs are Revolutionizing LLM Fine-Tuning for Developers

  • AI/ML
October 10, 2025December 27, 2025 Mateo VargasTagged python news

The New Frontier in AI: Fine-Tuning LLMs with Simple Python APIs In the rapidly evolving landscape of artificial intelligence, the ability to customize.

Read More

Posts pagination

Previous 1 … 12 13 14 … 25 Next

Recent Posts

  • Django 5.2 async ORM aprefetch_related() Hit N+1 With select_related
  • Free-Threaded Python 3.13t: Measuring Contention With perf c2c
  • Litestar Cut Our P99 Latency 40% After Migrating From FastAPI
  • Ruff 0.8 Replaced Black, isort, and Flake8 in Our Monorepo
  • Ruff 0.6 Replaced Black and isort in Our Monorepo Last Week

Recent Comments

No comments to show.

Archives

  • April 2026
  • March 2026
  • February 2026
  • January 2026
  • December 2025
  • November 2025
  • October 2025
  • September 2025
  • August 2025
  • July 2025
  • June 2025
  • May 2025
  • April 2025
  • March 2025

Categories

  • Agent Development
  • AI Agents
  • AI Testing
  • AI/ML
  • Algorithmic Trading
  • Ansible
  • Api
  • API Development
  • Apple Ecosystem
  • Application Scripting
  • Architecture
  • Async
  • Async Programming
  • Asynchronous Programming
  • Asyncio
  • Automation
  • Bioinformatics
  • Blockchain Development
  • CircuitPython
  • Climate Modeling
  • Cloud Computing
  • Code Quality
  • Code-CAD
  • Community
  • Concurrency
  • Core Development
  • CPython Internals
  • Cryptography
  • Data
  • Data Engineering
  • Data Science
  • Data Visualization
  • Database
  • Deep Learning
  • Dependencies
  • Dependency Management
  • Deployment
  • Developer Community
  • Developer Tools
  • DevOps
  • Distributed Computing
  • Django
  • Edge AI
  • Edge Computing
  • Educational Technology
  • Embedded Systems
  • Encryption
  • FARM Stack
  • FastAPI
  • FinTech
  • Flask
  • Functional Programming
  • Game Development
  • Generative AI
  • Hardware Engineering
  • Hardware Simulation
  • Internet of Things
  • IoT
  • JIT Compilation
  • Knowledge Graphs
  • LangChain
  • Language Features
  • Language Internals
  • LlamaIndex
  • LLM Development
  • Machine Learning
  • Malware Analysis
  • Mathematical Modeling
  • Matplotlib
  • Memory Management
  • Microservices
  • MLOps
  • Mojo Language
  • Network Security
  • Open Source
  • Open Source Governance
  • Operating Systems
  • Optimization
  • Package Management
  • Packaging
  • Pandas
  • Parallel Processing
  • Performance
  • Performance Optimization
  • Pipeline
  • Poetry
  • Probabilistic Forecasting
  • Probabilistic Programming
  • Profiling
  • Programming
  • Pytest
  • Python
  • Python Asyncio
  • Python Development
  • Python Ecosystem
  • Python Encryption
  • Python Internals
  • Python News
  • Python Packaging
  • Python Profiling
  • Python Programming
  • Python Security
  • Python Tooling
  • Quantitative Finance
  • Quantum Computing
  • Red Teaming
  • Rest
  • Robotics
  • Scientific Computing
  • Security
  • Smart Contracts
  • Software Design Patterns
  • Software Development
  • Software Governance
  • Static Type Checking
  • Structured Concurrency
  • Supply Chain Security
  • Systems Programming
  • Tdd
  • Tech Ethics
  • Tensorflow
  • Test
  • Testing
  • Time Series Forecasting
  • UI Development
  • Web Development
  • Web Scraping
  • Web3 Integration
  • Web3.Py
  • WebAssembly
  • About
  • Contact
  • Privacy Policy
  • Terms of Service
News Express © 2026. All Rights Reserved.