Planet Python RSS
215 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Real Python: Python Descriptors

Link: https://realpython.com/courses/python-descriptors/

Descriptors are a specific Python feature that power a lot of the magic hidden under the language’s hood. If you’ve ever thought that Python descriptors are an advanced topic with few practical applic
PyCoder’s Weekly: Issue #704: Python 3.14 Released and More (Oct. 14, 2025)

Link: https://pycoders.com/issues/704

#704 – OCTOBER 14, 2025 View in Browser » Python 3.14: Exploring the New Features Python 3.14 is here! Christopher Trudeau returns to discuss the new version with Real Python team member Bartosz
The Python Coding Stack: Creating a Singleton Class in Python And Why You (Probably) Don’t Need It

Link: https://www.thepythoncodingstack.com/p/creating-a-singleton-class-in-python

If you spend long enough in the programming world, you’ll come across the term singleton at some point. And if you hadn’t seen this term yet, well, now you have!In Python, you don’t need singleton cla
Real Python: Quiz: Polars vs pandas: What's the Difference?

Link: https://realpython.com/quizzes/polars-vs-pandas/

In this quiz, you’ll test your understanding of the Polars vs pandas: What’s the Difference? tutorial. Most of the answers are somewhere in the tutorial, but you may need to use some of the links to c
Real Python: Polars vs pandas: What's the Difference?

Link: https://realpython.com/polars-vs-pandas/

Polars and pandas both provide DataFrame-based data analysis in Python, but they differ in syntax, performance, and features. In this tutorial on Polars vs pandas, you’ll compare their method chaining