Real Python Tutorials
Expression vs Statement in Python: What's the Difference?
In this tutorial, you'll explore the differences between an expression and a statement in Python. You'll learn how expressions evaluate to values, while statements can cause side effects. You'll also explore the gray areas between them, which will enhance your Python programming skills.
Explore Real Python
Logging in Python
Nov 30, 2024 intermediate best-practices tools
Python Virtual Environments: A Primer
Nov 30, 2024 intermediate devops tools
Working With TOML and Python
Nov 19, 2024 intermediate data-structures