Responsive Homepage design with Bootstrap 4 and Animate css
PYTHON Notes

Introduction to Python

History and Origin of Python Language, Features of Python, Limitations,
Major Applications of Python

Getting, Installing Python

Getting, Installing Python, Setting up Path and Environment Variables, Running Python

First Python Program


Handwritten Notes of
First Python Program

Python Comment


Handwritten Notes of
Python Comment

Python Interactive Help Feature

Handwritten Notes of
Python Interactive Help Feature

Python differences from other languages

Python comparison with
C++ and JAVA

Python Keywords and Identifiers

Handwritten notes of
Python Keywords and Identifiers

Python Statement, Indentation

Handwritten notes of
Python Statement, Indentation

Python Variables

declartion ,Multiple Assignment,
Local and global variables

Python Native Data Types

set, tuple, list, dictionary
in python

Operators in Python

Operators handwritten notes
in python

Expressions in Python

Expressions handwritten notes
in python

Precedence, Associativity of Operators,

Non Associative Operators

Control Structures

Decision making statements, Python loops,
Python control statements

Decision making statements

Complete Notes of
Decision making statements

Python loops


while loop ,for loop
nested loop

Python Control Statement

continue, break and
pass

Python Functions

Handwritten Complete Notes
of Functions

Types of Functions

Built-in Functions,User defined functions
Anonymous functions

Pass by value Vs. Pass by Reference

Pass by value Vs. Pass by Reference in python

Recursion

Recursion in python

Scope and Lifetime of Variables

Local and Global variables in python

Python Modules

Module definition, Need of modules, Creating a module, Importing module

Exception Handling in python

Exceptions, Built-in exceptions,
Exception handling
User defined exceptions in Python.

Classes and Objects 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

File Management in Python

Operations on files (opening, modes, attributes, encoding, closing), read() & write() methods, tell() & seek() methods, renaming & deleting files in Python, directories in Python

Data structure using python

Programs of data structure using python

NumPy Array in Python

NumPy Creating Arrays,Basics of NumPy Arrays,One Dimensional Array Multi-Dimensional Array

Python Pandas

INtroduction to python Pandas, Pandas Series

Python Pandas Dataframe

Pandas Dataframe

Python Pandas groupby

Python Pandas groupby notes

Python Pandas merging DataFrames

Python Pandas merging DataFrames notes

Python Pandas joining DataFrames

Python Pandas joining DataFrames

Python Pandas concatenating DataFrames

Python Pandas concatenating DataFrames

Python Pandas: missing data

missing data in pandas

Python Matplotlib Notes

Plotting, markers, line, labels, grid, subplot, scatter, bars, histograms, pie charts in python

index