MODULE 01 : Python – An Introduction
1.1 – What is Python ?
1.2 – Application of Python05:48
1.3 – Version of Python
1.4 – How to Download Python
1.5 – Scriptive and Intractive Mode
1.6 – Download Pycham
1.7 – Featue of Python
1.8 – Advantage and Disadvantage of Python
1.9 – What is Comment in Python ?
MODULE 02 : Comparisons of Python with Other Language
2.2 – Rule to Define Variable
2.3 – Practical of Variables
2.4 – What is Keyword?
2.5 – Print Function
MODULE 03 : Python Variables & Data Types
3.1 – Introduction of Data Types
3.2 – Types of Data Type
3.3 – Number Type
3.4 – How to Check Type of Data Type
MODULE 04 : Operators
4.1 – What is Operators?
4.2 – Types of Operators
4.3 – Mathematical Operators
4.4 – Comparison or Relational Operators
4.5 – Logical Operators
4.6 – Membership Operators
4.7 – Identity Operators
4.8 – Assignment Operators
MODULE 05 : Python Conditional Statements
5.1 – Introduction
5.2 – if statement
5.3 – if else statement
5.4 – if elif else statement
5.5 – Program to Check Even or Odd No
MODULE 06 : Python Looping Concept
6.1 – Introduction
6.2 – Process of Loop
6.3 – Types of Loop
6.4 – for loop
6.5 – Practice
6.6 – while loop
6.7 – Practice
MODULE 07 : Python Control Statements
7.1 – What is Control Statement
7.2 – Types of Control Statement
7.3 – Break Statement
7.4 – Continue Statement
7.5 – Pass Statement
MODULE 08 : Python Data Type Casting
8.1 – What is type Casting?
8.2 – Syntex to for type Casting
8.3 – Type cast string into int
8.4 – Type cast list into tuple
MODULE 09 : Python Number
9.1 – Number Type
MODULE 10 : Python String
10.1 – Intro of String
10.2 – Meeting Recording
10.3 – Basic Operations on String
10.4 – Pratically Inmplimentation Operations on String
10.5 – Indexing
10.6 – Slicing in String
10.7 – Practially Slicing
10.8 – String Pree Define Method
MODULE 11 : Python List
11.1 – Intro of list data structure
11.2 – Practically Implimentation
11.3 – Get and change the the of list
11.4 – Basic operations in list
11.5 – Practically implementation of list operations
11.6 – Method of list for add darta
11.7 – Method of list for delete
11.8 – Important method of list
MODULE 12 : Python Tuple
12.1 – What is tuple?
12.2 – How to define tuple?
12.3 – Basic operations on tuple
12.4 – Method of tuple
MODULE 13 : Python Dictionary
13.1 – What is Dictionary
13.2 – How to define dictionary in python?
13.3 – Get and updata data from Dictionary
13.4 – Method to get data
13.5 – Some Important method
MODULE 14 : Python Array
14.1 – What is array
14.2 – How to define array?
14.3 – Diffrent between array and python list
MODULE 15 : Function
15.1 – Introduction of function
15.2 – Types of function
15.3 – How to define function
15.4 – How to call function?
15.5 – Calculate factorial no using Function
15.6 – Practice
MODULE 16 : Python date and time
16.1 – Datetime module
MODULE 17 : File handling
17.1 – What is file
17.2 – Different file mode
17.3 – Read data from file
17.4 – Write data from file
17.5 – Other method
MODULE 18 : Multithreading
18.1 – What is Multithreading
18.2 – How to achieve multitasking
18.3 – What is thread?
18.4 – How make thread in python?
18.5 – Program (Practically )
MODULE 19 : Python mail sending program
19.1 – What is smtp ?
19.2 – How to send mail ?
MODULE 20 : Database connectivity
20.1 – What is Database ?
20.2 – What is SQL ?
20.3 – Different between sql and mysql
20.4 – How to download and open mysql
20.5 – Some sql query
MODULE 21 : Object Oriented Programming
21.1 – What is object
21.2 – What is class ?
21.3 – How to make class ?
21.4 – How to define class object
21.5 – What is constructor and define in python
21.6 – What is Inheritance?
21.7 – How to inherit classes?
21.8 – How to inherit class with constructor?
21.9 – What is Polymorphism?
21.10 – Types of poly morphism
21.11 – Encapsulation
MODULE 22 : Interacting with network
22.1 – About socket in python
22.2 – How to create socket in python?
22.3 – Make a server using socket
22.4 – Make client for request server
22.5 – Program to communicate with two socket
MODULE 23 : Graphical user interface
23.1 – What is GUI application?
23.2 – Types of gui application
23.3 – Introduction of tkinter
23.4 – How to import tkinter?
23.5 – Make first gui Page
23.6 – Add title in page
23.7 – Create login page
MODULE 24 : Python web scraping
24.1 – What is web scrapping ?
24.2 – Which libeary to used for web scrapping
24.3 – How scrap data from websites ?
MODULE 25 : Python for image processing
25.1 – What is image processing ?
25.2 – Uses different python library for image processing
MODULE 26 : Python data science
26.1 – Introduction of data science
26.2 – Which python libeary used for data science
26.3 – Intro of numpy
26.4 – Pandas
26.5 – Matplotlib
MODULE 27 : Intro with python for machine learning
27.1 – What is machine learning ?
27.2 – Types of machine learning
27.3 – Application of machine learning
MODULE 28 : Functions
28.1 – Intro of artificial intelligence
28.2 – Component of artificial intelligence
28.3 – Application of artificial intelligence
28.4 – Road map for learning artificial intelligence
Bonus Video’s of Python
Python Array
List Data Structure part 1
List Data Structure part 2
List Data Structure part 3
Python String Part 2
Python String Part 3
Python String Part 4
Python String Part 5
Python Operators Part 4
Python Data Type Cast