0% found this document useful (0 votes)
2 views1 page

c1 Introduction To Python & First Program

This lesson introduces students to Python programming, covering its syntax, environment setup, and basic data types. Students will write their first program, 'Hello, World!', and complete exercises to print their name and age. The document emphasizes the importance of understanding variables and basic programming concepts.

Uploaded by

anjalikapur2010
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views1 page

c1 Introduction To Python & First Program

This lesson introduces students to Python programming, covering its syntax, environment setup, and basic data types. Students will write their first program, 'Hello, World!', and complete exercises to print their name and age. The document emphasizes the importance of understanding variables and basic programming concepts.

Uploaded by

anjalikapur2010
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

Lesson 1: Introduction to Python & First Program

Objective: Students will understand the basics of Python syntax, how to write and run a
Python program, and the concept of variables.

Topics:

 What is Python?
 Setting up the Python environment (IDLE, VSCode, Jupyter, etc.)
 Writing the first Python program: Hello, World!
 Introduction to Python syntax
 Basic data types: int, float, str, bool

Exercise:

1. Write a Python program that prints your name and age.


2. Modify the program to greet the user by name.

© 2023 – VidyaGuru Online Academy. Note: This document is the original copyright of VidyaGuru
Online Academy. IA-EN-O9-PS--LP-m1 Please don't share, download or copy this file without
permission

You might also like