Concepts in Python

Variables

Comments

Mutability

if / elif / else Statements

Match Case Statement

Range Function

For Loop

Nested Loops

Comparision between Loops

Jump Statements

String datatype

List datatype

List Methods

Index method in List

Count method in List

Append method in List

Extend method in List

Insert method in List

Pop method in List

Remove method in List

Clear method in List

Copy method in List

Sort method in List

Reverse method in List

Index method in Tuple

Count method in Tuple

Dictionary Methods

Get method in Dictionary

Pop method in Dictionary

Popitem method in Dictionary

Clear method in Dictionary

Copy method in Dictionary

Keys method in Dictionary

Items method in Dictionary

Fromkeys method in Dictionary

Frozen Set

Set Methods

Add method in Set

Remove method in Set

Discard method in Set

Pop method in Set

Clear method in Set

Copy method in Set

Intersection method in Set

Intersection_update method in Set

Difference method in Set

Difference_update method in Set

Symmetric_difference method in Set

Isdisjoint method in Set

Issubset method in Set

Issuperset method in Set

Functions

Exception Handling