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 & exceptional situations in your code. You'll dive into the LBYL vs EAFP discussion 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