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 1 hour ago

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

about 13 hours 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

about 13 hours ago

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

Python Bytes: #465 Stack Overflow is Cooked

about 19 hours ago

<strong>Topics covered in this episode:</strong><br&gt <ul> <li><strong><a href="https://github.com/productdevbook/port-killer?featured_on=pythonbytes">port-killer</a></strong></li> <li><strong><a href="https://iscinumpy.dev/post/packaging-faster/?featured_on=pythonbytes">How we made...

Python GUIs: What does @pyqtSlot() do? — Is the pyqtSlot decorator even necessary?

about 21 hours ago

When working with Qt slots and signals in PyQt6 you will discover...

Wingware: Wing Python IDE Version 11.0.7 - January 12, 2026

1 day ago

Wing Python IDE version 11.0.7 has been released. It improves performance of...

EuroPython: Humans of EuroPython: Jakub Červinka

3 days ago

EuroPython wouldn’t exist if it weren’t for all the volunteers who put...

Mike Driscoll: How to Switch to ty from Mypy

3 days ago

Python has supported type hinting for quite a few versions now, starting...

Real Python: The Real Python Podcast – Episode #279: Coding Python With Confidence: Beginners Live Course Participants

4 days ago

Are you looking for that solid foundation to begin your Python journey...

Rodrigo Girão Serrão: Recursive structural pattern matching

4 days ago

Learn how to use structural pattern matching (the match statement) to work...

Stéphane Wirtel: Automating TLS Certificate Monitoring with GitHub Actions, certificate_watcher, and Slack

5 days ago

Introduction As a consultant constantly working with clients, I found myself in...

Real Python: How to Build a Personal Python Learning Roadmap

6 days ago

If you want to learn Python or improve your skills, a detailed...