Libraries and Modules in Python

Documenting, Libraries and Modules in Python

Prerequisites:

To complete this lesson you should be familiar with:

  • Writing programs in Python
  • Writing functions and classes
  • Wanting to write reusable code

Schedule:

Time Episode Description
0:00 Setup Installing modules for this lesson
0:10 Documentation How to document your code
0:25 Class Documentation How to document your classes
0:35 Exceptions Exceptional errors
0:50 Exception handling How to handle exceptions
1:05 Regular Expressions How to process strings with regex
1:30 Modules Create your own modules
1:50 Loading Modules Load your module into and environment