Object Oriented Programming in Python - Aided with Diagrams
What you'll learn
- The course will work upon the Concept Building of Objects, Classes, Inheritance, Operator Overloading.
- Students will get better understanding of the concepts with used cases.
- A complete guide for practical experience.
- The course focus on the examples and diagrams.
Requirements
- Python Installed, Jupyter Notebook, an understanding of data types and flow controls in python
Description
Object-oriented programming (OOP) is a programming paradigm based on the concept of "objects", which can contain data and code: data in the form of fields (often known as attributes or properties), and code, in the form of procedures (often known as methods).
A feature of objects is that an object's own procedures can access and often modify the data fields of itself (objects have a notion of this or self). In OOP, computer programs are designed by making them out of objects that interact with one another.
OOP languages are diverse, but the most popular ones are class-based, meaning that objects are instances of classes, which also determine their types.
Many of the most widely used programming languages (such as C++, Java, Python, etc.) are multi-paradigm and they support object-oriented programming to a greater or lesser degree, typically in combination with imperative, procedural programming.
This course includes;
-Class,
-Objects,
-Inheritance (Multi-level and Multi-layers of Inheritance)
-Overriding the functionality of Parent Class
-Method Resolution Order
-Operator Overloading
with concepts, diagrams, syntax and examples and
Some of the Common Operator Overloading Special Functions in Python
# Operator Expression Internally
# Addition p1 + p2 p1.__add__(p2)
# Subtraction p1 - p2 p1.__sub__(p2)
# Multiplication p1 * p2 p1.__mul__(p2)
# Power p1 ** p2 p1.__pow__(p2)
# Division p1 / p2 p1.__truediv__(p2)
Who this course is for:
- Any one who is a beginner in Python Programming Language.
- Looking to build understanding of Objects, Classes, and Inheritance, Overloading.
- Looking to work on Python for Data Science
Instructors
I am a BI Developer | Instructor | Facilitator graduate in Business Finance and Computer Science.
Certified in Statistics, Data Analytics, Machine Learning, and Visualization.
I have been supporting the data-driven decision, consulting, creating, implementing and automating Data Intelligence and Analytics Strategies while identifying KPIs in the process and how it affects the overall business strategy.
Blogger on Microsoft Power BI Community
Hands-on experience (Intermediate to advanced level) in using the following tools;
Business Intelligence | Analytics: Microsoft Azure Machine Learning Studio, Microsoft Power BI, Mode Analytics, Microsoft Excel / Google Spreadsheet, Python (Pandas, Openpyxl, matplotlib)
Database: SQL Server 2016 (ETL into Power BI), MYSQL
Project Management: Wrike, GetFlow, Jira.
Documentation: Confluence, Dropbox Paper, Dropbox. Adobe Acrobat PDF, Microsoft Word, and Microsoft Excel.
Diagram | Wireframe | Mockups: Balsamiq Mockups, Drawdotio, Microsoft Visio, Microsoft Excel, and Word Smart Art Graphic.
Analyzed CRM Applications: ZOHO CRM, Rethink Residential and Commercial (Built on Salesforce Platform), Podio, Plan plus, ConvergeEnterprise, dotloop, Microsoft Dynamics NAV.
I am CEO of Sonar Systems which is the world leader in educational material for the game engine Cocos2d-x, one of the best and most popular game engines in the world. With years of experience programming and running an online education platform (Sonar Learning) I can help and support new programming like you.
I am also a University Lecturer teaching a variety of topics in Games Programming from Games Design to OpenGL Shader Programming.
I am also a published author of games design and soon to be released Responsive Web Design. I have all the facets required to educate and inspire.