Skip to content

Commit cd443ee

Browse files
committed
Updating prerequisites
1 parent 086f239 commit cd443ee

File tree

5 files changed

+5
-5
lines changed
  • labs
    • coding-102-rest-python-ga
    • coding-201-parsing-xml
    • coding-202-parsing-json
    • coding-207-putting-it-together-ga
    • coding-210-parsing-json-c++

5 files changed

+5
-5
lines changed

labs/coding-102-rest-python-ga/1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ In this Learning Lab, you learn the basics of how to call a REST API in Python.
1313

1414
**Background**
1515

16-
* Complete the [REST API Fundamentals Learning Lab module](https://developer.cisco.com/learning/modules/rest-api-fundamentals/what-are-rest-apis/step/1) if you are unfamiliar with Python and retrieving results from a RESTful service and the [Parsing XML using Python Lab](lab/coding-201-parsing-xml/step/1 "Parsing XML using Python Lab") for a similar approach to retrieving data using XML.
16+
* Complete the [Coding Fundamentals](https://developer.cisco.com/learning/modules/programming-fundamentals) and [REST API Fundamentals](https://developer.cisco.com/learning/modules/rest-api-fundamentals) Learning Lab modules. if you are unfamiliar with Python and retrieving results from a RESTful service and the [Parsing XML using Python Lab](lab/coding-201-parsing-xml/step/1 "Parsing XML using Python Lab") for a similar approach to retrieving data using XML.
1717

1818
* You should also have a basic familiarity with JSON. Otherwise, consider visiting the [W3Schools JSON Tutorial](https://www.w3schools.com/js/js_json_intro.asp "W3Schools JSON Tutorial") to get a firm base to build upon.
1919
* Complete the [Coding 101 Rest Basics Learning Lab](/lab/coding-101-rest-basics-ga/step/1) before you start this lab.

labs/coding-201-parsing-xml/1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ In this Learning Lab, you learn the basics of parsing XML content using Python.
1010

1111
## Prerequisites
1212

13-
* Complete the [REST API Fundamentals Learning Lab module](https://developer.cisco.com/learning/modules/rest-api-fundamentals/what-are-rest-apis/step/1) if you are unfamiliar with Python and retrieving results from a RESTful service and the [Parsing XML using Python Lab](lab/coding-201-parsing-xml/step/1 "Parsing XML using Python Lab") for a similar approach to retrieving data using XML.
13+
* Complete the [Coding Fundamentals](https://developer.cisco.com/learning/modules/programming-fundamentals) and [REST API Fundamentals](https://developer.cisco.com/learning/modules/rest-api-fundamentals) Learning Lab modules if you are unfamiliar with Python and retrieving results from a RESTful service and the [Parsing XML using Python Lab](lab/coding-201-parsing-xml/step/1 "Parsing XML using Python Lab") for a similar approach to retrieving data using XML.
1414

1515
* You should also have a basic familiarity with JSON. Otherwise, consider visiting the [W3Schools JSON Tutorial](https://www.w3schools.com/js/js_json_intro.asp "W3Schools JSON Tutorial") to get a firm base to build upon.
1616

labs/coding-202-parsing-json/1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ When you have completed this Learning Lab, you will be able to:
1313

1414
## Prerequisites
1515

16-
* Complete the [REST API Fundamentals Learning Lab module](https://developer.cisco.com/learning/modules/rest-api-fundamentals/what-are-rest-apis/step/1) if you are unfamiliar with Python and retrieving results from a RESTful service and the [Parsing XML using Python Lab](lab/coding-201-parsing-xml/step/1 "Parsing XML using Python Lab") for a similar approach to retrieving data using XML.
16+
* Complete the [Coding Fundamentals](https://developer.cisco.com/learning/modules/programming-fundamentals) and [REST API Fundamentals](https://developer.cisco.com/learning/modules/rest-api-fundamentals) Learning Lab modules if you are unfamiliar with Python and retrieving results from a RESTful service and the [Parsing XML using Python Lab](lab/coding-201-parsing-xml/step/1 "Parsing XML using Python Lab") for a similar approach to retrieving data using XML.
1717

1818
* You should also have a basic familiarity with JSON. Otherwise, consider visiting the [W3Schools JSON Tutorial](https://www.w3schools.com/js/js_json_intro.asp "W3Schools JSON Tutorial") to get a firm base to build upon.
1919

labs/coding-207-putting-it-together-ga/1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Understand how to do the following:
1616
## Prerequisites
1717

1818
**Background**
19-
* Before starting this lab, complete the [Coding 101: Rest Basics Learning Lab](/lab/coding-101-rest-basics-ga/step/1) and the [Coding 102: Calling REST APIs from Python Learning Lab](/lab/coding-102-rest-python-ga/step/1).
19+
* Before starting this lab, complete the [Coding Fundamentals](https://developer.cisco.com/learning/modules/programming-fundamentals) and [REST API Fundamentals](https://developer.cisco.com/learning/modules/rest-api-fundamentals) Learning Lab modules.
2020

2121
**Access to DNA Center**
2222
* To run these code samples, you need Access to DNA Center.

labs/coding-210-parsing-json-c++/1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ In this Learning Lab, you learn the basics of parsing JSON content using C++. Yo
1313
## Prerequisites
1414

1515
* A text editor.
16-
* Complete the [REST API Fundamentals Learning Lab module](https://developer.cisco.com/learning/modules/rest-api-fundamentals/what-are-rest-apis/step/1) if you are unfamiliar with Python and retrieving results from a RESTful service and the [Parsing XML using Python Lab](lab/coding-201-parsing-xml/step/1 "Parsing XML using Python Lab") for a similar approach to retrieving data using XML.
16+
* Complete the [Coding Fundamentals](https://developer.cisco.com/learning/modules/programming-fundamentals) and [REST API Fundamentals](https://developer.cisco.com/learning/modules/rest-api-fundamentals) Learning Lab modules. if you are unfamiliar with Python and retrieving results from a RESTful service and the [Parsing XML using Python Lab](lab/coding-201-parsing-xml/step/1 "Parsing XML using Python Lab") for a similar approach to retrieving data using XML.
1717

1818
##### On Windows
1919
Install Cygwin with the gcc compiler and libcurl libraries.

0 commit comments

Comments
 (0)