Skip to content

Latest commit

 

History

History

Classes_n_Exceptions

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Introduction to classes and exceptions

This lecture gives a short introduction to classes and exceptions used in Python.

References

Inspired from the work of:

  1. https://fabienmaussion.info/scipro_ss2018/html/09-Exceptions.html

Objectives

During this session you will learn the very basics of:

  1. How to create simple classes (attributes, inherit, etc.)

  2. Handle exceptions / errors.