Book

Introduction To Python

#10,000

Duration: 2 Weeks

Get a Quick Response on
Whatsapp

What To Learn

Variables

Variables are containers for storing data values.

Data Types

Python supports various data types such as integers, floats, strings, booleans, lists, tuples, dictionaries, etc.

Control Structures

Control structures like if statements, loops (for and while), and conditional statements (if-else) are used to control the flow of execution in a Python program..

Functions

Functions are blocks of reusable code that perform a specific task.

Lists

Lists are ordered collections of items that can contain elements of different data types.

Tuples

Tuples are similar to lists but are immutable, meaning their elements cannot be changed after creation.

Dictionaries

Dictionaries are unordered collections of key-value pairs.

Strings

They support various operations such as concatenation, slicing, and formatting.