This repository was created in order to store my exercise solutions for the Network Automation Course.
The current course syllabus and information can be found at: PyNet Ansible Class
The syllabus for the exercises in this repository is the following,
- What is the Nature of Python
- Interpreter Shell, Variables, and Assignment
- Strings
- Print and raw_input
- Numbers
- Lists and Tuples
- Booleans
- If Conditionals
- For Loops
- Passing Arguments into a Script
- While Loops
- Dictionaries
- Exceptions
- Class Review (weeks 1 - 4)
- Functions, Part1
- Namespaces
- Functions, Part2
- Files
- Regular Expressions
- Modules - Part1
- Modules - Part2
- Packages
- Classes and Objects - Part1
- Classes and Objects - Part2
- SSH to a router - Part1
- SSH to a router - Part2
- Telnet to a router
- Pickle
*Note: * Inside each Class directory there's a Done.txt file. Such file is used to mark the completion of the class' exercises.