History and Origin of Python Language, Features of Python, Limitations,
Major Applications of Python
Getting, Installing Python, Setting up Path and Environment Variables, Running Python
Handwritten Notes of
First Python Program
Handwritten Notes of
Python Comment
Handwritten Notes of
Python
Interactive Help Feature
Python comparison with
C++ and JAVA
Handwritten notes of
Python
Keywords and Identifiers
Handwritten notes of
Python
Statement, Indentation
declartion ,Multiple Assignment,
Local and global variables
set, tuple, list, dictionary
in python
Operators handwritten notes
in python
Expressions handwritten notes
in python
Non Associative Operators
Decision making statements, Python loops,
Python
control statements
Complete Notes of
Decision making statements
while loop ,for loop
nested loop
continue, break and
pass
Handwritten Complete Notes
of Functions
Built-in Functions,User defined functions
Anonymous functions
Pass by value Vs. Pass by Reference in python
Recursion in python
Local and Global variables in python
Module definition, Need of modules, Creating a module, Importing module
Exceptions, Built-in exceptions,
Exception handling
User defined exceptions in Python.
The concept of OOPS in Python, Designing classes, Creating objects, Accessing attributes, Editing class attributes, Built-in class attributes, Garbage collection, Destroying objects
Operations on files (opening, modes, attributes, encoding, closing), read() & write() methods, tell() & seek() methods, renaming & deleting files in Python, directories in Python
Programs of data structure using python
NumPy Creating Arrays,Basics of NumPy Arrays,One Dimensional Array Multi-Dimensional Array
INtroduction to python Pandas, Pandas Series
Pandas Dataframe
Python Pandas groupby notes
Python Pandas merging DataFrames notes
Python Pandas joining DataFrames
Python Pandas concatenating DataFrames
missing data in pandas
Plotting, markers, line, labels, grid, subplot, scatter, bars, histograms, pie charts in python