Python Programming Language Advanced Notes
Python Programming Language Advanced:
• Module in Python
• Creation of user-defined Module
• Multiprocessing application development
• Multitasking using thread
• Thread Synchronization techniques
• Single threaded vs multithread application development
• Parallel programming in Python using Pool class
• Duck Typing in Python
• Decorators in Python
• Practical use of Decorators
• Lambda functions in python
• Filter Map Reduce concept in Python
• Exception handling
• Object Oriented programming in Python
• Concept of Encapsulation using Class
• Characteristics of class and its types
• Behaviours of class and its types
• Nested class and its use
• Use of self keyword
• Object creation
• Constructor and its types
• Abstraction in Python
• Polymorphism and its types
• Inheritance for reusability and its types
• Function Overloading technique
• Multiprocessing concept and its use
• Special variables in python
Comments
Post a Comment