,WHAT IS PYTHON?
● Python is simple,
● General purpose,
● High Level,
● Its support Object-oriented programing language
uage
,WHY DO WE USE PYTHON?
● Python is popular and widely supported.
● Writing Python code is easy, which speeds up development
● Expressive Language
In c printing “hello world” in python
#include<stdio.h> print(“hello world”)
Void main()
{
printf(“hello world”);
}
● Interpreted Language
● It supports Object-Oriented Language
● Free and Open Source
● GUI Programming Support
● Wide Range of Libraries and Framework
, WHERE DO WE USE PYTHON?
● Data Science
● Data Mining
● Desktop Applications:-word processing applications such as Microsoft Word and WPS Office
● Mobile application:-mobile inbuilt apps like alarm,calculator,weather info
● Software Development
● Web Applications:-web browsers such as Internet Explorer, Chrome
● Image Processing Applications
● 3D CAD Applications
● Python is simple,
● General purpose,
● High Level,
● Its support Object-oriented programing language
uage
,WHY DO WE USE PYTHON?
● Python is popular and widely supported.
● Writing Python code is easy, which speeds up development
● Expressive Language
In c printing “hello world” in python
#include<stdio.h> print(“hello world”)
Void main()
{
printf(“hello world”);
}
● Interpreted Language
● It supports Object-Oriented Language
● Free and Open Source
● GUI Programming Support
● Wide Range of Libraries and Framework
, WHERE DO WE USE PYTHON?
● Data Science
● Data Mining
● Desktop Applications:-word processing applications such as Microsoft Word and WPS Office
● Mobile application:-mobile inbuilt apps like alarm,calculator,weather info
● Software Development
● Web Applications:-web browsers such as Internet Explorer, Chrome
● Image Processing Applications
● 3D CAD Applications