PythonExperiments
Experiments and Python examples based on the "DevNet Associate" course from Cisco Networking Academy
Install / Use
/learn @yroosel/PythonExperimentsREADME
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.
Requirements
Python
- check necessary libraries and install them in your Python environemnt
Getting Started
"""bash
Create a folder
$ mkdir GIT_DEVASC
Clone the Python Code Examples
$ git clone https://github.com/yroosel/PythonExperiments.git
Change into the new directory
$ cd PythonExperiments
