Follow feeds: blogs, news, RSS and more. An effortless way to read and digest content of your choice.
Get Feederrealpython.com
Get the latest updates from Real Python directly as they happen.
Follow now 832 followers
Last updated about 13 hours ago
about 14 hours ago
In Python, variables are symbolic names that refer to objects or values...
1 day ago
The Python square root function, sqrt(), is part of the math module...
4 days ago
What goes into building a spreadsheet application in Python that runs in...
6 days ago
In Python, a closure is typically a function defined inside another function...
7 days ago
As a Python developer who wants to harness the power of object-oriented...
7 days ago
In this quiz, you’ll test your understanding of Python’s .__repr__() and .__str__()...
8 days ago
Web scraping is the automated process of extracting data from the internet...
8 days ago
In this quiz, you’ll test your understanding of web scraping with Python...
11 days ago
In this quiz, you’ll test your understanding of how to reset a...
11 days ago
What changes are happening under the hood in the latest versions of...
12 days ago
In this quiz, you’ll test your understanding of The Python Standard REPL...
13 days ago
Python threading allows you to run parts of your code concurrently, making...