Microsoft Technology Associate Python Certification Framework
Standards
| Standard | Description | |
|---|---|---|
| 1.1 | Evaluate an expression to identify the data type Python will assign to each variable. | Lessons |
| 1.2 | Convert between and work with data types. | Lessons |
| 1.3 | Determine the sequence of execution based on operator precedence. | Lessons |
| 1.4 | Select the appropriate operator to achieve the intended result. | Lessons |
| 2.1 | Construct and analyze code segments that use branching statements. | Lessons |
| 2.2 | Construct and analyze code segments that perform iteration | Lessons |
| 3.1 | Construct and analyze code segments that perform file input and output operations. | Lessons |
| 3.2 | Construct and analyze code segments that perform console input and output operations. | Lessons |
| 4.1 | Document code segments using comments and documentation strings. | Lessons |
| 4.2 | Construct and analyze code segments that include function definitions. | Lessons |
| 5.1 | Analyze, detect, and fix code segments that have errors. | Lessons |
| 5.2 | Analyze and construct code segments that handle exceptions. | Lessons |
| 6.1 | Perform basic operations using built-in modules. | Lessons |
| 6.2 | Solve complex computing problems by using built-in modules. | Lessons |