Introduction of Python
Introduction of Python
Introduction of Python
Applications of Python
Python Features
▪ Build a website
▪ Easy
▪ Develop game
▪ Portable
▪ Implement machine learning
▪ GUI Supports
▪ Robotics & AI
▪ Free & Open Source
▪ Real Example: Intel, IBM,NASA, Netflix, Facebook
▪ Large Python Library
Grade 7 1
Basic Steps of problem solving
Step 1 Variable
101111
Step 2 If
101100
Problem Step 3 For Solve
.
. Print
.
. .
.
. .
Grade 7 2
How to install environment for python: (if you need) or you can use
visual Studio Code with python Extension
Grade 7 3
How to print in python ideal:
Q1. Print “Hello world!”
Ans: print (“Hello World”)
Homework:
1. Do subtraction, division & multiplication with two user input .Send the file through edupage.
Grade 7 4