Visualizing Python code
Ever wondered how a Python custom module or class is manufactured? How does the developer write the Python code and glue it together to create this nice and amazing x module? What's going on under the hood?
Documentation is a good start, of course, but we all know that it's not usually updated with every new step or detail that the developer added.
For example, we all know the powerful netmiko library created and maintained by Kirk Byers (https://github.com/ktbyers/netmiko) that leverages another popular SSH library called Paramiko (http://www.paramiko.org/). But we don't understand the details and how the classes are related to each other. If you need to understand the magic behind netmiko (or any other library) in ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access