4. Formal Coding: Functions, Classes, and Libraries#

Covered in this Chapter

  1. What a function is conceptually

  2. How to create a function

  3. How to assign arguments to a function

  4. How to assign variable keyword arguments to a function

  5. How to assign variable arbitrary arguments to a function

  6. Classes

  7. Methods

  8. How to Create Class

  9. External Libraries

  10. How to Install Libraries

  11. How to Import Libraries