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

AI/ML

Python JIT: practical notes from production
12 mins read

Python JIT: practical notes from production

  • AI/ML
April 9, 2026April 9, 2026 Silas MontgomeryTagged CPython internals, DuckDB python, Free threading, GIL removal, Ibis framework, Marimo notebooks, Mojo language, Polars dataframe, Python JIT, Rust Python

The experimental copy-and-patch JIT landed in CPython 3.13 behind the –enable-experimental-jit build flag, and by 3.14 it is stable enough to enable on.

Read More
4 mins read

FastAPI on the Edge: Running Local LLMs on a Pi

  • AI/ML
March 17, 2026 python_news_comTagged FastAPI news

I’m officially sick of renting $3/hour cloud GPUs just to parse text. For the last few weeks, I’ve been moving my background Learn about FastAPI news.

Read More
Simulating Quantum Decision Models in Pure Python (No QPU Required)
5 mins read

Simulating Quantum Decision Models in Pure Python (No QPU Required)

  • AI/ML
February 26, 2026 Priya SharmaTagged Python quantum

I spent most of last week arguing with a vendor who insisted we needed cloud QPU access to run our new multi-agent decision matrix.

Read More
TF 2.18 & Keras: Real-World Performance Review
5 mins read

TF 2.18 & Keras: Real-World Performance Review

  • AI/ML
February 16, 2026 Riko IshikawaTagged Keras updates

I finally bit the bullet last week. After ignoring the notification icons for two months, I upgraded our main training pipeline to TensorFlow 2.18.

Read More
RNNs Aren’t Dead: Liquid Networks in Keras 3
5 mins read

RNNs Aren’t Dead: Liquid Networks in Keras 3

  • AI/ML
February 7, 2026 Riko IshikawaTagged Keras updates

I distinctly remember the funeral we all held for Recurrent Neural Networks around 2019. The Transformer architecture had just walked into the room, eaten.

Read More
LlamaCloud’s Multimodal RAG: Finally, No More Glue Code
6 mins read

LlamaCloud’s Multimodal RAG: Finally, No More Glue Code

  • AI/ML
February 5, 2026 Priya SharmaTagged LlamaIndex news

Well, that’s not entirely accurate — I’ve actually been playing around with LlamaCloud for a while now. You know the drill.

Read More
Mojo in 2026: Is It Finally Time to Ditch Pure Python?
8 mins read

Mojo in 2026: Is It Finally Time to Ditch Pure Python?

  • AI/ML
February 1, 2026 Silas MontgomeryTagged Mojo language

Actually, I still remember the noise when Mojo first dropped. It was mid-2023, and the promise was wild: Python syntax, C++ speed, and a magical.

Read More
Distributed Training Finally Stopped Making Me Cry (Mostly)
7 mins read

Distributed Training Finally Stopped Making Me Cry (Mostly)

  • AI/ML
January 26, 2026 Priya SharmaTagged PyTorch news

I still remember the first time I tried to shard a 70B parameter model across a cluster of GPUs. It was 2 AM, I was three coffees deep, and the error logs.

Read More
Testing Python Agents is a Nightmare (Here’s How I Fix It)
7 mins read

Testing Python Agents is a Nightmare (Here’s How I Fix It)

  • AI Testing
December 31, 2025 Silas MontgomeryTagged python testing

I spent the last three days debugging a graph-based workflow where three different AI agents were supposed to collaborate on ordering a pizza.

Read More
Mojo in 2025: A Python Dev’s Honest Look Under the Hood
8 mins read

Mojo in 2025: A Python Dev’s Honest Look Under the Hood

  • AI/ML
December 29, 2025 Nia OkoroTagged Mojo language

I have a love-hate relationship with Python. We all do, right? It’s the glue holding the entire AI ecosystem together, yet every time I watch a profiler.

Read More

Posts pagination

1 2 … 5 Next

Recent Posts

  • 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
  • Python JIT: practical notes from production
  • asyncio.TaskGroup vs gather: Why Structured Concurrency Wins in Python 3.11+

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
  • 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.