Introduction Of Python:
- Overview Of Python
- Features Of Python
- Versions Of Python
- History Of Python
- Where We Use Python
- How To Install Python
- Where We Execute Python Code
- How To Download PyCharm Community , VScode , Jupiter Notebook , EditPlus IDE…………
- Python Indentation
- Python Comments
- Python Identifiers And Variables
- Rules To Define Identifiers
- Multiple Assignment In Python
- Python Keywords
DATA TYPES:
- What Is Datatypes With Example?
- Hands On:
- What Is None Type?
- What Is Numeric Type?
- Types Of Numeric Datatypes?
- What Is Integer Type?
- What Is Float Type?
- What Is Complex Type?
- What IS Boolean Type?
DataStructures:
- What Is DataStructures?
- Types Of DataStructures?
1.String
- What is String?
- How to Define a String?
- How to Work With Strings In Python?
- String Functions
- How to Get All Properties In String Type?
- Why We Use Help()?
- Why We Use Dir()?
- String Indexing and Slicing , String Concatenation and Multiplication , String Split and Max Split , String Capitalize and Title , String Count , String Replace , String Upper and Lower , String SwapCase , String Reverse ,
String Sort , String Join , String Strip and lstrip and rstrip , String len , String Max and Min , String Partition , String Starts With and Ends with , String Isdigit and Isalpha and Isalnum?
2.List:
- What is List?
- How to Create a List?
- How to define a List?
- How to Work With List In Python?
- List Functions?
- How to get All Properties in List?
- List Indexing and Slicing , Nested List , Adding Elements To the List , List Append( ) , List Insert( ) , List Extend ( ), delete Elements From The List , Remove( ) , pop ( ) , clear ( ) , del ( ) , List Concatenation and Multiplication , List Sort , List Copy , list Count
- How to Inserting same values In Empty List?
- How to Inserting Different Values In Empty List?
3.Tuple:
- What Is Tuple?
- How to Create a Tuple?
- How to Work With Tuple?
- How to Define a Tuple ?
- Working With Tuple Functions?
- How to Get all Properties In Tuple?
- Creating a set , Tuple Membership Test , Tuple len , Tuple Max and Min , Tuple sum , How to Converted
String To Tuple , How to Converted List to Tuple…….
4.Set:
- What Is Set?
- How to Create a Set?
- How to create a Empty Set?
- How to Define a Set?
- How to Work With Set?
- Working With Tuple Functions?
- How to get all Properties In Set?
- Creating a set , Add and Update Methods In Set , del a set , Set Union , Set Intersection , Set Difference and Set Symmetric_difference , Set Membership Test , Set Len , Max , Min , Sum……..
5.Frozenset:
- What Is Frozenset?
- How to Work With Frozenset?
6.Range:
- What Is Range?
- Why We Use Range?
- How to Working With Range?
- How many Types Of Range?
- Formulas For Range?
7.Dictionary:
- What Is Dictionary?
- How To create a Dictionary?
- How to Working With Dictionary?
- How to Define a Dictionary?
- How to Get all Properties In Dictionary?
- Dictionary Functions?
- How To Create a Dictionary , How to create a Empty Dictionary , Access Elements To the Dictionary Changed Values From The Dictionary , Deleting a Dictionary , Dictionary Copy , How to Print Keys and Values and Items in Dinctionary , dictionary Pop and Popitem
OPERATORS IN PYTHON:
- What Is Operators In Python?
- What Is Operator and Operands?
- Difference between operators and operands?
- Types Of Operators In Python?
- Arithmetic operators
- Relational Operators
- Assignment Operators
- Logical Operators
- Membership Operators
- Bitwise Operators
- Identify Operators
Control Flow Statements:
- What is Control flow Statements?
- How to Work With Control Flow Statements?
- How many types Of Control Flow Statements?
- What is Conditional Statements?
- How to Work With Conditional Statements?
- What is If Condition?
- How to Work with If condition?
- What is Else condition?
- How to work with else Condition?
- What is Nested if Condition?
- How to work with nested if condition?
- What is Elif Condition?
- How to work with Elif condition?
- What is Iterative Statements?
- How to work with Iterations?
- What is Forloop?
- What is WhileLoop?
- What is nested forloop in python?
- How to work with nested Forloop?
- What is Transfer statements In Python?
- What is Break condition in Python?
- Why We use Break Condition In Python?
- What is Continue Condition in Python ?
- How to work with Continue condition in Python?
- What is Pass condition In Python?
- Why we use pass condition in python?
Functions In Python:
- What is Functions In Python?
- How to Work With Fuctions?
- How to Define a Function In Python?
- Types Of Functions In python?
- What is User-define and Pre-defined functions?
- How to Create a Empty Function?
- Using Function How to Find Square a Number?
- Using Function How to find a number is Even or Odd?
- Using Function how to Find Biggest Of Two numbers?
- Using Function to Find Sum of Two numbers?
- Using function with using Return Statement to print add of two numbers?
- Program for Arithmetic operators using Function?
1.function Variables:
- What is Variables?
- What is Local variable?
- What is Global variable?
- Where we define Local variables?
- Where we define global variables?
- Why we use Global keyword in Python?
2.function Arguments:
- What is arguments in Python?
- Types Of arguments In python functions?
- What is Positional Arguments In Python?
- What is Keyword Arguments In Python?
- What is Default arguments In Python?
- What is Variable length arguments In Python?
- What is * args and ** kwargs?
- Why we use * args and **kwargs?
- How to print only positional arguments?
- How to print only keyword arguments?
- What is Function aliasing?
3.cursive Functions:
- What is Recursive Function in Python?
- Why we use Recursive Function In Python?
- What is the advantages for Using Recursion?
- What is Factorial Function?
- How to Work with Factorial Function?
4.Lambda Function:
- What is Lambda functions in Python?
- What is the Advantages of Lambda functions in Python?
- How to work with lambda functions In Python?
- Difference between normal function vs Lambda function?
- How many features in Lambda function?
- What is Filter function In Python?
- Why we use Filter Function In Python?
- What is Map Function In Python?
- Why we use map Function In Python?
- What is Reduce Function In Python?
- Why we use Reduce Function in Python?
Modules In Python:
- What is modules In Python?
- Why we use Modules In Python?
- What is the advantages Of Modules In Python?
- Types Of Modules IN Python?
- What is User-defined Modules andPredefined Modules?
- What is math module?
- What is Random module?
- What is Randint Module?
- What is uniform Module?
- What is Randrange Modules?
- What is Choice Module?
- How to work with the all Modules?
- How to work with Calendar Module?
- How to print Particular Calendar?
- How to Print Particular month?
- What is Datetime Modules?
- How to Work with datetime module?
- How to find the year leap or not?
- How to find leap days between two given years?
- How to print Short Date , day , year ?
- How to Print Full Date , day , Year ?
Array Module In Python:
- What is Array Module In Python?
- Where We use Array Module In Python?
- How to work with arrays In Python?
- Types Of Arrays?
- How to work with Single dimensional array?
- How to work with multi dimensional array?
- In array module how using list?
- How to passing the elements in empty array?
Numpy Module In Python:
- What is Numpy Module In Python?
- Where we use Numpy Module?
- How to work with Numpy Module in Python?
- How to install numpy ?
- How to create single dimensional array using Numpy?
- How to create a Multi-dimensional array using numpy?
- What is Flatten method in Numpy?
- Why we use flatten Method in Numpy?
- What is linspace , logspace , arrange , Zeros , once in numpy?
ADVANCED PYTHON
OOPS:
- What is OOPS Concept In Python?
- What is The main advantages Of OOPs?
- What is Class?
- Where we use Class?
- What is Object ?
- Where We use Object?
- Features Of OOPs
- What is Encapsulation?
- What is Public variable , how to use Public variable?
- What is Protected variable , how to use protected variable?
- What is Public variable , how to use public variable?
- What is Constructor in Python , how to create a constructor in python?
- What is destructor in python?
- What is self in python?
- How to working with encapsulation?
- What is Inheritance?
- How many types of inheritance?
- What is single inheritance and multiple inheritance and multi-level inheritance and hierarchical
inheritance and hybrid inheritance - Examples for types of inheritance?
- What is Polymorphism?
- What is static polymorphism?
- What is dynamic polymorphism?
- What is overloading and overriding?
- How to working with overloading and overriding?
- What is operator overloading with examples?
- What is method overloading with examples?
- What is constructor overloading with examples?
- What is method overriding in python?
- What is Constructor overriding in python?
- What is abstraction in python with examples?
- What is abstract method with examples?
- What is abstract class with examples?
Exception Handling:
- What is Exception handling In Python?
- Types of exceptions?
- Exception handling mechanisms?
- Built-In exceptions?
- What is syntactical exception?
- What is runtime exceptions?
- Types of except block?
- What is default except block?
- What is specific except block?
- What is Try , Except And Finally Blocks In Exceptions?
- What is predefined exceptions with examples?
- What is user-defined exceptions with examples?
File Handling:
- What is file handling in python?
- How many types of files?
- What is text files?
- What is binary files?
- How to open a file in Python ?
- How many text file modes in python?
- How many binary file modes in Python?
- Getting properties to a file?
- How to close that file?
- Writing data to a file?
- Reading data to a file?
- Why we use with statement in file handling?
- Why we use Tell( ) and seek ( ) methods in Python?
HANDLING WITH CSV FILES:
- What is CSV files in Python?
- What is the definition of CSV files?
- Writing data to csv files?
- Reading data to csv files?
Zipping and Unzipping Files:
- What is Zip and UnZip files In Python?
- How to create a Zip file?
- How to create Unzip file?
PICKLING AND UNPICKLING:
- What is pickle and unpickling in python?
- Why we use pickling and unpickling?
- Why we use pickle module in python?
- Why we use dump() method in python ?
- Why we use load method in Python?
- Writing and reading state objects by using python pickling
Regular expressions:
- What regular expressions in python?
- What is the advantages of regular expressions?
- Functions in regular expression
- Compile()
- Finditer()
- Start()
- End()
- Group()
- Character classes
- Pre defined classes
- Quantifiers
- Match()
- Full match()
- Search()
- Findall()
- Finditer()
- Sub()
- Subn()
- Split()
- Where we use ^ symbol?
- Where we use $ symbol?
- Using regular expressions to find Mobile number valid or not?
- Using regular expressions to find Email id valid or not?
Decorator:
- What is decorator?
- How to work with decorator?
Generator:
- What is generator?
- Why we use generators?
- What is yield keyword in generators?
- Why we use yield keyword in generators?
- Difference between generator vs normal function?
Assertions:
- What is assertions?
- Why we use assertions in python?
- Types of assertions?
- Where we use assert keyword?
- What is simple version?
- What is augmented version?
Loggings:
- What is loggings in python?
- How to work with loggings?
- How many types of logging levels?
- Working with logging levels?
Packages:
- What is packages in python?
- How to create a packages in python?
- How to work with packages?
- Where we use sys module in python?
- How to importing modules from single package?
- How to importing modules from sub package?
- How to importing classes from two different modules and packages
Multi-Threading:
- What is multi-threading?
- What is multi taskling?
- What is process based multi tasking?
- What is Thread based multi-tasking?
- How to print default thread to our own thread?
- Difference between single thread and multi thread?
- Creating a thread without using any class?
- Creating a thread by using extending thread class?
- Creating a thread without using thread class?
- How to print Thread identification number?
- How to print active thread counts?
- How to print the thread is alive or not?
- How to join our own threads?
- Thread synchronization?
- Synchronization using lock?
- Synchronization by using Rlock?
- Synchronization by using semaphore?
Working with Pandas:
- What is pandas?
- How to work with pandas?
- Types of pandas?
- What is data series?
- What is data frame?
- How to work with data series?
- How to work with data frames?
Matplotlib:
- What is matplotlib?
- How to import it?
- How to work with matplotlib?
- How to create different graphs using matplotlib?