Python Concepts:
1)Introduction
2)Features Of Python
3)Identifiers
4)Reserved words
5)Data Types:
a)int,float,complex,bool,str,Bytes,Bytearray,range,list,tuple,set,frozenset,dict,None
6)Type Casting:
a)We can convert one type value to another type. This conversion is called Typecasting
or Type coercion.
7)Operators:
a) Arithmetic Operators
b) Relational Operators OR Comparison Operators
c) Logical operators
d) Bitwise operators
e) Assignment operators
f) Special operators
8)Operator Precedence
9)Input and Output Statements
10)Command Line Arguments
11)Control Flow:
a)Conditional Statements: if, if else, if elif else
b)Looping statements: for, while
c)Jumping statements: break, continue
12)Python Pattern Programs
13)About Strings and Programs and Interview Questions
14)list, set, tuple, dict
15)Functions
a)Built-in functions
b)User-defined functions
16)Modules
17)Packages
18)Object Oriented Programming
a)class, objects, Methods, Inheritance
19)Garbage Collection
20)Exception Handling
a)try, except, finally
21)Decorator Functions
22)Generator Functions
23)Assertions
24)File Handling
Most Important Concepts in Python
1)Data Types: int, str, list, set, tuple, dict
2)Object Oriented Programming
3)Functions
4)Math Module
5)Exception Handling
Full Python Material: Click Here
You can practice coding in below online compilers: