Category

Python

Python is an interpreted high-level general-purpose programming language. Python's design philosophy emphasizes code readability with its notable use of significant indentation.

Image

Introduction and Setting up environment Of Python

Python was introduced in 1991 by Guido Van Rossum. Python is 30 years old. 1996 1.x, 2000 2.x, 2010 3.x

Read More

Image

Variables and Data Types in Python

Every variables holds a value, which is the information associated with that variables.

Read More

Image

Operator in Python

Operators are used to perform operations on two or more operands.

Read More

Image

Number System,I/O And Module in Python

Number System:

Read More

Image

Type Casting,Namespace in Python

Type Casting,Namespace

Read More

Image

Unicode, Control Flow, And Indentation/Indent in Python

Unicode provides a unique number for every character, no matter what the platform,no matter what the program,no matter what the language.

Read More

Image

Decision-Making Statement in Python

Decision-making statements in programming languages decide the direction of flow of program execution. Decision-making statements available in python are:

Read More

Image

Loops in Python

The same code can be executed multiple times.

Read More

Image

Control statement in Python

To control the order of execution of the program based on the values and logic.

Read More