empa-scientific-it / python-tutorial

Material for a Jupyter-based Python tutorial
MIT License
31 stars 9 forks source link

Object-oriented programming #204

Closed edoardob90 closed 8 months ago

edoardob90 commented 9 months ago

Theory session

  1. Classes and instances
  2. Properties and methods
  3. Special methods: __str__ and __repr__

Exercises

TODO.

Additional materials

Mark these sections as material for self-study: