4. Formal Coding: Functions, Classes, and Libraries#
Covered in this Chapter
What a function is conceptually
How to create a function
How to assign arguments to a function
How to assign variable keyword arguments to a function
How to assign variable arbitrary arguments to a function
Classes
Methods
How to Create Class
External Libraries
How to Install Libraries
How to Import Libraries