Course Includes
- Recorded Lessons: 61
- Recorded Hours: 6
- Duration: 6 days (Avg)
Course Features
- Access on mobile
- TDP Assessment Test
Top Skills Covered
Overview
Course Description
Learn Python Object Oriented Programming - Intermediate Python Course
Welcome to Object-Oriented Programming With Python, One single course to start your Object-Oriented Journey from Step-by-Step, This course teach each and every important concept of OOPS examples with it's latest version.
Python is a beautiful cross-platform language that can be used to build a variety of applications. With Python language, you can create web apps, data science, robot, iot, ai, analytics, games, websites, and desktop applications.
Learn Python, The first step to Python you need to learn to succeed in application development, it is easy to learn and understand our online Python Basics Training course is designed for you with the complete steps to require learn Basic topics. Mr. Sudha Sekhar(MCP) will explain to you even complex topics to simplify and teach you even beginners can easily understand with real-time examples.
Create a Good and Strong base foundation in Python OOPs Concepts using Pycharm Community IDE.
Once you master in Python Object Oriented Programming Concepts, you'll have lots of options in front of you. You can choose to build more apps if you prefer, or change jobs and work as a Python developer. As long as you know the fundamentals with oops well, switching to different technology stacks is pretty easy for you.
knowing these Python OOPs programming techniques to you may easily switch over to any other programming languages as well
Learning programming with Python skills, you will be eager to learn other web development languages very quickly that lead you to become a successful web developer.
If you really want to learn Python, This Python Object Oriented Programming Course is for you to develop your skills more than others and you will become strong on Python app Code Development.
The Complete Python Package
This course is the first level of Sekhar's complete Python series on Teacherdada:
Level 1: Learn Python Basics Coding for Absolute Beginners: Python Fundamentals
Level 2: Learn Python Intermediate: Classes and Object-Oriented Programming
Level 3: Learn Python Advanced: Django Web Application Development by Coding
About Your Intructor
Sekhar Metla is a software engineer with 18 years of professional experience. He is the author of several best-selling Teacherdada courses with more than 23,000+ students in 192 countries. He has a Master of Science in Computer Applications as Software Engineering. His students describe him as passionate, pragmatic, and motivational in his teaching.
What will students learn in your course?
- Master Principles And Understanding Of Object Oriented Programming In Python
- You Will Learn How To Reuse Code For New Projects Implimentations
- Learn About 4 Pillars Of Object Oriented Programming!
- You Will Learn Each Important Topic - Classes, Object, Inheritance, Abstraction And More With Real-world Examples
- Learn To Write Clean And Proper Python Code With OOPs Concept.
- Apply How To Handle Error And Exceptions on Run Time With Python
- Learn to Apply Modules and Packages Library
- Working with Files like .csv File Import Using Pandas Module for Data Science
- What are the requirements or prerequisites for taking your course?
- You Should Be Familiar With Basic Python Fundamentals
- Having Basic knowledge on Python, You will learn everything you need to know on OOPs
Who is this course for?
- Beginner Python developers curious about data science
- Anyone who want learn Python skills by learning the basics of Object Oriented Programming (OOPS)
- Anyone who want to grasp the concept with real world example coding.
What you'll learn
- Master Principles And Understanding Of Object Oriented Programming In Python
- You Will Learn How To Reuse Code For New Projects Implimentations
- Learn About 4 Pillars Of Object Oriented Programming!
- You Will Learn Each Important Topic - Classes, Object, Inheritance, Abstraction And More With Real-world Examples
- Learn To Write Clean And Proper Python Code With OOPs Concept.
- Apply How To Handle Error And Exceptions on Run Time With Python
- Learn to Apply Modules and Packages Library
- Working with Files like .csv File Import Using Pandas Module for Data Science
Requirements
- You Should Be Familiar With Basic Python Fundamentals
- Having Basic knowledge on Python, You will learn everything you need to know on OOPs
Course Content
61 Lessons | 6:00 Total hours
Introduction
-
Course Introduction
00:02:20 -
Course Curriculum
00:05:04 -
How to get Pre-requisites
00:01:54 -
Getting Started on Windows, Linux or Mac
00:01:06 -
How to ask Great Questions
00:01:38 -
FAQ’s
00:00:54
Class
-
Introduction to Class
00:06:45 -
Create a Class
00:09:28 -
Calling a Class Object
00:07:51 -
Class Parameters - Objects
00:05:14 -
Access Modifiers(theory)
00:10:03 -
Summary
00:01:37
Methods
-
Introduction to methods
00:05:49 -
Create a method
00:07:13 -
Method with parameters
00:11:41 -
Method default parameter
00:06:20 -
Multiple parameters
00:05:19 -
Method return keyword
00:04:23 -
Method Over loading
00:05:05 -
Summary
00:01:31
OOPs Object Oriented Programming
-
Introduction to OOPs
00:04:42 -
Classes and Objects
00:07:55 -
Class Constructors
00:06:51 -
Assessment Test1
00:01:09 -
Solution for Assessment Test1
00:02:38 -
Summary
00:01:25
Inheritance and Polymorphism
-
Introduction
00:04:01 -
Inheritance
00:13:10 -
Getter and Setter Methods
00:11:33 -
Polymorphism
00:12:43 -
Assessment Test2
00:02:58 -
Solution for Assessment Test2
00:02:50 -
Summary
00:01:27
Encapsulation and Abstraction
-
Introduction
00:02:52 -
Access Modifiers (public, protected, private)
00:20:29 -
Encapsulation
00:06:43 -
Abstraction
00:07:07 -
Summary
00:02:14
Python Games for Intermediate
-
Introduction
00:00:40 -
Dice Game
00:06:24 -
Card and Deck Game Playing
00:06:51 -
Summary
00:01:15
Modules and Packages
-
Introduction
00:01:25 -
PIP command installations
00:11:32 -
Modules
00:12:22 -
Naming Module
00:03:15 -
Built-in Modules
00:03:13 -
Packages
00:07:30 -
List Packages
00:02:42 -
Summary
00:01:56
Working Files with Pandas
-
Introduction
00:01:43 -
Reading CSV files
00:10:33 -
Writing CSV files
00:04:04 -
Summary
00:01:01
Error and ExceptionHandling
-
Introduction
00:01:10 -
Errors – Types of Errors
00:07:44 -
Try - ExceptExceptions Handling
00:07:15 -
Creating User Defined Message
00:04:37 -
Try-Except-FinallyBlocks
00:06:34 -
Summary
00:02:21
What’s Next
-
Bonus Lecture What’s Next
00:02:34
Frequently asked questions
What is covered in this course?
This course focuses on intermediate-level Python programming concepts, specifically classes, methods, and object-oriented programming (OOP) principles. You'll learn how to define classes, create objects, implement methods, and leverage inheritance and polymorphism.
Who is this course designed for?
This course is designed for individuals who already have a basic understanding of Python programming and want to delve deeper into object-oriented programming concepts. It's suitable for students, professionals, and anyone looking to enhance their Python skills.
What will I learn in this course?
In this course, you will learn how to define classes and create objects in Python, implement class methods and attributes, understand inheritance and polymorphism, work with special methods (dunder methods), and apply object-oriented design principles to solve real-world problems.
What is the course structured?
The course is structured into several modules, each focusing on specific topics related to classes, methods, and OOP principles. Each module will include video lectures, coding exercises, quizzes, and hands-on projects.
How long will I have access to the course materials?
Once you enroll, you will have lifetime access to the course materials. This includes any updates or additional content added in the future.
About the instructor
Sekhar Metla
Instructor
46 Courses
13+ Lesson
1518 Students enrolled
Sekhar Metla is a software engineer with 15 years of professional experience. He is the author of several best-selling TeacherDada courses with more than 26,000+ students in 192 countries. He has a Master of Science in Computer Applications as Software Engineering and is also Microsoft Certified Professional. His students describe him as passionate, pragmatic, and motivational in his teaching.