Course Information
- 2 Jun 2025 (Mon) - 4 Jun 2025 (Wed)
Course Overview
Introduction:
This Introduction to Python course provides a comprehensive foundation in Python
programming, starting with Python basics such as running Python scripts, understanding
literals, comments, data types, and working with variables. The course then progresses to
functions and modules, arithmetic operations, and Python string manipulation. You'll also
learn about iterables, including sequences, dictionaries, and sets, as well as virtual
environments, packages, and pip. The course covers flow control, exception handling, Python
dates and times, and file processing. Finally, it introduces you to PEP8 and Pylint for code
quality and style. Each section includes exercises to help you practice your newfound skills
and solidify your understanding of Python programming concepts.
Course Duration:
3 days
What You’ll Learn
Outline:
1. Python Basics
2. Functions and Modules
3. Math
4. Python Strings
5. Iterables: Sequences, Dictionaries, and Sets
6. Virtual Environments, Packages, and pip
7. Flow Control
8. Exception Handling
9. Python Dates and Times
10. File Processing
11. PEP8 and Pylint