Call 0917 798 1811 | Email hello@ivtstechnology.asia
About the Course
This course introduces beginners to Python programming by covering fundamental concepts such as data types, conditional statements, loops, functions, and file handling.
Learning Outcomes
Write and execute basic Python programs.
Understand and apply fundamental programming concepts.
Use Python's built-in data structures effectively.
Manage files and handle exceptions in Python applications.
Target Audience
Beginners with no prior programming experience.
IT professionals looking to understand Python basics.
Students and hobbyists interested in learning Python.
Prerequisites
No prior programming experience required.
Familiarity with basic computer operations is recommended.
Course Outline
Day 1: Python Fundamentals
Setting Up Python and Environment
Installing and configuring Python.
Writing basic Python statements.
Creating simple applications and debugging errors.
Processing Basic Data Types
Working with strings, integers, floats, and dates.
Performing operations and conversions on data types.
Introduction to Conditional Statements and Loops
Writing conditional logic for decision-making.
Creating and managing loops effectively.
Day 2: Core Data Structures and Code Organization
Processing Data Structures
Working with ordered structures (lists, tuples, ranges).
Using unordered structures (dictionaries, sets).
Structuring Code for Reuse
Defining functions and classes.
Importing and reusing Python modules.
Introduction to File Management
Reading and writing files.
Navigating and managing directories.
Dealing with Exceptions
Handling runtime errors with exception handling.
Raising custom exceptions.