Introduction to Python Programming
• Title: Introduction to Python Programming
• Subtitle: Semester I – B.Tech CSE
• Your Name:A.LakshmiPathi Rao
• College Name, Date : GNIT,25-06-2025
Learning Objectives:
• Understand the basics of Python syntax and structure.
• Execute simple Python programs.
• Understand variables, data types, and basic I/O.
Why Learn Python?
• Versatile and beginner-friendlyWidely used in web development,
• data science, AI
• Strong community and extensive libraries
Python Syntax Overview
• Sample “Hello World” code
• print("Hello, World!")
Variables and Data Types
• Variables: Containers for storing data
• Common data types: int, float, str, bool
Variable Type Example
name str "Alice"
age int 21
score float 92.5
Input and Output
• input() for user input
• print() for displaying output
Mini Quiz (Formative Assessment)
• What is the output of:
• x = input("Enter number: ")
• print(x)
• A) The number squared
B) The number as string
C) Error
D) None
• Answer: B
Real-Life Application
• Python used in:
• Data analysis
• Web applications (Django, Flask)
• Automation
Activity for Students
• Pair up and write a Python program that:
• Takes two numbers as input
• Prints their sum
Summary
• Python is easy to learn and powerful
• We covered syntax, variables, input/output
• Practice is key!
Reference Material
• Python Official Docs: https://docs.python.org
• Free Course: https://www.w3schools.com/python
• IDEs: IDLE, VSCode, Jupyter
FDP Features Used in Presentation
Feature Applied In Slide
Multimedia (video) Slide 3, Slide 4
Interactive quiz Slide 7
Formative assessment Slide 7, Slide 9
Visual aids Slide 5, Slide 8
Modern tools Google Forms, Code Editor recording
✅ FDP Features Used in Presentation

Introduction to Python Programming programming.pptx

  • 1.
    Introduction to PythonProgramming • Title: Introduction to Python Programming • Subtitle: Semester I – B.Tech CSE • Your Name:A.LakshmiPathi Rao • College Name, Date : GNIT,25-06-2025
  • 2.
    Learning Objectives: • Understandthe basics of Python syntax and structure. • Execute simple Python programs. • Understand variables, data types, and basic I/O.
  • 3.
    Why Learn Python? •Versatile and beginner-friendlyWidely used in web development, • data science, AI • Strong community and extensive libraries
  • 4.
    Python Syntax Overview •Sample “Hello World” code • print("Hello, World!")
  • 5.
    Variables and DataTypes • Variables: Containers for storing data • Common data types: int, float, str, bool Variable Type Example name str "Alice" age int 21 score float 92.5
  • 6.
    Input and Output •input() for user input • print() for displaying output
  • 7.
    Mini Quiz (FormativeAssessment) • What is the output of: • x = input("Enter number: ") • print(x) • A) The number squared B) The number as string C) Error D) None • Answer: B
  • 8.
    Real-Life Application • Pythonused in: • Data analysis • Web applications (Django, Flask) • Automation
  • 9.
    Activity for Students •Pair up and write a Python program that: • Takes two numbers as input • Prints their sum
  • 10.
    Summary • Python iseasy to learn and powerful • We covered syntax, variables, input/output • Practice is key!
  • 11.
    Reference Material • PythonOfficial Docs: https://docs.python.org • Free Course: https://www.w3schools.com/python • IDEs: IDLE, VSCode, Jupyter
  • 12.
    FDP Features Usedin Presentation Feature Applied In Slide Multimedia (video) Slide 3, Slide 4 Interactive quiz Slide 7 Formative assessment Slide 7, Slide 9 Visual aids Slide 5, Slide 8 Modern tools Google Forms, Code Editor recording ✅ FDP Features Used in Presentation