File tree Expand file tree Collapse file tree 2 files changed +11
-24
lines changed
labs/coding-103-python-json Expand file tree Collapse file tree 2 files changed +11
-24
lines changed Original file line number Diff line number Diff line change @@ -37,25 +37,9 @@ <h3>Install the Requests Library</h3>
37
37
</ li >
38
38
</ ul >
39
39
</ li >
40
- < h3 > Install the Flask Library</ h3 >
40
+ </ ul >
41
+ < h3 > Accessing the APIC-EM Controller</ h3 >
41
42
< 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 >
59
43
< li >
60
44
You will also need access to an APIC-EM controller.
61
45
< ul >
Original file line number Diff line number Diff line change 1
1
{
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 " ,
5
5
"time" : 35 ,
6
6
"byod" : true ,
7
7
"files" : [
17
17
{"title" : " Python" },
18
18
{"title" : " REST" },
19
19
{"title" : " APIC-EM" },
20
- {"title" : " JSON" },
21
- {"title" : " NEXT UI" }
20
+ {"title" : " JSON" }
22
21
],
23
22
"related" : [
24
23
{
25
24
"labId" : " coding-101-rest-basics-ga" ,
26
25
"title" : " Coding 101: REST API Basics"
27
26
},
27
+ {
28
+ "labId" : " coding102-REST-python-ga" ,
29
+ "title" : " Coding 102: Calling REST APIs from Python"
30
+ },
28
31
{
29
32
"labId" : " coding-201-parsing-xml" ,
30
33
"title" : " Coding 201: Parsing XML with Python"
57
60
"authors" : [
58
61
{"name" : " " , "email" : " " }
59
62
]
60
- }
63
+ }
You can’t perform that action at this time.
0 commit comments