Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 470 Bytes

File metadata and controls

23 lines (17 loc) · 470 Bytes

Python Classes

Author: Tyson Dial

The guide

Tyson Dial's introduction to Python Classes, covering the basics of using classes as data structures. Check out the included pdf and walk through the Jupyter notebook.

What's covered?

How to make a class

  • The class constructor
  • Attributes
  • Methods
  • Class variables

Decorators

  • Getters
  • Setters

Magic methods

  • str
  • add

Please get in touch if you'd like a recording of the presentation!