This course starts with the Introduction to Python language. Then, I discuss about the data types available. Control flow structure is discussed. Different data structures like list, array, tuple, dictionary are explained. Stack, Queue and matrix implementation are explained. Modules and packages are discussed. Object oriented programming concepts in Python are also discussed briefly. For all the features, detailed hands-on coding are shown.
This is the second part of course on basics of Python. It starts with Matrix implementation using List. Then Tuples, Dictionary and Array data structures are discussed. Modules and Packages are explained. Few Standard library modules are also discussed. Then, object oriented programming concepts in Python are discussed which includes namespace, scope, class, class objects and class inheritence.