PYTHON - Python Vs C Vs C++
PYTHON - Python Vs C Vs C++
PYTHON
GROUP 1
SUBJECT; What is Python, features of Python,
applications of Python, comparisons with C, C++,
Java
i) Introduction
ii) What is Python
iii) History of Python
iv) Top python Application in world
v) Comparison with C++
vi) Comparison with C
vii) Comparison with JAVA
INTRODUCTION
In this digital era it is impossible to live without computers.
But we can’t talk with computer’s with our common
language. In order to communicate with computers we use
different programming languages. In this assignment we
will be discussing about one of such programming
language .ie, PYTHON
most popular programming languages according to stack overflow developer survey
2019
WHAT IS PYTHON
History of Python
During his research at the National
Research Institute for Mathematics and
Computer Science in the Netherlands,
Guido van Rossum created python. The
first version of Python was released in
1991..
GUIDO VAN ROSSUM
Object oriented
Dynamically typed Interpreted
programing language
Top Python Applications in Real
World
Web Development
Machine Learning and Artificial Intelligence
Game Development
Software Development
Network Programming
Data Analysis and Visualization
Automation and Scripting
Scientific Computing
Education
Cybersecurity
Finance and Economics
PYTHON C++
Python is a high-level, interpreted language. C++ is a high-level pre compiled
It emphasizes code readability and programming language that combines high-
simplicity level and low-level features. It provides
more control over system resources and
memory in order to develop all type of
projects .
CoMAPARISON WITH C
C LANGUAE PYTHON
It’s a complier language where entire source code It use interpreter called PVM which read each
is converted to machine language so that computer statements line by line.
can understand it
It is compulsory to declare variable type It’s not necessary to declare variable type
It has traditional system for loops
It is mainly used for hardware related applications It is a general-purpose programming language