Real Python Tutorials
Handling or Preventing Errors in Python: LBYL vs EAFP
In this video course, you'll learn about two popular coding styles in Python: Look Before You Leap (LBYL) and Easier to Ask Forgiveness than Permission (EAFP). You can use these styles to deal with errors and exceptional situations in your code. You'll dive into the discussion on LBYL vs EAFP in Python.
Dec 03, 2024 intermediate best-practices python
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