Page 15 - Ai_417_V3.0_C9_Flipbook
P. 15
Recommended Activity:
Learn basic programming skills through
gamified platforms. ● Introduction to programming using Online Gaming portals like Code Combat.
Session:
● Introduction to Python language
INTRODUCTION TO PYTHON Acquire introductory Python programming ● Students go through lessons on Python Basics (Variables, Arithmetic Operators,
● Introducing python programming and its applications
Theory + Practical: Python Basics
Expressions, Comparison Operators, logical operators, Assignment Operators,
Data Types - integer, float, strings, type conversion, using print() and input()
functions)
● Students will try some simple problem-solving exercises on Python Compiler.
skills in a very user-friendly format.
Practical: Flow of control and conditions
1. Students go through lessons on conditional and iterative statements (if, for and
while)
2. Students will try some basic problem-solving exercises using conditional and
iterative statements on Python Compiler.
Practical: Python Lists
3. Students go through lessons on Python Lists (Simple operations using list)
4. Students will try some basic problem-solving exercises using lists on Python
Compiler.
PART-C: PRACTICAL WORK
UNIT 5: INTRODUCTION TO PYTHON: Suggested Program List
PRINT
● To print personal information like Name, Father’s Name, Class, School Name.
● To print the following patterns using multiple print commands-
● To find square of number 7
● To find the sum of two numbers 15 and 20.
● To convert length given in kilometers into meters.
● To print the table of 5 up to five terms.
● To calculate Simple Interest if the principle_amount = 2000 rate_of_interest = 4.5 time = 10
INPUT
● To calculate Area and Perimeter of a rectangle
● To calculate Area of a triangle with Base and Height
● To calculating average marks of 3 subjects
● To calculate discounted amount with discount %
● To calculate Surface Area and Volume of a Cuboid
LIST
● Create a list in Python of children selected for science quiz with following names- Arjun, Sonakshi, Vikram, Sandhya, Sonal, Isha,
Kartik Perform the following tasks on the list in sequence-
○ Print the whole list
○ Delete the name “Vikram” from the list
(xiii)

