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

Latest posts

Last updated about 14 hours ago

NumPy Techniques and Practical Examples

about 14 hours ago

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

Python for Loops: The Pythonic Way

1 day ago

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

Build a Quiz Application With Python

3 days ago

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

Top Python Game Engines

3 days ago

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

Develop Data Visualization Interfaces in Python With Dash

3 days ago

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

Build a Dice-Rolling Application With Python

3 days ago

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

Natural Language Processing With spaCy in Python

4 days ago

spaCy is a robust open-source library for Python, ideal for natural language...

Python & APIs: A Winning Combo for Reading Public Data

4 days ago

Python is an excellent choice for working with Application Programming Interfaces (APIs)...

Providing Multiple Constructors in Your Python Classes

4 days ago

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

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

4 days ago

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

The Real Python Podcast – Episode #237: Testing Your Python Code Base: Unit vs. Integration

5 days ago

What goes into creating automated tests for your Python code? Should you...

Creating a Scalable Flask Web Application From Scratch

8 days ago

Flask is a powerful and flexible micro web framework for Python, ideal...