Planet Python RSS
218 subscribers
16.7K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Python GUIs: Kivy's Complex Widgets — Learn How to Use Kivy's Complex UX Widgets in Your Apps

Link: https://www.pythonguis.com/tutorials/kivy-complex-ui-widgets/

Kivy is a powerful framework for developing multi-touch GUI applications using Python. It provides a set of rich built-in widgets which you can use to build complex GUI applications.
In a previous tut
Real Python: Quiz: Managing Python Projects With uv: An All-in-One Solution

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

By working through this quiz, you’ll revisit how Python’s uv integrates multiple functionalities into one tool, offering a comprehensive solution for managing Python projects.
You can use it for fast
Real Python: Managing Python Projects With uv: An All-in-One Solution

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

The uv tool is a high-speed package and project manager for Python. It’s written in Rust and designed to streamline your workflow. It offers fast dependency installation and integrates various functio
Mike Driscoll: Creating TUI Applications with Textual and Python Kickstarter Launched

Link: https://www.blog.pythonlibrary.org/2025/04/28/creating-tui-applications-with-textual-and-python-kickstarter-launched/

Text-based user interfaces (TUIs) are making a BIG comeback. Many developers of today need to easy-to-use applications to configure and run jobs on headless servers. You can make your own life and the
Talk Python to Me: #503: The PyArrow Revolution

Link: https://talkpython.fm/episodes/show/503/the-pyarrow-revolution

Pandas is at a the core of virtually all data science done in Python, that is virtually all data science. Since it's beginning, Pandas has been based upon numpy. But changes are afoot to update those
PyBites: From Backend to Frontend: Connecting FastAPI and Streamlit

Link: https://pybit.es/articles/from-backend-to-frontend-connecting-fastapi-and-streamlit/

In my previous Pybites article, I showed how I built and deployed a book tracking API using FastAPI, Docker, and Fly.io. That project taught me a lot about backend development, containers, and deployi
Real Python: Quiz: How to Manage Python Projects With pyproject.toml

Link: https://realpython.com/quizzes/python-pyproject-toml/

In this quiz, you’ll test your understanding of the pyproject.toml file.
This file is a key component for defining a Python project’s build system, including its requirements and build backend. With a
PyCoder’s Weekly: Issue #679: Regexes, Deep Copy, Enum, and More (April 29, 2025)

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

#679 – APRIL 29, 2025 View in Browser » Regex Affordances A tour of some real code showing little-used power features of the Python regular expression module, including verbose regex syntax, cal
TechBeamers Python: Top Python Code Quality Tools to Improve Your Development Workflow

Link: https://techbeamers.com/python-code-quality-tools/

Are you using tools to improve your Python code quality? If not, you’re missing out! This guide reveals the best code quality tools to write cleaner, faster, and more reliable Python code. Let’s dive
Zato Blog: Sustainable water management with IoT, Open Source and Python

Link: https://zato.io/en/blog/sustainable-water.html


Sustainable water management with IoT, Open Source and Python


2025-04-29, by Dariusz Suchojad


"Towards a cyber-physical system for sustainable and smart building: a use case for optimizing wate
Anwesha Das: PyCon Lithuania, 2025

Link: http://anweshadas.in/pycon-lithuania-2025/

Each year, I try to experience a new PyCon. 2025, PyCon Lithuania was added to my PyCon calendar.

Day before the conference
What makes this PyCon, is that we were traveling there as a family and the
Real Python: Quiz: Web Automation With Python and Selenium

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

In this quiz, you’ll test your understanding of
Web Automation With Python and Selenium.
By working through this quiz, you’ll revisit concepts like launching browsers, interacting with web elements, h
Real Python: Modern Web Automation With Python and Selenium

Link: https://realpython.com/modern-web-automation-with-python-and-selenium/

Selenium is a web automation tool that allows you to use Python to programmatically interact with dynamic, JavaScript-generated web pages. Your Python Selenium code drives a real browser that you can
Juri Pakaste: Updating multiple rows with SQL and avoiding collisions

Link: https://juripakaste.fi/sql-update-multiple-rows/

I ran into an interesting problem with SQL the other day: how do you update multiple rows
while maintaining an uniqueness constraint?
I have a table where each row describes an item in an ordered list
Zero to Mastery: [April 2025] Python Monthly Newsletter 🐍

Link: https://zerotomastery.io/blog/python-monthly-newsletter-april-2025/?utm_source=python-rss-feed

65th issue of Andrei Neagoie's must-read monthly Python Newsletter: Python's New t-strings, The Best Programmers I Know, and much more. Read the full newsletter to get up-to-date with everything you n
The Python Coding Stack: Demystifying Decorators • Parts 3 to 7

Link: https://www.thepythoncodingstack.com/p/demystifying-decorators-parts-3-to-7

Let's complete our decorators journey. If you haven't done so already, you should start with the first article in this series, which covers Parts 1 and 2. It's important you're comfortable with the co
Seth Michael Larson: Better boosting on Mastodon with smart clients

Link: https://sethmlarson.dev/better-boosting-on-mastodon-with-smart-clients?utm_campaign=rss


Happy May Day (aka International Workers' Day). Consider celebrating by reading about
the origins of May Day
and how workers before us fought and died for the 8-hour work week that we, the worker