Please enable JavaScript to use CodeHS

Certiport IT Specialist Python Framework

Standards

Standard Description
1.1 Evaluate expressions to identify the data types Python assigns to variables Lessons
1.2 Perform data and data type operations Lessons
1.3 Determine the sequence of execution based on operator precedence. Lessons
1.4 Select operators to achieve the intended results 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 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
5.3 Perform unit testing Lessons
6.1 Perform basic operations by using built-in modules Lessons
6.2 Solve complex computing problems by using built-in modules Lessons