Python Fundamental Exercises
  • 1. Introduction to Programming
  • 2. If Statements
  • 3. GUIs
  • 4. If Statements II
  • 5. Random Numbers
  • 6. While Loops
  • 7. Post-test Loops
  • 8. While Loops II
  • 9. For Loops
  • 10. Project
  • 11. Graphics
  • 12. Functions
  • 13. Project II
  • 14. Exceptions
    • 📓 Python Docs: Errors and Exceptions
    • ▶️ Python Tutorial: Using Try/Except Blocks for Error Handling
    • No Negative Args, Please!
    • An Abundance of Caution
    • Try a Validation Loop
    • Modify Evenness Function
    • Modify Heron's Formula
    • Modify Month Name
    • Month Name Handling
    • Refactor Most Common Issue
    • A Picky Function
    • Serious Menu Error Handling
  • 15. For Loops II
  • 16. Nested Loops
  • 17. File RW
  • 18. Lists
  • 19. Sorting
  • 20. Graphics II
  • 21. Dictionaries
  • 22. Classes: Fields
  • 23. Project III
  • 24. Classes: Methods
  • 25. Classes: Inheritance
  • 26. Project Euler
  • 27. Project IIII
Python Fundamental Exercises
  • »
  • 14. Exceptions
  • View page source

14. Exceptions¶

  • 📓 Python Docs: Errors and Exceptions
  • ▶️ Python Tutorial: Using Try/Except Blocks for Error Handling
  • No Negative Args, Please!
  • An Abundance of Caution
  • Try a Validation Loop
  • Modify Evenness Function
  • Modify Heron's Formula
  • Modify Month Name
  • Month Name Handling
  • Refactor Most Common Issue
  • A Picky Function
  • Serious Menu Error Handling
Next Previous

© Copyright 2021, Mr. Gallo.

Built with Sphinx using a theme provided by Read the Docs.