
Download and install Python and PyCharm, select the correct OS version, and explore IDE benefits like syntax highlighting, autocomplete, debugging, and version control.
Set up Python on Mac by running the .pkg installer, verifying the Python 3 installation in the terminal, and locating the Python 3.9 folder and IDLE in applications.
Install python on windows by running the exe installer, choosing the standard installation, adding python to the path, and verifying with python --version.
Install and set up PyCharm on macOS and Windows, including macOS drag-and-drop and Windows installer steps. Configure the interpreter and virtual environment, then create your Python project.
Learn what classes and objects are in Python, where objects are instances with attributes and behaviors. See how classes act as blueprints to create multiple objects.
Learn how to define a Python class with attributes and methods, create a car object, and use the self parameter to access attributes and implement an accelerate method.
Explore instance variables by creating a class with attributes and methods, instantiate objects like Ferrari, and access attributes and methods through a reference variable.
Explore how the self parameter represents the current object in Python, access instance variables with self, and distinguish instance variables from local variables across the object’s lifecycle.
Discover how to initialize class attributes in Python by declaring at creation, using methods with self, and setting values from main, with a practical car example.
Discover how to define Python constructors with __init__ to initialize objects at creation, how self and parameters work, and that Python provides a default constructor if you skip one.
Master constructors with default arguments in Python and see how default values shape object creation. Assign a default name when no parameter is passed to avoid errors in car instantiation.
Explore static members in Python by defining static methods with the @staticmethod decorator, which do not receive a first argument and can be called on the class or an instance.
Learn how inheritance lets a Python class reuse attributes and methods from a base class, such as account, while illustrating derived savings account and senior citizen account.
Explore the need for inheritance in Python by refactoring common account functionalities into a parent class, then extend with savings, senior citizen, and student accounts to reduce duplication.
demonstrate single inheritance in Python by creating an employee base class and a programmer subclass, showing access to parent attributes and methods and implementing a constructor and bonuses.
Learn how to implement multiple inheritance in Python by creating a programmer class that inherits both employee and administrator, and access their attributes and methods from the child class.
Explore multilevel inheritance in Python by modeling an employee, programmer, and junior programmer hierarchy, demonstrating access to parent class properties and shared methods through subclasses.
Discover how to define public, protected, and private class members in Python. Understand that Python relies on conventions, not keywords, with underscores signaling access in classes and inheritance.
Explore polymorphism, the ability of one entity to exhibit multiple behaviors in Python, demonstrated through operator overloading and method overriding with plus and multiply operators.
Explore operator overloading in Python by implementing the plus operator for a custom employee class, using a special method to sum salaries and enable adding two objects.
Explore method overriding in Python by implementing child class methods that replace parent class behavior, and use super to access the parent method within an inheritance hierarchy.
Learn how abstraction hides internal implementation and exposes a simple service interface, using an ATM example to show security, ease of implementation, improved maintainability, and ease of use.
Learn how to achieve abstraction in Python by creating abstract classes and abstract methods, leveraging the ABC meta, and implementing concrete car classes like Tesla and Audi that apply brakes.
Learn how encapsulation in Python binds code and data to hide complexity, using private and public members and data hiding with abstraction. This yields security, flexibility, easy enhancement, and maintainability.
Gain access to exclusive discounts on other courses at embark x.com, browse Udemy listings, apply active coupon codes for the lowest prices, and subscribe for monthly sales updates.
This course teaches you object oriented programming using python and pycharm. This is not a theoretical course, but instead I will teach you step by step, practically.
Why should you take this course?
The goal of this course is to make sure you learn Object oriented programming the right way and don't waste any time going through broken, incomplete online tutorials.
In this course, I have simplified topics and made it easy to understand with real-world examples. I will make sure you not only learn Object oriented programming, the right way, but also have fun learning it.
This course is not a theoretical course, but we will be doing practicals by writing programs of each and every concept which will help us understand even better.
This course is designed keeping beginners in mind, we have made sure that each and every concept is clearly explained in an easy to understand manner. So if you are a beginner, don't worry, I am 100% committed to help you succeed.
After completing this course, you will have a solid understanding of object oriented principles, which will not only help you write complex programs confidently but also crack job interviews.
Why should you learn object oriented programming?
Object oriented programming is a new paradigm in programming which helps you reduce complexity, build reusable components, eliminate redundant code and make your code cleaner.
Python is an object oriented programming language where in everything in python is in the form of classes and objects. Hence in order to use python very well, you need to understand different aspects that object oriented programming has to offer. Apart from this, object oriented programming is also a very hot topic during interviews. So if you are looking to groom yourself into a serious developer, you should definitely learn object oriented programming.
GUARANTEE
This course is backed by Udemy's 30 day money back guarantee. If after taking this course you realize that this is not for you. Please request a refund, I only want satisfied students
WHAT ARE THE BENEFITS OF THIS COURSE?
Learn about important pillars of object oriented programming like encapsulation, abstraction, inheritance and polymorphism
Learn what are classes and objects
Learn what are instance variables and how can you define one
Learn about constructors and why they exist
Learn how can you define static members in python classes
Learn how can you implement inheritance and different types of inheritance
Learn how can you implement polymorphism in python using overloading and overriding
Learn how can you achieve abstraction in python
Learn how can you achieve encapsulation in python
WHO IS THIS COURSE FOR?
Any developer who wants to learn how to grow as a python developer
Any student who wants to learn and grow as a python developer
SO ARE YOU READY TO GET STARTED?
What are you waiting for? Press the BUY NOW button and start the course. See you inside.