55264 Introduction to Programming Using Python
Date and time
Location
Online event
Refund policy
This five-day instructor-led course (three-day boot camp) is intended for students who want to learn how to write, debug and document Python
About this event
1 - MODULE 1: PERFORM OPERATIONS USING DATA TYPES AND OPERATORS
Assign data types to variables
Perform data and data type operations
Perform Arithmetic, Comparison and Logical Operations
Review
2 - MODULE 2: CONTROL FLOW WITH DECISIONS AND LOOPS
Construct and analyze code segments that use branching statements
Construct and analyze code segments that perform iterations
Review
3 - MODULE 3: PERFORM INPUT AND OUTPUT OPERATIONS
Create Python code segments that perform file input and output operations
Create Python code segments that perform console input and output operations
Review
4 - MODULE 4: DOCUMENT AND STRUCTURE CODE
Construct and analyze code segments
Document code segments using comments and documentation strings
Review
5 - MODULE 5: PERFORM TROUBLESHOOTING AND ERROR HANDLING
Analyze, Detect and Fix code segments that have errors
Analyze and construct code segments that handle exceptions
Review
6 - MODULE 6: PERFORM OPERATIONS USING MODULES AND TOOLS
Use Built-In Modules to perform basic operations
Use Built-In Modules to perform complex operations
Review