https://github.com/wwt/devasc-data-formats
DevNet Associate Data Encoding Formats Hands-On Study Resources
https://github.com/wwt/devasc-data-formats
json python xml yaml
Last synced: 3 months ago
JSON representation
DevNet Associate Data Encoding Formats Hands-On Study Resources
- Host: GitHub
- URL: https://github.com/wwt/devasc-data-formats
- Owner: wwt
- License: apache-2.0
- Created: 2020-08-14T17:29:49.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2023-08-11T20:15:06.000Z (almost 3 years ago)
- Last Synced: 2025-06-10T09:09:46.269Z (about 1 year ago)
- Topics: json, python, xml, yaml
- Language: Jupyter Notebook
- Homepage: https://wwt.github.io/devasc-data-formats/
- Size: 135 MB
- Stars: 2
- Watchers: 18
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cisco DevNet Associate Data Encoding Formats Hands-On Lab Guide

## Overview
What's the big fuss over IT automation? Well, more than anything, the excitement is about the sorts of things that you _don't_ have to do when automation is on your side. Things like _not_ having to either copy and paste configuration changes to dozens (maybe hundreds) of different systems or repeat the same click, click, click, click, click-through-the-UI marathon over, and over, and over..._every single time_ there's a need to make a bulk change :rage:. To automate these sorts of workflows, we need to learn to write some form of automation-specific code. To make that possible, we must first learn to read and write the **data structures** that our code sends to and receives from the systems we automate.
This guide will walk you through some hands-on exercises that help teach and also give you a place to practice using various **data encoding formats** with Python. You'll get the most from these exercises if you have at least a little bit of exposure to Python fundamentals, although we put the step-by-step directions together in a way that welcomes all experience levels.
---
## Usage
Navigate to [https://wwt.github.io/devasc-data-formats](https://wwt.github.io/devasc-data-formats) and follow the guided walkthrough instructions.