Type something to search...

Python

Topics in Python

Viewing all articles categorized under Python.

The LiteLLM Supply Chain Attack: How a Security Scanner Became a Backdoor

The LiteLLM Supply Chain Attack: How a Security Scanner Became a Backdoor

If you work with AI APIs, there's a reasonable chance LiteLLM is somewhere in your dependency tree — possibly without you ever explicitly installing it. It's one of the most widely used Python librari

read more
Python 3.3: The Version That Quietly Rewired Everything

Python 3.3: The Version That Quietly Rewired Everything

September 2012. The iPhone 5 had just launched. Gangnam Style was breaking the internet. And somewhere in the Python changelog, three features shipped that most developers barely noticed — yet went on

read more
Python 3.2 and concurrent.futures: The Release That Made Python 3 Worth Using

Python 3.2 and concurrent.futures: The Release That Made Python 3 Worth Using

Let's be honest about something: Python 3.0 was kind of a disaster. Not a catastrophic, "burn it all down" disaster — more like the kind of disaster where you show up to a party with great intentions,

read more
Cleaning the Slate: The Radical Engineering Behind Python 3.0

Cleaning the Slate: The Radical Engineering Behind Python 3.0

In the software world, backward compatibility is practically sacred. Libraries, frameworks, entire companies are built on the assumption that updating a language won't torch everything you've already

read more
The Operator That Dethroned a King: Python's Walrus Operator Story

The Operator That Dethroned a King: Python's Walrus Operator Story

On the morning of July 12, 2018, members of the Python community woke up, opened their laptops, and found a message on the python-committers mailing list that would change the trajectory of one of the

read more
The Story of Python's Lazy Imports: Why It Took Three Years and Two Attempts

The Story of Python's Lazy Imports: Why It Took Three Years and Two Attempts

You run mytool --help and wait. Two seconds. Three. No network requests, no error, no disk thrashing. Just Python dutifully loading PyTorch, NumPy, pandas, and a dozen other heavy libraries it will ne

read more
Vercel Just Proposed a TypeScript-Inspired Upgrade to Python's Type System

Vercel Just Proposed a TypeScript-Inspired Upgrade to Python's Type System

If you've ever jumped between a TypeScript codebase and a Python one, you know the feeling. TypeScript gives you this almost magic-like type system where you can slice, dice, and reshape types at comp

read more
Implementing RAG from scratch with Python, Qdrant, and Docling

Implementing RAG from scratch with Python, Qdrant, and Docling

We're living in a world where concepts like RAG, fine-tuning, and LlamaIndex have become part of everyday conversation. But have you noticed? Everyone uses these as general knowledge terms. We know wh

read more
Aspire 13: Unlocking Polyglot Development

Aspire 13: Unlocking Polyglot Development

Key HighlightsAspire 13 introduces comprehensive support for Python and JavaScript as first-class citizens Polyglot development enables seamless integration of .NET, Python, and JavaScript application

read more