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 266 followers

Latest posts

Last updated about 10 hours ago

Django Weblog: DSF member of the month - Theresa Seyram Agbenyegah

about 18 hours ago

For March 2026, we welcome Theresa Seyram Agbenyegah as our DSF member...

EuroPython: Humans of EuroPython: Cristián Maureira-Fredes

1 day ago

Ever wonder what powers EuroPython? 🐍 No it’s not coffee—It&aposs volunteers! From...

Talk Python to Me: #539: Catching up with the Python Typing Council

2 days ago

You're adding type hints to your Python code, your editor is happy...

Peter Bengtsson: logger.error or logger.exception in Python

2 days ago

Consider this Python code try: 1 / 0 except Exception as e:...

Real Python: Quiz: Python Stacks, Queues, and Priority Queues in Practice

2 days ago

In this quiz, you’ll test your understanding of Python stacks, queues, and...

Anarcat: Wallabako retirement and Readeck adoption

3 days ago

Today I have made the tough decision of retiring the Wallabako project...

Israel Fruchter: Maybe ORM/ODM are not dead? Yet...

3 days ago

So, let’s pick up where we left off. A couple of weeks...

The Python Coding Stack: You Store Data and You Do Stuff With Data • The OOP Mindset

3 days ago

Learning how to use a tool can be challenging. But learning why...

Real Python: Quiz: Spyder: Your IDE for Data Science Development in Python

3 days ago

In this quiz, you’ll test your understanding of Spyder: Your IDE for...

Real Python: Quiz: How to Use the OpenRouter API to Access Multiple AI Models via Python

3 days ago

In this quiz, you’ll test your understanding of How to Use the...

scikit-learn: Update on array API adoption in scikit-learn

4 days ago

Author: Lucy Liu Note: this blog post is a cross-post of a...

Armin Ronacher: AI And The Ship of Theseus

4 days ago

Because code gets cheaper and cheaper to write, this includes re-implementations. I...