Advance Python

Advance Python is a Python module that implements various iterator building blocks and together they form 'iterator algebra' which makes it possible to efficiently build tools in the Python language. The functions in itertools work on iterators itself which in turn return more complex iterators.

Things To Learn

OOPs Concepts

  • Class and Object
  • Attributes
  • Inheritance
  • Overloading
  • Overriding
  • Data hiding

Machine Learning

  • Numpy
  • Pandas
  • Scipy
  • Matplotlib
  • Algorithm

Database

  • Introduction
  • Connections
  • Executing queries
  • Transactions
  • Handling error

Thread

  • Starting a thread
  • Threading module
  • Synchronizing
  • Exception Handling