Planet Python RSS
218 subscribers
16.7K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Seth Michael Larson: Transferring “UTF8.XYZ

Link: https://sethmlarson.dev/transferring-utf8-xyz?utm_campaign=rss


I'm transferring the UTF8.XYZ domain and service to
Trey Hunner, a friend and beloved member of the Python community.
Trey and I have talked about making this transfer many times
at PyCon US's across
Ned Batchelder: Starting with pytest’s parametrize

Link: https://nedbatchelder.com/blog/202508/starting_with_pytests_parametrize.html

Writing tests can be difficult and repetitive. Pytest has a feature called
parametrize that can make it reduce duplication, but it can be hard to
understand if you are new to the testing world. It’s
PyCharm: Lightning-Fast Python: Mastering the uv Package Manager

Link: https://blog.jetbrains.com/pycharm/2025/08/lightning-fast-python-mastering-the-uv-package-manager/

Check out our recent livestream from August 7 on uv, a next-generation Python package manager revolutionizing Python development with speeds 10-100x faster than pip. Released just last year and writte
Real Python: Python's with Statement: Manage External Resources Safely

Link: https://realpython.com/python-with-statement/

Python’s with statement allows you to manage external resources safely by using objects that support the context manager protocol. These objects automatically handle the setup and cleanup phases of co
Django Weblog: Building better APIs: from Django to client libraries with OpenAPI

Link: https://www.djangoproject.com/weblog/2025/aug/13/building-better-apis-django-to-clients-openapi/


tl;dr
A summary of resources and learnings related to building REST API I put together over the last couple of years. Complete API development workflow from Django backend to frontend clients using D
Ari Lamstein: 🚀 Join Me Tonight for a Hands-On Streamlit Workshop!

Link: https://arilamstein.com/blog/2025/08/13/%f0%9f%9a%80-join-me-tonight-for-a-hands-on-streamlit-workshop/

I’m excited to announce that I’ll be running a live workshop tonight on Streamlit—the Python framework that makes it easy to build interactive web apps for data projects.
This session is designed for