Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ciscodevnet/netprog_basics
Code, Examples, and Resources for the Network Programmability Basics Video Course
https://github.com/ciscodevnet/netprog_basics
catalyst ios-xe ios-xr nx-os
Last synced: 6 days ago
JSON representation
Code, Examples, and Resources for the Network Programmability Basics Video Course
- Host: GitHub
- URL: https://github.com/ciscodevnet/netprog_basics
- Owner: CiscoDevNet
- License: mit
- Created: 2017-07-25T18:33:33.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-29T20:16:24.000Z (5 months ago)
- Last Synced: 2024-12-21T12:01:00.697Z (13 days ago)
- Topics: catalyst, ios-xe, ios-xr, nx-os
- Language: Python
- Size: 477 KB
- Stars: 746
- Watchers: 251
- Forks: 458
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Network Programmability Basics
Code, Examples, and Resources for the Network Programmability Basics Video Course
## Table of Contents
* [General Workstation Setup](readme_resources/workstation_setup.md)
* [Operating System Considerations](readme_resources/workstation_setup.md#operating-system-considerations)
* [Setting up git](readme_resources/workstation_setup.md#setting-up-git)
* [Setting Up Python](readme_resources/workstation_setup.md#setting-up-python)
* [Postman](readme_resources/workstation_setup.md#postman)
* [DevNet Sandbox VPN Access](readme_resources/workstation_setup.md#devnet-sandbox-vpn-access)
* [Programming Fundamentals](programming_fundamentals/README.md)
* [Data Formats: Understanding and using JSON, XML and YAML](programming_fundamentals/data_formats/README.md)
* [APIs are Everywhere... but what are they?](programming_fundamentals/apis/README.md)
* [REST APIs Part 1: HTTP is for more than Web Browsing](programming_fundamentals/rest_part_1/README.md)
* [REST APIs Part 2: Making REST API Calls with Postman](programming_fundamentals/rest_part_2/README.md)
* [Python Part 1: Python Language and Script Basics](programming_fundamentals/python_part_1/README.md)
* [Python Part 2: Working with Libraries and Virtual Environments](programming_fundamentals/python_part_2/README.md)
* [Python Part 3: Useful Python Libraries for Network Engineers](programming_fundamentals/python_part_3/README.md)
* [Network Device APIs](network_device_apis/README.md)
* [Getting the “YANG” of it with Standard Data Models](network_device_apis/yang/README.md)
* [Goodbye SNMP NETCONF!](network_device_apis/netconf/README.md)
* [Learn to CRUD with GET, POST and DELETE using RESTCONF](network_device_apis/restconf/README.md)
* [NX-API Part 1: Get Started with APIs and Nexus](network_device_apis/nxapi/README.md)
* [NX-API Part 2: Dive into the Nexus Object Model](network_device_apis/nxapi/README.md)
* [Network Controllers](network_controllers/README.md)
* [Program your own DNA with APIC-EM APIs](network_controllers/apicem/README.md)
* [Got SDN? Understanding the ACI Programmability Options](network_controllers/aci/README.md)
* [Network Control in the Cloud - Developing with Cisco Meraki](network_controllers/meraki/README.md)
* [DNA APIs Part 1: Exploring APIC-EM Apps via API](network_controllers/apicem/README.md)
* [DNA APIs Part 2: Troubleshooting with APIC-EM Programmability](network_controllers/apicem/README.md)
* [ACI Programmability Part 1: The ACI Object Model](network_controllers/aci/README.md)
* [ACI Programmability Part 2: Using the ACI Toolkit](network_controllers/aci/README.md)
* [Application Hosting and the Network](application_hosting/README.md)
* [Cloud to Fog… Why Host Apps in the Network](application_hosting/intro/README.md)
* [Linux at the Edge: Introduction to Guest Shell](application_hosting/guestshell/README.md)
* [Python at the Edge: Super Charged Network Event Management](application_hosting/python_onbox/README.md)
* [Package, Deploy and Run Applications in the Network with IOx](application_hosting/iox/README.md)
* [NetDevOps](netdevops/README.md)
* [Configuration Management and the Network](netdevops/intro/README.md)
* [Ansible Part 1: What you need to Get Started](netdevops/ansible_part_1/README.md)
* [Ansible Part 2: Using Ansible for Network Configuration](netdevops/ansible_part_2/README.md)
* [Ansible Part 3: Your Network As Code](netdevops/ansible_part_3/README.md)