Planet Python RSS
217 subscribers
17.1K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Python Bytes: #458 I will install Linux on your computer

Link: https://pythonbytes.fm/episodes/show/458/i-will-install-linux-on-your-computer

<strong>Topics covered in this episode:</strong><br>

<ul>
<li><strong>Possibility of a new website for Django</strong></li>
<li><strong><a href="https://github.com/slaily/aiosqlitepool?featured_on=p
Mike Driscoll: Black Friday Python Deals Came Early

Link: https://www.blog.pythonlibrary.org/2025/11/18/black-friday-python-deals-came-early/

Black Friday deals came early this year. You can get 50% off of any of my Python books or courses until the end of November. You can use this coupon code at checkout: BLACKISBACK 

https://www.blog.py
Real Python: Break Out of Loops With Python's break Keyword

Link: https://realpython.com/courses/break-out-of-loops-break-keyword/

In Python, the break statement lets you exit a loop prematurely, transferring control to the code that follows the loop. This tutorial guides you through using break in both for and while loops. You’l
PyCon: Join us in “Trailblazing Python Security” at PyCon US 2026

Link: https://pycon.blogspot.com/2025/11/trailblazing-python-security-pycon-us-2026.html


PyCon US 2026 is coming to Long Beach, California!
PyCon US is the premiere conference for the Python programming language
in North America. Python experts and enthusiasts from around the globe
will
PyCoder’s Weekly: Issue #709: deepcopy(), JIT, REPL Tricks, and More (Nov. 18, 2025)

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

#709 – NOVEMBER 18, 2025 View in Browser » Why Python’s deepcopy Can Be So Slow “Python’s copy.deepcopy() creates a fully independent clone of an object, traversing every nested element of the o
Seth Michael Larson: BrotliCFFI has two new maintainers

Link: https://sethmlarson.dev/brotlicffi-has-two-new-maintainers?utm_campaign=rss

Quick post announcing that the Python package
brotlicffi has two new maintainers:
Nathan Goldbaum and Christian Clauss.
Thank you both for stepping up to help me with
this package.

Both these folks (
The Python Coding Stack: I Don’t Like Magic • Exploring The Class Attributes That Aren’t Really Class Attributes • [Club]

Link: https://www.thepythoncodingstack.com/p/i-dont-like-magic-exploring-the-class

I don’t like magic. I don’t mean the magic of the Harry Potter kind—that one I’d like if only I could have it. It’s the “magic” that happens behind the scenes when a programming language like Python d
Django Weblog: Going build-free with native JavaScript modules

Link: https://www.djangoproject.com/weblog/2025/nov/19/going-build-free-with-native-javascript-modules/

For the last decade and more, we've been bundling CSS and JavaScript files. These build tools allowed us to utilize new browser capabilities in CSS and JS while still supporting older browsers. They a
Real Python: Quiz: Build a Python MCP Client to Test Servers From Your Terminal

Link: https://realpython.com/quizzes/python-mcp-client/

In this quiz, you’ll test your understanding of how to Build a Python MCP Client to Test Servers From Your Terminal.
By working through this quiz, you’ll revisit how to add a minimal chat interface, c
Django Weblog: Django 6.0 release candidate 1 released

Link: https://www.djangoproject.com/weblog/2025/nov/19/django-60-rc-released/

Django 6.0 release candidate 1 is now available. It represents the
final opportunity for you to try out a mosaic of modern tools and thoughtful design
before Django 6.0 is released.
The release candid
Real Python: Build a Python MCP Client to Test Servers From Your Terminal

Link: https://realpython.com/python-mcp-client/

Building an MCP client in Python can be a good option when you’re coding MCP servers and want a quick way to test them. In this step-by-step project, you’ll build a minimal MCP client for the command
Django Weblog: Twenty years of Django releases

Link: https://www.djangoproject.com/weblog/2025/nov/19/twenty-years-of-django-releases/

On November 16th 2005, Django co-creator Adrian Holovaty announced the first ever Django release, Django 0.90. Twenty years later, today here we are shipping the first release candidate of Django 6.0
Python GUIs: Getting Started With DearPyGui for GUI Development — Your First Steps With the DearPyGui Library for Desktop Python GUIs

Link: https://www.pythonguis.com/tutorials/getting-started-dearpygui/

Getting started with a new GUI framework can feel daunting. This guide walks you through the essentials of DearPyGui. From installation and first app to widgets, layouts, theming, and advanced tooling