Python Essentials - 5 Days
Build strong Python programming capability through a comprehensive 5-day instructor-led program covering core language skills, modular design, object-oriented programming, exceptions, and practical development techniques.
Included Topics
- Why Python
- How Python Runs Programs
- Numbers
- Strings
- Lab 1: Python Core Language Practice
- Lists and Dictionaries
- Tuples, Files, and Core Type Concepts
- Assignment, Expressions, and Print
- If Tests
- While and For Loops
- Lab 2: Sequence and Flow Control Exercises
- Function Basics
- Scopes and Arguments
- The Big Picture
- Coding Basics with Modules
- Packages
- Lab 3: Build Reusable Python Modules
- OOP: The Big Picture
- Class Coding Basics
- Class Coding Details
- Designing with Classes
- Lab 4: Python OOP Design Practice
- Exception Basics
- Exception Objects
- Designing with Exceptions
- Common Tasks in Python
- Advanced Topics
- Lab 5: Python Essentials Capstone