Python With Problem Solving
Python With Problem Solving
org
Cell: +880 1704265972
Course Instructor:
Khademul Bari
Software Engineer,
V2 Technologies Ltd.
Module 01: Introduction to Python:
1. Python Fundamental:
• A proper introduction
• Language: High-level vs Low-level
• Compiler vs Interpreter
• Python's Design Philosophy
• Future of Python
• How to become a Python developer?
3. Installing Python
• Setting up the Python interpreter
• About virtual environments
• First virtual environment
• Third-party libraries
2. Object-oriented programming
• Python class
• Class and object namespaces
• The self-argument
• Initializing an instance.
• Inheritance and composition
• Accessing a base class.
• Multiple inheritances
o MRO (Method Resolution Order)
• Class and Static method
o Static methods
o Class methods
o Private methods and name mangling
o property decorator
• Cached property decorator
• Operator overloading
• Polymorphism
• Data classes
o Writing a custom iterator