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

Latest posts

Last updated about 2 hours ago

Quiz: How to Join Strings in Python

about 24 hours ago

In this quiz, you’ll test your understanding of How to Join Strings...

Quiz: Python "for" Loops: The Pythonic Way

about 24 hours ago

In this quiz, you’ll test your understanding of Python’s for loop By...

How to Split a String in Python

2 days ago

Python’s .split() method lets you divide a string into a list of...

NumPy Techniques and Practical Examples

3 days ago

The NumPy library is a Python library used for scientific computing. It...

Quiz: How to Split a String in Python

3 days ago

In this quiz, you’ll test your understanding of Python’s .split() method Python’s...

Python for Loops: The Pythonic Way

4 days ago

Python’s for loop allows you to iterate over the items in a...

Develop Data Visualization Interfaces in Python With Dash

5 days ago

Dash is a popular Python framework for creating interactive data visualization interfaces...

Build a Dice-Rolling Application With Python

5 days ago

In this tutorial, you’ll learn how to create a Python dice roll...

Top Python Game Engines

5 days ago

You can use several Python game engines for crafting video games using...

Build a Quiz Application With Python

5 days ago

In this tutorial, you’ll build a Python quiz application for the terminal...

Build a Tic-Tac-Toe Game With Python and Tkinter

6 days ago

Developing a tic-tac-toe game in Python using Tkinter combines programming logic with...

Providing Multiple Constructors in Your Python Classes

6 days ago

Python doesn’t support constructor overloading in the same way that Java or...