Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.08 KB

File metadata and controls

26 lines (17 loc) · 1.08 KB

Python Part 1: Python Language and Script Basics

"Gitting" the Code

All of the code and examples for this lesson is located in the netprog_basics/programming_fundamentals/python_part_1 directory. Clone and access it with the following commands:

git clone https://github.com/CiscoDevNet/netprog_basics
cd netprog_basics/programming_fundamentals/python_part_1

Local Workstation Setup

Be sure to complete the General Workstation Setup instructions before beginning this lesson.

Python Environment Setup

It is recommended that this lesson be completed using Python 3.6. A recent version of Python 2.7 or Python 3.5 should also work.

Note: During this lesson you will explore the basics of Python.

DevNet Sandbox

No Sandbox is required for this lesson.

Download Slides

You can download the slides for this lesson here.

Suggestion: Right click, "Open in new tab"