Course Content
-
Introduction to Programming
- What is programming
- Programming Languages
- Coding at Work
- Algorithms
- Choosing a Language
-
Programming with Python
- What is Python
- Why Python
- Installing Python
- The Python Shell
- IDEs
- Errors
- The Program Design Cycle
- Writing a Simple Python Script
-
Variables and Data Types
- Introduction to Variables
- Defining Variables in Python
- Introduction to Data Types
- Type Conversion
- Working with Strings
- Working with Strings
-
Operators in Python
- Introduction to Operators in Python
- Types of Operators in Python
- Working with Python Operators
-
Data Structures
- Lists in Python
- Tuples in Python
- Dictionaries in Python