Everything you care about in one place

Follow feeds: blogs, news, RSS and more. An effortless way to read and digest content of your choice.

Get Feeder

planetpython.org

Planet Python

Get the latest updates from Planet Python directly as they happen.

Follow now 251 followers

Latest posts

Last updated 19 minutes ago

Python GUIs: PySide6 Toolbars & Menus — QAction — Defining toolbars, menus, and keyboard shortcuts with QAction

about 2 hours ago

Next, we'll look at some of the common user interface elements you've...

Test and Code: pytest-repeat - works fine on Python 3.14

about 11 hours ago

pytest-repeat is a pytest plugin that makes it easy to repeat a...

Python Engineering at Microsoft: Microsoft at PyTexas 2025: Join Us for a Celebration of Python and Innovation

about 15 hours ago

Microsoft is thrilled to announce our participation in PyTexas 2025, taking place...

Zato Blog: Airport Integrations in Python

1 day ago

Airport Integrations in Python 2025-04-10, by Dariusz Suchojad Did you know you...

Talk Python to Me: #500: Django Simple Deploy and other DevOps Things

1 day ago

We're sitting down with Eric Matthes, the educator, author, and developer behind...

EuroPython Society: Board Report for March 2025

1 day ago

In March, we achieved two significant milestones alongside several smaller improvements and...

EuroPython Society: Brno Python Pizza, great things come in threes

1 day ago

We, the EuroPython Society, were proud partners of Brno Python Pizza. Here’s...

Mirek Długosz: pytest: running multiple tests with names that might contain spaces

1 day ago

You most certainly know that you can run a single test in...

PyPy: Doing the Prospero-Challenge in RPython

1 day ago

Recently I had a lot of fun playing with the Prospero Challenge...

Real Python: Using Python's .__dict__ to Work With Attributes

2 days ago

Python’s .__dict__ is a special attribute in classes and instances that acts...

TestDriven.io: Running Background Tasks from Django Admin with Celery

2 days ago

This tutorial looks at how to run background tasks directly from Django...

Mike Driscoll: Python 101 – An Intro to Working with INI files Using configparser

2 days ago

Many programs require configuration. Most have a default configuration and many allow...