Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Real Python: Profiling Performance in Python

Link: https://realpython.com/courses/profiling-performance/

Do you want to optimize the performance of your Python program to make it run faster or consume less memory? Before diving into any performance tuning, you should strongly consider using a technique c
Mike Driscoll: Python Books and Courses – Back to School Sale

Link: https://www.blog.pythonlibrary.org/2025/08/26/python-books-and-courses-back-to-school-sale/

If you are heading back to school and need to learn Python, consider checking out my sale. You can get 25% off any of my eBooks or courses using the following coupon at checkout: FALL25

Python Store
PyCoder’s Weekly: Issue #696: Namespaces, with, functools.Placeholder, and More (Aug. 26, 2025)

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

#696 – AUGUST 26, 2025 View in Browser » Python Namespace Packages Are a Pain Namespace packages are a way of splitting a Python package across multiple directories. Namespaces can be implicit o
Real Python: Quiz: Python Annotations

Link: https://realpython.com/quizzes/python-annotations/

In this quiz, you’ll test your understanding of lazy annotations introduced in Python 3.14.
By working through this quiz, you’ll revisit how they improve performance, address forward reference issues,
The Python Show: Neural Networks and Data Visualization with Nicolas Rougier

Link: https://www.pythonshow.com/p/neural-networks-and-data-visualization

In this episode, we have the honor of having Nicolas Rougier on our show. Nicolas is a researcher and team leader at the Institute of Neurodegenerative Diseases (Bordeaux, France).We discuss how Nicol
Real Python: Python 3.14 Preview: Lazy Annotations

Link: https://realpython.com/python-annotations/

Recent Python releases have introduced several small improvements to the type hinting system, but Python 3.14 brings a single major change: lazy annotations. This change delays annotation evaluation u
Seth Michael Larson: The vulnerability might be in the proof-of-concept

Link: https://sethmlarson.dev/the-vulnerability-is-in-the-proof-of-concept?utm_campaign=rss



The Security Developer-in-Residence role at the Python Software Foundation is funded by Alpha-Omega. Thanks to Alpha-Omega for sponsoring security in the Python ecosystem.



I'm on the securi
Real Python: Quiz: Working With Python's .__dict__ Attribute

Link: https://realpython.com/quizzes/working-dict-attributes/

This quiz helps you sharpen your understanding of Python’s .__dict__ attribute. You’ll revisit how attributes are stored, who actually has a .__dict__, what mappingproxy means, and why __slots__ matte
Real Python: Quiz: Profiling Performance in Python

Link: https://realpython.com/quizzes/profiling-performance/

Ready to level up your Python code optimization skills? In this quiz, you’ll revisit key concepts about profiling, benchmarking, and diagnosing performance bottlenecks. You’ll practice with tools like
Mahmoud Hashemi: What I've been up to in 2025

Link: http://sedimental.org/what_i_ve_been_up_to_in_2025.html

Been quiet around here. Time to change that!

The short version up front:
Since starting a family and leaving Stripe, I've pursued the dream that brought me to Silicon Valley.
I've founded a startup.
eGenix.com: Python Meeting Düsseldorf - 2025-09-10

Link: https://www.egenix.com/company/news/Python-Meeting-Duesseldorf-2025-09-10

The following text is in German, since we're announcing a regional user group meeting in Düsseldorf, Germany.

Ankündigung
Das nächste Python Meeting Düsseldorf findet an folgendem Termin statt:

10.0
Real Python: The Real Python Podcast – Episode #263: Exploring Mixin Classes in Python

Link: https://realpython.com/podcasts/rpp/263/

What is a good way to add isolated, reusable functionality to Python classes? Christopher Trudeau is back on the show this week, bringing another batch of PyCoder's Weekly articles and projects.

[ Im
Antonio Cuni: Inside CPython's attribute lookup

Link: https://antocuni.eu/2025/08/25/inside-cpythons-attribute-lookup/

Inside CPython's attribute lookupPython's attribute lookup logic seems pretty simple at a first glance: "firstlook in the instance __dict__, then look in its type".However, the actual logic is much mo
Real Python: Quiz: Exploring Python T-Strings

Link: https://realpython.com/quizzes/exploring-t-strings/

Ready to brush up on Python’s powerful string formatting tools? This quiz walks you through the essential techniques, including f-strings, C-style formatting, and str.format(). You’ll also get hands-o
Seth Michael Larson: Draft SMS and iMessage from any computer keyboard

Link: https://sethmlarson.dev/draft-sms-and-imessage-from-any-computer-keyboard?utm_campaign=rss

If you're like me, you don't love the ergonomics of writing long text
messages on your mobile phone keyboard. We own an “Arteck HB066”
Bluetooth keyboard for this use-case which works great and costs
Talk Python to Me: #518: Celebrating Django's 20th Birthday With Its Creators

Link: https://talkpython.fm/episodes/show/518/celebrating-djangos-20th-birthday-with-its-creators

Twenty years after a scrappy newsroom team hacked together a framework to ship stories fast, Django remains the Python web framework that ships real apps, responsibly. In this anniversary roundtable w
The Python Coding Stack: When You No Longer Need That Object • Dealing With Garbage in Python

Link: https://www.thepythoncodingstack.com/p/python-garbage-collection-reference-counting-and-cyclic

How often have you heard the phrase "Everything is an object in Python"? We often talk about how to create objects in Python. After all, Python is an object-oriented language (even when you don't defi