Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 503 Bytes

File metadata and controls

13 lines (13 loc) · 503 Bytes

Python

  1. Python Concepts
  2. Variables & data types in python.
  3. Python tokens : Keywords, identifiers, literals operators.
  4. Python string functions.
  5. Data structure in python : tuples, list, dictionary, set.
  6. Flow control statements : If else statement, looping statements, while loop, for loop.
  7. Python functions.
  8. Object oriented programming : Classes, attributes & methods, objects in python.
  9. Inheritance : over riding init method, single, multiple, multilevel, hybrid inheritance.