
The first method you'll see in most #Python classes is the init method.
This isn't a constructor method but an initializer method (because by the time init is called, a new class instance has already been "constructed")
pythonmorsels.com/topics/what-is…
English