Home

Awesome

Advance Python Notes

Content

  1. In-build and Custom Generators
  2. Modules in Python
    1. Argeparse Module
    2. Request Module
    3. JSON module
    4. Regular expression (re) module
    5. BeautifulSoup
  3. Decorators in Python
  4. Usefull functions
    1. Enumerate
    2. zip
    3. map
    4. reduce
  5. Muliprocessing or Multi threading
  6. Object Oriented Programming
    1. _init_ (Constructor)
    2. Inheritance
      1. Introduction
      2. Super Method
    3. Operator Overloading
    4. Special Methods
      1. dir method
      2. _next_
      3. _iter_
      4. _str_
      5. _repr_
  7. Miscellaneous Features
    1. with as
    2. yield
    3. lambda
    4. .format function
    5. logging in python
    6. args and kwargs