Python Online Training
Tutorial 1: Python Language Syllabus
Tutorial 2: Introduction to Python Programming Language
Tutorial 3: Python Environment Setup
Tutorial 4: Python Basic Syntax
Tutorial 5: Python Variables & Data Types
Tutorial 6: Python Operators
Tutorial 7: Python Control Flow – Decision Making
Tutorial 8: Python Control Flow – Loops
Tutorial 9: Python Control Flow – Branching
Tutorial 10: String Handling in Python
Tutorial 11: Python Data Structures – Lists
Tutorial 12: Python Data Structures – Tuples
Tutorial 13: Python Data Structures – Sets
Tutorial 14: Python Data Structures – Dictionaries
Tutorial 15: Python Functions (User Defined)
Tutorial 16: Python Functions (Built-in)
Tutorial 17: Python IO – File Handling
Tutorial 18: File Methods (Built-in and User Defined)
Tutorial 19: Python Modules (Built-in and User Defined)
Tutorial 20: Python Date & Time
Tutorial 21: Python Regular Expressions
Tutorial 22: Python Exception Handling
Tutorial 23: Python Object Oriented Programming Fundamentals
Tutorial 24: Python Object Oriented Programming Principles