Course Code: 5710

55264 Introduction to Programming Using Python

Class Dates:
11/4/2024
9/16/2024
Length:
5 Days
Cost:
$2495
Class Time:
Technology:
Developer
Delivery:
Instructor-Led Training, Virtual Instructor-Led Training

Overview

  • Course Overview
  • This five-day instructor-led course is intended for students who want to learn how to write Python code that logically solves a given problem. Candidates will learn how to write, debug, maintain and document Python code. The material will prepare students for the Microsoft certification exam 98-381.
  • Audience
  • This course is intended for new and experienced programmers that want to learn how to write and troubleshoot Python code. This is the Microsoft recommended course for preparing for the 98-381 test. Previous programming experience is not required but recommended.

Prerequisites

  • Experience performing command-line operations on Windows, Linux or Mac computers
    Six months experience writing code in any programming language (Recommended)

Course Details

  • At Course Completion
  • Create Operations using Data Types and Operators
  • Create Control Flow Operations
  • Create Input and Output Operations
  • Write and Document code to solve a specified problem
  • Troubleshoot Problems and Write Error Handling Operations
  • Perform Operations Using Modules and Tools
  • 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
  • Lab 1: Perform Operations Using Data Types and Operators
  • 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
  • Lab 1: Control Flow with Decisions and Loops
  • 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
  • Lab 1: Perform Input and Output Operations
  • Module 4: Document and Structure Code
  • Construct and analyze code segments
  • Document code segments using comments and documentation strings
  • Lab 1: Document and Structure Code
  • Module 5: Perform Troubleshooting and Error Handling
  • Analyze, Detect and Fix code segments that have errors
  • Analyze and construct code segments that handle exceptions
  • Lab 1: Perform Troubleshooting and Error Handling
  • Module 6: Perform Operations Using Modules and Tools
  • Use Built-In Modules to perform basic operations
  • Use Built-In Modules to perform complex operations
  • Lab 1: Perform Operations Using Modules and Tools