In this four-part series, Kirk discusses classes and objects in Python. In PART IV, he explores a common case where you potentially should use classes and objects. He illustrates this use case by comparing Paramiko SSH code built using functions with the same SSH code built using a class and methods.
PART I: https://youtu.be/XLKkx_U5rNw
PART II: https://youtu.be/eSKJWpVPWLE
PART III: https://youtu.be/OuGsgT9CsN8
/* 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_why_classes/class_test.py
Download
0 formats
No download links available.
PYTHON Tutorial | Classes and Objects, Part 4 | Kirk Byers | 2021 | NatokHD