Experiments and Python examples based on the "DevNet Associate" course from Cisco Networking Academy. Experiments are for hands-on practice. Explanation of concepts and methods are explained in the Cisco Networking Academy course.
Updated: 18 March 2025 20:23 Author: Yvan Rooseleer Code has been tested. In some cases it is necessary to obtain a username and password.
Python
- check necessary libraries and install them in your Python environemnt
"""bash
$ mkdir GIT_DEVASC
$ git clone https://github.com/yroosel/PythonExperiments.git
$ cd PythonExperiments