Skip to content

FurkanKambay/ms-cert-exam-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Microsoft Certification Exam Parser

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

Output

Excerpt from the output for the Python exam:

[
    {
        "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
]

Usage

main.py 98-381
main.py 70-483 98-361

Clearing the cache: (deletes the out/ directory)

main.py --clear

Releases

No releases published

Packages

No packages published

Languages