Planet Python RSS
217 subscribers
16.7K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Seth Michael Larson: Your GitHub Copilot access has been renewed 🤡

Link: https://sethmlarson.dev/your-github-copilot-access-has-been-renewed?utm_campaign=rss

As a maintainer of a "popular open source project"
ever since Copilot was announced I've been receiving
monthly reminders that my free GitHub Copilot access has been renewed.
If I was paying for the s
Real Python: Quiz: Python Textual: Build Beautiful UIs in the Terminal

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

In this quiz, you’ll test your understanding of the Python Textual library. This library is used for creating text-based interface applications for the terminal. By working through this quiz, you’ll r
PyCon: Support PyLadies: Donate to the PyLadies Auction at PyCon US 2025!

Link: https://pycon.blogspot.com/2025/03/support-pyladies-donate-to-pyladies.html

PyCon US 2025 is quickly approaching and we can’t wait to see all of you there! We're reaching out to our community to help support one of our favorite events: the PyLadies Auction. Our wonderful comm
Seth Michael Larson: Post Malone Oreos

Link: https://sethmlarson.dev/post-malone-oreos?utm_campaign=rss

@keyframes rotation {
from {
transform: rotate(0deg);
}
to {
transform: rotate(359deg);
}
}



Apparently I talk about my love for Post Malone's music too much, because I received not
Real Python: Python News Roundup: March 2025

Link: https://realpython.com/python-news-march-2025/

Spring isn’t the only thing in the air—new Python releases are here! Last month, Python’s core development team released versions 3.13.2, 3.12.9, and 3.14.0 alpha 5 of the language. The 3.14.0a5 versi
Django Weblog: Happy International Women's Day! 🎉 💜

Link: https://www.djangoproject.com/weblog/2025/mar/08/happy-international-womens-day/

This International Women's Day, we're celebrating a historic milestone in Django’s journey! 🚀
For the first time ever, Django has women in every leadership position within the project:

2 Django Steer
Python Software Foundation: PSF Distinguished Service Award Granted to Van Lindberg

Link: https://pyfound.blogspot.com/2025/03/dsa-van-lindberg.html

Van Lindberg, a longtime member of the PSF Board, has been recognized with the PSF’s Distinguished Service Award. Van was the co-chair and then Chair of PyCon from 2008-2012, served on the PSF Board f
PyCoder’s Weekly: Issue #672: Binary Data, Tail Calls, Pickles, and More (March 11, 2025)

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

#672 – MARCH 11, 2025 View in Browser » Bytes Objects: Handling Binary Data in Python In this tutorial, you’ll learn about Python’s bytes objects, which help you process low-level binary data. Y
Python Software Foundation: PSF Distinguished Service Award Granted to Thomas Wouters

Link: https://pyfound.blogspot.com/2025/03/dsa-thomas-wouters.html

Thomas Wouters, a longtime member of the PSF Board, has been recognized with the PSF’s Distinguished Service Award. Over the last 25 years, Thomas has been a steady, welcoming presence in the Python c
Real Python: Python Textual: Build Beautiful UIs in the Terminal

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

Have you ever wanted to create an app with an appealing interface that works in the command line? Welcome to Textual, a Python toolkit and framework for creating beautiful, functional text-based user
Python Engineering at Microsoft: New Python Driver for SQL Server and Azure SQL!

Link: https://devblogs.microsoft.com/python/mssql-python-for-sqlserver-alpha-release/

We’re thrilled to announce the alpha release of our new open-source Python driver for Microsoft SQL Server and the Azure SQL family, now available on GitHub: mssql-python.
Built from the ground up, th
TechBeamers Python: Enforcing Unsigned Integers in Python: A Complete Guide

Link: https://techbeamers.com/unsigned-integers-in-python/

Python does not have built-in unsigned integers, unlike C, C++, or Java. This can create problems when: You need strictly non-negative values You are porting code from C/C++ You work with binary da
TechBeamers Python: Python Increment and Decrement Operations – A Comprehensive Guide

Link: https://techbeamers.com/python-increment-and-decrement-operators/

Python provides multiple ways to increment and decrement values, which are commonly used for: Controlling iteration within loops Managing counters in simulations or data processing Adjusting value
Reuven Lerner: My newest course: HOPPy (Hands-on Projects in Python)

Link: https://lerner.co.il/2025/03/13/my-newest-course-hoppy-hands-on-projects-in-python/

Congratulations! You’ve finished a Python course, or even two. You’re now a certified Python programmer.
And yet, when it comes time to start a new Python project, you aren’t sure where to start. The