Description
Python is a high-level general purpose programming language that offers multiple paradigms like objectorientation, and structural and functional programming for software development.
It works on crossplatform operating systems and can be used across to develop a wide range of applications including
those intended for image processing, text processing, web, and enterprise level using scientific, numeric
and data from network. BitTorrent, YouTube, Dropbox, Deluge, Cinema 4D and Bazaar are a few globallyused applications based on Python.
Python Course content
Introduction to Python
- Introduction to Python
- Python Coding Instructions
- Naming Conventions in Python
- Variables in Python
- Data Types in Python
- Operators in Python
- Input and Output in Python
- Control Flow Statements in Python
- Looping Statements in Python
- Strings in Python
Python – Functions, Modules & Packages
- Functions in Python
- Types of Function Arguments in Python
- Types of Variables in Python
- Recursive and Lambda Functions in Python
- Decorators and Generators in Python
- Modules and Packages in Python
Python – Data Structure
- Lists in Python
- Tuples in Python
- Sets in Python
- Dictionary in Python
Python – Object Oriented Programming
- OOPs in Python
- Constructors in Python
- Types of Variables in a Class in Python
- Types of Methods in a Class in Python
- Inheritance in Python
- Super Function in Python
- Polymorphism in Python
- Abstract classes in Python
- Interfaces in Python
Python – Exception Handling & Files
- Exception Handling in Python
- Finally Block in Python
- Nested try-except-finally blocks in Python
- Custom Exception in Python
Regular Expressions & Logging
- Regular Expressions in Python
- Regular Expression Methods in Python
Python – Multithreading
- Multithreading in Python
- Methods of Thread class in Python