This is my first Python program. The code might not be the best.
Outputs the topics of a Microsoft certification exam into a JSON file. (The Skills measured section in the exam's webpage)
List of all Microsoft Certification Exams
Excerpt from the output for the Python exam:
main.py 98-381
main.py 70-483 98-361Clearing the cache: (deletes the out/ directory)
main.py --clear
[ { "label": "Perform Operations using Data Types and Operators (20-25%)", "skills": [ { "label": "Perform data and data type operations", "items": [ "Convert from one data type to another type", "Construct data structures", "Perform indexing and slicing operations" ] }, // other skills ] }, // other syllabuses ]