0% found this document useful (0 votes)
4 views

Introduction of Python

The document introduces Python, an interpreted, object-oriented programming language created by Guido Van Rossum in 1989, with its first release in 1991. It highlights Python's features, applications in various fields such as web development and machine learning, and provides basic problem-solving steps. Additionally, it includes instructions for installation and simple coding examples for beginners.

Uploaded by

free fire legend
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views

Introduction of Python

The document introduces Python, an interpreted, object-oriented programming language created by Guido Van Rossum in 1989, with its first release in 1991. It highlights Python's features, applications in various fields such as web development and machine learning, and provides basic problem-solving steps. Additionally, it includes instructions for installation and simple coding examples for beginners.

Uploaded by

free fire legend
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

Date: 4/3/25

Introduction of Python

What is Python? History

Python is interpreted, object-oriented, ▪ Invented by Guido Van Rossum in 1989


high level programming language with ▪ First Released at 20 February,1991
dynamic semantics.

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
.
. .
.
. .

Algorithm Flowchart Code to machine language

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”)

Q2. Take two input from user & do addition.

Homework:
1. Do subtraction, division & multiplication with two user input .Send the file through edupage.

Grade 7 4

You might also like