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

realpython.com

Real Python

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

Follow now 888 followers

Latest posts

Last updated 3 days ago

Getting Started With Python IDLE

3 days ago

Python IDLE is the default integrated development environment (IDE) that comes bundled...

MySQL Databases and Python

4 days ago

MySQL is one of the most popular database management systems (DBMSs) on...

Shallow vs Deep Copying of Python Objects

5 days ago

Python’s assignment statements don’t copy objects as they do in some other...

Shallow vs Deep Copying of Python Objects

5 days ago

Python’s assignment statements don’t copy objects as they do in some other...

Quiz: Shallow vs Deep Copying of Python Objects

6 days ago

In this quiz, you’ll test your understanding of Shallow vs Deep Copying...

The Real Python Podcast – Episode #247: Exploring DuckDB & Comparing Python Expressions vs Statements

9 days ago

Are you looking for a fast database that can handle large datasets...

How to Exit Loops Early With the Python Break Keyword

10 days ago

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

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

11 days ago

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

Creating a Python Dice Roll Application

11 days ago

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

Namespaces in Python

12 days ago

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

Quiz: Namespaces in Python

13 days ago

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

The Real Python Podcast – Episode #246: Learning Intermediate Python With a Deep Dive Course

16 days ago

Do you want to learn deeper concepts in Python? Would the accountability...