Python Intermediate: Advance Your Python Skills at just ₹1499
Trained by working IT professionals from leading companies
20 HOUR Python Intermediate SYLLABUS
This Python Intermediate course builds upon your foundational Python knowledge, diving
into more advanced concepts and techniques. This course is ideal for those who have completed our Python
Beginner program or have a solid understanding of Python basics and are ready to take their skills to the next
level.
Fee: ₹1499
Training Mode: Instructor-led live class
Duration: 20 hours
Next Batch: Loading...
Prerequisite: Python Beginner
What you will learn from this course?
- Recap of Python Beginner Program
- Brief review of core concepts from the Python Beginner course
- Advanced Functions
- `*args` and `**kwargs` for flexible function arguments
- Lambda functions (anonymous functions)
- `map()`, `filter()`, and `reduce()` for functional programming
- Library and System Defined Functions
- Object-Oriented Programming (OOP)
- Introduction to OOP concepts
- Classes and Objects
- Inheritance
- Polymorphism
- Exception Handling
- `try`, `except`, `else`, `finally` blocks
- Handling different types of exceptions
- Raising custom exceptions
- File Handling
- Reading from and writing to files
- Different file modes (read, write, append)
- Working with CSV and JSON files (basic)
- Modules and Packages
- Creating and using custom modules
- Understanding Python packages
- Importing modules and packages
- Regular Expressions
- Introduction to regular expressions (regex)
- Using `re` module for pattern matching and manipulation
- Basic Database Connectivity (SQLite)
- Connecting to SQLite databases
- Executing SQL queries (CRUD operations)
- Working with database cursors
- Minimum 3 Projects