Everything you care about in one place

Follow feeds: blogs, news, RSS and more. An effortless way to read and digest content of your choice.

Get Feeder

planetpython.org

Planet Python

Get the latest updates from Planet Python directly as they happen.

Follow now 264 followers

Latest posts

Last updated about 11 hours ago

Django Weblog: DSF member of the month - Omar Abou Mrad

about 14 hours ago

For January 2026, we welcome Omar Abou Mrad as our DSF member...

Mike Driscoll: How to Type Hint a Decorator in Python

1 day ago

Decorators are a concept that can trip up new Python users. You...

Real Python: How to Create a Django Project

1 day ago

Before you can start building your Django web application, you need to...

Real Python: Quiz: How to Create a Django Project

1 day ago

In this quiz, you’ll test your understanding of creating a Django project...

Armin Ronacher: Porting MiniJinja to Go With an Agent

2 days ago

Turns out you can just port things now. I already attempted this...

Gaël Varoquaux: Stepping up as probabl’s CSO to supercharge scikit-learn and its ecosystem

2 days ago

Note Probabl’s get together, in falls 2025 I’m thrilled to announce that...

PyCoder’s Weekly: Issue #717: Unit Testing Performance, Cursor, Recursive match, and More (Jan. 13, 2026)

2 days ago

#717 – JANUARY 13, 2026 View in Browser » Unit Testing Your...

Real Python: Intro to Object-Oriented Programming (OOP) in Python

3 days ago

Object-oriented programming (OOP) is one of the most significant and essential topics...

Python Software Foundation: Anthropic invests $1.5 million in the Python Software Foundation and open source security

3 days ago

We are thrilled to announce that Anthropic has entered into a two-year...

Talk Python to Me: #534: diskcache: Your secret Python perf weapon

3 days ago

Your cloud SSD is sitting there, bored, and it would like a...

Real Python: Python's deque: Implement Efficient Queues and Stacks

4 days ago

You can use Python’s deque for efficient appends and pops at both...

The Python Coding Stack: Need a Constant in Python? Enums Can Come in Useful

4 days ago

Python doesn’t have constants. You probably learnt this early on when learning...