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

Latest posts

Last updated about 13 hours ago

Variables in Python: Usage and Best Practices

about 14 hours ago

In Python, variables are symbolic names that refer to objects or values...

The Python Square Root Function

1 day ago

The Python square root function, sqrt(), is part of the math module...

The Real Python Podcast – Episode #226: PySheets: Spreadsheets in the Browser Using PyScript

4 days ago

What goes into building a spreadsheet application in Python that runs in...

Python Closures: Common Use Cases and Examples

6 days ago

In Python, a closure is typically a function defined inside another function...

Python's Magic Methods in Classes

7 days ago

As a Python developer who wants to harness the power of object-oriented...

Quiz: Using .__repr__() vs .__str__() in Python

7 days ago

In this quiz, you’ll test your understanding of Python’s .__repr__() and .__str__()...

Beautiful Soup: Build a Web Scraper With Python

8 days ago

Web scraping is the automated process of extracting data from the internet...

Quiz: Beautiful Soup: Build a Web Scraper With Python

8 days ago

In this quiz, you’ll test your understanding of web scraping with Python...

Quiz: How to Reset a pandas DataFrame Index

11 days ago

In this quiz, you’ll test your understanding of how to reset a...

The Real Python Podcast – Episode #225: Python Getting Faster and Leaner & Ideas for Django Projects

11 days ago

What changes are happening under the hood in the latest versions of...

Quiz: The Python Standard REPL: Try Out Code and Ideas Quickly

12 days ago

In this quiz, you’ll test your understanding of The Python Standard REPL...

Python Thread Safety: Using a Lock and Other Techniques

13 days ago

Python threading allows you to run parts of your code concurrently, making...