Course Overview
Learn the basic mechanisms of programming with Python and how to apply them. The perfect introduction to programming.
Who should attend
IT affine people who are looking for an introduction to programming.
Prerequisites
Basic PC knowledge
Course Objectives
You can independently develop and maintain simple scripts.
Follow On Courses
Course Content
1. What is Python?
2. Python Introduction
- Python history
- Why Python
- Coding in Python
- Download environment
3. First Steps in Python
- Python Shell
- Python Structure
- Print Function
- Variables
- Operators
- Inputs
4. Data Types
- integers, string, booleans,
- typecasting
- data structure lists, tuples, sets, dictionaries
5. Control Flow
- Conditional statements (if, cases)
- Loops (for, while, break,..)
6. Functions
- Defining, paramenters.
- Built in functions(modules) Math, random,date and time, enum
7. Data structures
- lists,tuple, dictionaries sets,
- basic op: slicing,adding, removing, iteraring.
8. Error handling
- Types of errors
- Debugging
- Error handiling and exceptions
- Using AI