Python for Beginners
This course provides a comprehensive introduction to the programming language Python, and its applications as they relate to system integration.
1.1 - Writing Your First Lines of Code
1.2 - Using the Shell Window
1.3 - Writing Code in the Editor Window
1.4 - Executing Python on the Command Line
Module 1: LAB
2.1 - Section Introduction
2.2 - The Print Function
2.3 - Separators and New Lines
Module 2: LAB
3.1 - Section Introduction
3.2 - Variable Assignment
3.3 - Number Variables
3.4 - String Variables
3.5 - Substring and Concatenation
3.6 - Variables with Lists, Tuples, and Dictionaries
Module 3: LAB
4.1 - Section Introduction
4.2 - Python Mathematical Operators
4.3 - Order of Operations
4.4 - Python Comparison Operators
4.5 - Python Logical Operators
Module 4: LAB
5.1 - Section Introduction
5.2 - Simple "IF" Statements
5.3 - "IF...ELSE" Statements
5.4 - Nested "IF" Statements
5.5 - Ternary Operators
Module 5: LAB
6.1 - Section Introduction
6.2 - "WHILE" Loops
6.3 - "FOR" Loops
6.4 - Nested Loops
6.5 - Break and Continue Statements
Module 6: LAB