Planet Python RSS
217 subscribers
16.7K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Real Python: Shallow vs Deep Copying of Python Objects

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

Python’s assignment statements don’t copy objects as they do in some other programming languages. Instead, they create bindings between your variable names and objects. For immutable objects, this dis
Wingware: Wing Python IDE 11 Beta 2 - April 22, 2025

Link: https://wingware.com/news/2025-04-22

Wing 11 beta2 is now available. It introduces support for Claude, Grok, Gemini, Perplexity,
Mistral, Deepseek, Ollama, and other OpenAI API compatible AI providers.
Wing 11 is a new major release of
Real Python: MySQL Databases and Python

Link: https://realpython.com/courses/mysql-databases-python/

MySQL is one of the most popular database management systems (DBMSs) on the market today. It ranked second only to the Oracle DBMS in this year’s DB-Engines Ranking. As most software applications need
PyCoder’s Weekly: Issue #678: Namespaces, __init__, Sets, and More (April 22, 2025)

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

#678 – APRIL 22, 2025 View in Browser » Namespaces in Python In this tutorial, you’ll learn about Python namespaces, the structures that store and organize the symbolic names during the executio
Seth Michael Larson: Quick Mastodon toot templates for event hashtags

Link: https://sethmlarson.dev/quick-mastodon-toot-templates-for-event-hashtags?utm_campaign=rss



I'm a big fan of Mastodon and I plan to cover PyCon US 2025
on Mastodon almost exclusively (and it sounds like I'm not alone).
This was the plan last year, too, but
I found typing out all the hashta
Real Python: Getting Started With Python IDLE

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

Python IDLE is the default integrated development environment (IDE) that comes bundled with every Python installation, helping you to start coding right out of the box. In this tutorial, you’ll explor
Zato Blog: Integrating with Jira APIs

Link: https://zato.io/en/blog/jira-python-api.html


Integrating with Jira APIs


2025-04-24, by Dariusz Suchojad


Overview
Continuing in the series of articles about newest cloud connections in Zato 3.3, this episode covers Atlassian Jira
from the
Everyday Superpowers: Finding the root of a project with pathlib

Link: https://everydaysuperpowers.dev/articles/finding-the-root-of-a-project-with-pathlib/

Every now and then I'm writing code deep in some Python project, and I realize that it would be nice to generate a file at the root of a project.The following is the way I'm currently finding the root
Python Software Foundation: 2025 PSF Board Election Schedule Change

Link: https://pyfound.blogspot.com/2025/04/2025-psf-board-election-schedule-change.html

Starting this year, the PSF Board Election will be held a couple of months later in the year than in years prior. The nomination period through the end of the vote will run around the August to Septem
Everyday Superpowers: Supercharge Your Enums: Cleaner Code with Hidden Features

Link: https://everydaysuperpowers.dev/articles/supercharge-your-enums-cleaner-code-with-hidden-features/

I see a lot of articles suggesting you use enums by mostly restating the Python documentation. Unfortunately, I feel this leaves readers without crutial practical advice, which I'd like to pass on her
Python GUIs: Building a Currency Converter Application using Tkinter — Convert between currencies with ease

Link: https://www.pythonguis.com/examples/currency-converter-tkinter/

In this tutorial, you'll create a currency converter application with Python and Tkinter. The app will allow the users to select the source currency, choose the target currency, and input the amount t
Everyday Superpowers: Event Sourcing: Reactivity Without the React Overhead

Link: https://everydaysuperpowers.dev/articles/event-sourcing-reactivity-without-the-react-overhead/

This is the second entry in a five-part series about event sourcing:Why I Finally Embraced Event Sourcing—And Why You Should TooWhat is event sourcing and why you should carePreventing painful couplin
Test and Code: The role of AI in software testing - Anthony Shaw

Link: https://testandcode.com/episodes/ai-role-software-testing

AI is helping people write code.  Tests are one of those things that some people don't like to write.   Can AI play a role in creating automated software tests?  Well, yes. But it's a nuanced yes.  An
Django Weblog: New-features github repo and project

Link: https://www.djangoproject.com/weblog/2025/apr/26/new-features-github-repo-and-project/

New Feature Request/Proposal Process with GitHub Repository
Django is experimenting with a new GitHub repository specifically designed to manage feature ideas and their progression. This is a signific