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 244 followers

Latest posts

Last updated about 22 hours ago

Real Python: The Real Python Podcast – Episode #240: Telling Effective Stories With Your Python Visualizations

1 day ago

How do you make compelling visualizations that best convey the story of...

Talk Python to Me: #494: Update on Flet: Python + Flutter UIs

1 day ago

As Python developers, we're incredibly lucky to have over half a million...

Python Morsels: Multiline strings

1 day ago

Need to represent multiple lines of text in Python? Use Python's multi-line...

PyBites: NLP Made Easy: How We Prioritize Exercise Improvements with a Few Lines of Code

2 days ago

We highly appreciate user feedback for continuous improvement. With hundreds of Bite...

Armin Ronacher: Ugly Code and Dumb Things

3 days ago

This week I had a conversation with one of our engineers about...

Real Python: How to Manage Python Projects With pyproject.toml

3 days ago

The pyproject.toml file simplifies Python project configuration by unifying package setup, managing...

Django Weblog: Django 5.2 beta 1 released

3 days ago

Django 5.2 beta 1 is now available. It represents the second stage...

Eli Bendersky: Benchmarking utility for Python

4 days ago

Go programmers have it pretty good with the benchmarking capabilities provided by...

Real Python: Concatenating Strings in Python Efficiently

4 days ago

Python string concatenation is a fundamental operation that combines multiple strings into...