Python_PracticeProjects

(All have passed test)

This project is for learning functions in Python by practicing small projects.

  1. Vehicle class
  2. Reverse input sentence
  3. Convert input string to upcase
  4. Calculate rectangle area
  5. Try_except examples
  6. Encapsulation and Inheritance
  7. Decorator_demo_1: simple example
  8. Decorator_demo_2: more complicated examples
  9. Single Inheritance
  10. Multiple Inheritance
  11. Guess number
  12. VariableRange (globle, local working range)
  13. Abstract_class
  14. Return self function
  15. Enclosing function