Python Cheat Sheet

#Getting started

hello in python

Variables in python

Data types in python

Slicing string in python

Lists in python

If else in python

Loops in python

Function in python

File handling in python

Arithmetic in python

Plus equals in python

f-strings (Python3.6+).py

#Python Built-in Data Types

Strings in python

Booleans in python

Lists in python

Tuple in python

Set in python

Dictionary in python

Casting in python

#Python Advanced Types Data

Heaps in python

Stacks and Queues in python

#Python Strings

Array-like in python

Looping in python

Multi type in python

String length in python

Multiple copies in python

Check string in python

Concatenates in python

Into functions in python

Input in python

Join in python

Endswith in python

#Python F-Strings

f-strings usage in python

f-strings fill align in python

f-strings type in python

F-strings others in python

F-Strings Sign in python

#Python Lists

Defining in python

Generate in python

Append in python

List Slicing in python

List Slicing in python

Remove in python

Access in python

Concatenating in python

Sort & Reverse in python

Repeating in python

#Python Flow Control

Basic in python

One line in python

else if in python

#Python Loops

Basic in python

With index in python

While in python

Break in python

Continue in python

Range in python

With zip in python

for-else in python

#Python Functions

Basic in python

Return in python

Positional arguments in python

Keyword argument in python

Returning multiple in python

Anonymous functions in python

#Python Modules

Import modules in python

From a module in python

Import all in python

Shorten module in python

Functions and attributes in python

#Python File Handling

Read file in python

string in python

Delete a file in python

check and Delete in python

Delete Folder in python

#Python Classes & Inheritance

Defining in python

Constructors in python

Method in python

Class Variables in python

Super function in python

repr method in python

User-defined exceptions in python

Poliymorphism in python

Overriding in python

Inheritance in python

#Miscellaneous

Comments in python

Generators in python

Generator to list in python

Handle exceptions in python