All of the code and examples for this lesson is located in the netprog_basics/programming_fundamentals/python_part_2
directory. Clone and access it with the following commands:
git clone https://github.com/CiscoDevNet/netprog_basics
cd netprog_basics/programming_fundamentals/python_part_2
Be sure to complete the General Workstation Setup instructions before beginning this lesson.
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 learn about Python Virtual Environments and Libraries and practice using these tools.
No Sandbox is required for this lesson.