COURSE CONTENTS

Python
  1. Introduction To Python
  2. Applications Of Python
  3. Ides For Coding
  4. Indentation & Comments
  5. Keywords
  6. Variables & Identifiers
  7. Builtin Types
  8. Assigning Values Tovariables
  9. Inut & Output Statements
  10. Operators
  11. Control Statements
  12. Math & Random Modules
  13. Lists, Tuples, Strings
  14. Sets, Dictionaries
  15. Functions,
  16. Files
  17. Libraries In Python
Python – OOPS
  1. Introduction
  2. Class
  3. Object
  4. Inheritance
  5. Types of Inheritance
  6. Polymorphism
  7. Types of Polymorphism
  8. Abstraction
  9. Encapsulation & Data Hiding
  10. Modules
  11. Types of Modules
  12. Exception Handling and more
Python – NumPy
  1. Introduction to NumPy
  2. Installation of NumPy
  3. Importing NumPy
  4. Creating Arrays
  5. Intialization of Arrays
  6. Array Properties
  7. Array Operations
  8. Array Functions and more