Planet Python RSS
217 subscribers
16.7K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Quansight Labs Blog: Enhancing Developer Experience at SciPy - Intel oneAPI/MSVC Support and Migrating to spin

Link: https://labs.quansight.org/blog/intel-oneapi-msvc-spin-scipy

Highlights the work done to improve developer experience at SciPy, specifically on supporting Intel oneAPI/MSVC and spin
Techiediaries - Django: Finding Geo Location with Python Using IP and GPS

Link: https://www.techiediaries.com/python-code-find-geolocation/

This article explains five distinct methods for implementing geolocation in Python, providing detailed implementations for both IP-based and GPS-based approaches.
Techiediaries - Django: Find Wi-Fi Connected Devices with Python

Link: https://www.techiediaries.com/python-find-wi-fi-devices/

This article provides a step by step approach to building a Python script for identifying devices connected to a Wi-Fi network. By leveraging Address Resolution Protocol (ARP) scanning and MAC address
Techiediaries - Django: Generate and Crack Passwords with Python and Ethical Considerations

Link: https://www.techiediaries.com/python-code-generate-crack-passwords/

In modern cybersecurity space, password security remains a critical line of defense against unauthorized access. This post explains Python’s capabilities for both generating secure passwords and simul
Seth Michael Larson: whichprovides: an abstraction of "yum provides"

Link: https://sethmlarson.dev/new-project-whichprovides?utm_campaign=rss



This critical role would not be possible without funding from the Alpha-Omega project.


I'm announcing a new small project I've created as a part
of my work on Software Bill-of-Materials for
Python Software Foundation: Python Software Foundation Names New Deputy Executive Director

Link: https://pyfound.blogspot.com/2025/04/congrats-loren.html

As the Python programming language continues to grow in popularity, our work here at PSF is also growing and evolving. To support our ongoing success, the Python Software Foundation (PSF) is promoting
Python Software Foundation: A thank you to the Oregon State University Open Source Lab

Link: https://pyfound.blogspot.com/2025/05/a-thank-you-to-oregon-state-university.html

The Python Software Foundation has had infrastructure hosted with the Oregon State University Open Source Lab (OSUOSL) since 2012. For many years our core infrastructure was hosted there, and to this
Test and Code: pytest-check - allow multiple failures per test

Link: https://testandcode.com/episodes/pytest-check

pytest-check is a pytest plugin that allows multiple failures per test.Normally, a test function will fail and stop running with the first failed assert. That's totally fine for tons of kinds of softw
Techiediaries - Django: The Full Python Cheatsheet: From Basics to Data Science

Link: https://www.techiediaries.com/python-cheatsheet/

To help beginners and professionals alike, we are sharing a comprehensive Python cheatsheet that covers everything from the basic syntax to powerful data science libraries. Bookmark it, print it, shar
Seth Michael Larson: Voicemail for notifications

Link: https://sethmlarson.dev/voicemail-for-notifications?utm_campaign=rss

I recently saw a thread on Mastodon about the nagging notifications for mobile applications in particular, specifically ones that don't carry any useful information and simply remind you of the app's
Python GUIs: Build an Image Noise Reduction Tool with Streamlit and OpenCV — Clean up noisy images using OpenCV

Link: https://www.pythonguis.com/examples/streamlit-denoiser-application/

Image noise is a random variation of brightness or color in images, which can make it harder to discern finer details in a photo. Noise is an artefact of how the image is captured. In digital photogra
Python Bytes: #431 Nerd Gas

Link: https://pythonbytes.fm/episodes/show/431/nerd-gas

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

<ul>
<li><strong><a href="https://github.com/RafaelWO/pirel?featured_on=pythonbytes"> pirel: Python release cycle in your terminal</a></strong></
Talk Python to Me: #504: Developer Trends in 2025

Link: https://talkpython.fm/episodes/show/504/developer-trends-in-2025

What trends and technologies should you be paying attention to today? Are there hot new database servers you should check out? Or will that just be a flash in the pan? I love these forward looking epi
Real Python: Sets in Python

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

Python provides a built-in set data type. It differs from other built-in data types in that it’s an unordered collection of unique elements. It also supports operations that differ from those of other
PyCon: Asking the Key Questions: Q&A with the PyCon US 2025 keynote speakers

Link: https://pycon.blogspot.com/2025/05/2025keynotesqa.html

Get to know the all-star lineup of PyCon US 2025 keynote speakers. They’ve graciously answered our questions, and shared some conference advice plus tidbits of their backstories–from rubber ducks to p
Python Software Foundation: Announcing Python Software Foundation Fellow Members for Q1 2025! 🎉

Link: https://pyfound.blogspot.com/2025/05/announcing-python-software-foundation.html

The PSF is pleased to announce its first batch of PSF Fellows for 2025! Let us welcome the new PSF Fellows for Q1! The following people continue to do amazing things for the Python community:Aidis Stu
Real Python: Using the Python subprocess Module

Link: https://realpython.com/courses/python-subprocess-module/

Python’s subprocess module allows you to run shell commands and manage external processes directly from your Python code. By using subprocess, you can execute shell commands like ls or dir, launch app
Ari Lamstein: Course Review: Build an AI chatbot with Python

Link: https://arilamstein.com/blog/2025/05/06/course-review-build-an-ai-chatbot-with-python/

For a while now I’ve been wanting to learn more about LLMs. The problem has been that I wasn’t sure where to start.
So when Kevin Markham launched his course Build an AI chatbot with Python I jumped a
PyCoder’s Weekly: Issue #680: Thread Safety, Pip 25.1, DjangoCon EU Wrap-Up, and More (May 6, 2025)

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

#680 – MAY 6, 2025 View in Browser » Thread Safety in Python: Locks and Other Techniques In this video course, you’ll learn about the issues that can occur when your code is run in a multithread