Defining Your Own Python Function
Learn how to define your own Python function, pass data into it, and return results to write clean, reusable code in your programs.
The Real Python Podcast
#253: Starting With Marimo Notebooks & Python App Config Management
loading
00:0051:41
live
Explore Real Python
Control Flow Structures in Python
May 28, 2025 intermediate python
The LEGB Rule & Understanding Python Scope
May 27, 2025 intermediate python
First Steps With LangChain
May 20, 2025 intermediate databases data-science
Using the Python subprocess Module
May 06, 2025 intermediate