Parsing YAML in Python: A Crawl, Walk, Run Approach

I consider myself inexperienced when it comes to parsing data in Python. A quick Google search yields a ton of examples on how to parse a simple dictionary, or list, but the reality is that the data for network automation is much more complex. It's often a dictionary...of dictionaries...and even perhaps of dictionaries...with an embedded … Continue reading Parsing YAML in Python: A Crawl, Walk, Run Approach