Skip to content

Commit b7d7bcd

Browse files
committed
updates
1 parent 7f747d5 commit b7d7bcd

File tree

2 files changed

+11
-24
lines changed

2 files changed

+11
-24
lines changed

labs/coding-103-python-json/byod.html

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -37,25 +37,9 @@ <h3>Install the Requests Library</h3>
3737
</li>
3838
</ul>
3939
</li>
40-
<h3>Install the Flask Library</h3>
40+
</ul>
41+
<h3>Accessing the APIC-EM Controller</h3>
4142
<ul>
42-
<li>You can read more about the <a href="http://flask.pocoo.org/" target="_blank">Flask Library here </a></li>
43-
<li>To install Flask for Python 3 on Mac OS, use this command line:
44-
<ul>
45-
<li><pre>
46-
pip3 install flask
47-
</pre></li>
48-
</ul>
49-
</li>
50-
<li>To install Requests on Windows:
51-
<ul>
52-
<li>If pip is in the Python34 path, the execute
53-
<pre>
54-
pip install flask
55-
</pre>
56-
</li>
57-
</ul>
58-
</li>
5943
<li>
6044
You will also need access to an APIC-EM controller.
6145
<ul>

labs/coding-103-python-json/coding-103-python-json.json

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"labId": "coding-102-rest-python-ga",
3-
"title": "Coding 102: Calling REST APIs from Python",
4-
"slug": "Learn the basics of how to call and consume a REST API in Python",
2+
"labId": "coding-103-python-json",
3+
"title": "Coding 103: Learning how to code with Python",
4+
"slug": "Learn the basics of how to write Python code and parse JSON",
55
"time": 35,
66
"byod": true,
77
"files": [
@@ -17,14 +17,17 @@
1717
{"title": "Python"},
1818
{"title": "REST"},
1919
{"title": "APIC-EM"},
20-
{"title": "JSON"},
21-
{"title": "NEXT UI"}
20+
{"title": "JSON"}
2221
],
2322
"related": [
2423
{
2524
"labId": "coding-101-rest-basics-ga",
2625
"title": "Coding 101: REST API Basics"
2726
},
27+
{
28+
"labId": "coding102-REST-python-ga",
29+
"title": "Coding 102: Calling REST APIs from Python"
30+
},
2831
{
2932
"labId": "coding-201-parsing-xml",
3033
"title": "Coding 201: Parsing XML with Python"
@@ -57,4 +60,4 @@
5760
"authors": [
5861
{"name": "", "email": ""}
5962
]
60-
}
63+
}

0 commit comments

Comments
 (0)