Welcome to the Lecture Series on Python. This channel is focused on creating tutorials / rigorous exercises with solutions and walkthroughs from beginner level (Class 11th or 12th students having Python as their optional subject as Information Practices [IP] or Computer Science ) , to advance level (software developers, programmers, and engineers).

Topics that would be covered here are python download, installation, execution of code, print/input statements , data types (strings, int, float), data structures(list,set,tuple,dictionary), conditional statements (if, else, elif, nested if), iterative computations using loop statements (for and while), built-in and user defined functions, def,lambda,map,filter,reduce with best explanation, built-in library/modules/packages and their creation. Exception handling, OOP using classes, inheritance etc., data handling using numpy, pandas, visualization using matplotlib and finally web development using django.