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 about 2 hours ago

Real Python: How to Exit Loops Early With the Python Break Keyword

about 4 hours ago

In Python, the break statement lets you exit a loop prematurely, transferring...

PyCharm: PyCharm 2025.1: Unified PyCharm, Free AI Tier, Junie Release, and More!

about 4 hours ago

PyCharm 2025.1 brings major updates to improve your development experience. PyCharm is...

PyCharm: PyCharm, the Only Python IDE You Need

about 6 hours ago

Estimated reading time: 3 minutes PyCharm is now one powerful, unified product!...

Real Python: Quiz: How to Exit Loops Early With the Python Break Keyword

about 6 hours ago

In this quiz, you’ll test your understanding of the Python break statement...

Python Morsels: Practical uses of sets

about 19 hours ago

Sets are unordered collections of values that are great for removing duplicates...

PyCoder’s Weekly: Issue #677: __dict__, Streamlit, Boolean Expressions, and More (April 15, 2025)

about 23 hours ago

#677 – APRIL 15, 2025 View in Browser » Using Python’s .__dict__...

Real Python: Creating a Python Dice Roll Application

1 day ago

In this video course, you’ll learn how to create a Python dice...

PyCon: What to expect at PyCon US sprints

1 day ago

The conference starts days before the first official talk. There’s topic-specific summits...

PyPodcats: Episode 8: With Mojdeh Rastgoo

1 day ago

Learn about Mojdeh's journey. Since discovering Python and open source community in...

Django Weblog: DSF member of the month - Öykü Gümüş

2 days ago

For April 2025, we welcome Öykü Gümüş as our DSF member of...

Real Python: Namespaces in Python

2 days ago

A Python namespace is a mapping from names to objects. It works...

Real Python: Quiz: Namespaces in Python

2 days ago

In this quiz, you’ll test your understanding of Namespaces in Python You’ll...