Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 702 Bytes

File metadata and controls

23 lines (19 loc) · 702 Bytes

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