top of page

Learn Python

For - XI CS / XI IP / XII CS / XII IP

Python Introduction

Introduction, Features, Advantages and Disadvantages

basic

1

Python Token & Character Sets

Token is the smallest individual unit of a program..

basic

4

Python Input and Output

The function input( ) allows us to take input at run time interactively from user and store this value in a variable or object.

basic

7

Python Operators

Operators are tokens that perform some operation / calculation / computation, in an expression.

10

Python range( ) method

13

Python Loop else Statement

16

Python Installation

Python Installation and Working in Python

basic

2

Structure of Python Program

A Python program has different components like – Statement, Expression, Comments, Function, Block and Indentation.

basic

5

Python Data Types

Data type of a variable tell us about the data contained by variable and allowed associated operations on it.

8

Python Expression

11

Python Loop : for and while

14

Python Nested Loops

17

Python Hello World

Hello World is the most common output of any language. print( ) is used to print ...

basic

3

Variables and Assignments

A variable is a just like a container that stores values, which you can access and changed.

basic

6

Python Mutable & Immutable Data Types

Python data types are categorised into two category – Mutable and Immutable.

9

Python if, if-else, if-elif-else Statement

12

Python Jump Statement : break and continue

15

bottom of page