In this three-part series, Kirk discusses class inheritance in Python. In PART II, he expands on his inheritance example and shows both a CiscoIOSXE child class and a JuniperJunos child class. Additionally, Kirk introduces the super() builtin and how super() can be used from the child class to call parent class methods.
Python code from video:
https://github.com/ktbyers/pynet/blob/master/learning_python/classes/collateral/video_inheritance_super/ssh_conn_3.py
Download
0 formats
No download links available.
PYTHON Tutorial | Class Inheritance, Part 2 | Kirk Byers | 2021 | NatokHD