November 2017
Beginner to intermediate
204 pages
5h 23m
English
The next step is to use json module to read and parse the data in the scf_data.json file. The following instructions describe how to use the json module:
a built-in module or an import jsoninFile = open("data/input_data.json",'r')print(inFile.read())inFile.close()
Read now
Unlock full access