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 16 hours ago

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

about 19 hours ago

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

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

about 20 hours ago

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

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

about 24 hours ago

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

Anarcat: Wallabako retirement and Readeck adoption

1 day ago

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

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

1 day 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

1 day ago

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

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

2 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

2 days ago

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

Armin Ronacher: AI And The Ship of Theseus

2 days ago

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

PyCharm

3 days ago

Cursor is now available as an AI agent inside JetBrains IDEs through...

Python Morsels: Invent your own comprehensions in Python

3 days ago

Python doesn't have tuple, frozenset, or Counter comprehensions, but you can invent...