Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 529 Bytes

File metadata and controls

12 lines (7 loc) · 529 Bytes

Introduction to Python - Part I

Python is one of the most popular programming languages of our time and the powerhouse behind most of Cisco’s API efforts. If there is a Cisco API chances are high that there will be a software development kit for that API in python.

In part one of this three-parted training we will start from scratch and get familiar with the basic concepts of python like variables, loops and functions.

So lets get started!