In this four-part series, Kirk discusses classes and objects in Python. In PART II, he continues this discussion by focusing on the initialization method. In particular, Kirk discusses the meaning and use of self, passing arguments into __init__, and binding __init__ arguments to the object.
PART I: https://youtu.be/XLKkx_U5rNw
PART III: https://youtu.be/OuGsgT9CsN8
PART IV: https://youtu.be/LRRf48sUJeI
/* Try not to get intimidated or caught up in the "mystique" of object oriented programming */
Python code from video:
https://github.com/ktbyers/pynet/blob/master/learning_python/classes/collateral/video_classes_p2/simple_class.py
Download
0 formats
No download links available.
PYTHON Tutorial | Classes and Objects, Part 2 | Kirk Byers | 2021 | NatokHD