0% found this document useful (0 votes)
4 views9 pages

1.introduction To Python

Python is a high-level, general-purpose, interpreted, and object-oriented programming language created by Guido van Rossum in 1991, widely used in various domains including web development, AI, and data analytics. It is known for its ease of learning, open-source nature, and extensive libraries, making it popular among programmers. Key features include object-oriented programming, GUI support, and portability across platforms.

Uploaded by

ayushstudyjp
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views9 pages

1.introduction To Python

Python is a high-level, general-purpose, interpreted, and object-oriented programming language created by Guido van Rossum in 1991, widely used in various domains including web development, AI, and data analytics. It is known for its ease of learning, open-source nature, and extensive libraries, making it popular among programmers. Key features include object-oriented programming, GUI support, and portability across platforms.

Uploaded by

ayushstudyjp
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

INTRODUCTION TO PYTHON

CLASS 9th - RTIFICIAL INTELLIGENCE - PYTHON


INTRODUCTION TO PYTHON UNIT – 4

 Python is a high level, general purpose, Interpreted , and object-


oriented programming language that was created by Guido van
Rossum in 1991 .
 It is also called general-purpose programming language as it is
used in almost every domain as mentioned below:

 Web Development
 Software Development
 Game Development
 AI & ML
 Data Analytics
CLASS 9th - RTIFICIAL INTELLIGENCE - PYTHON
INTRODUCTION TO PYTHON UNIT – 4
CLASS 9th - RTIFICIAL INTELLIGENCE - PYTHON
INTRODUCTION TO PYTHON UNIT – 4

Python History

 Python was invented by Guido van Rossum in 1991 at CWI in


Netherland. The idea of Python programming language has taken from
the ABC programming language or we can say that ABC is a
predecessor of Python language.
 There is also a fact behind the choosing name Python.
 Guido van Rossum was a fan of the popular BBC comedy show of that
time, "Monty Python's Flying Circus". So he decided to pick the
name Python for his newly created programming language.
CLASS 9th - RTIFICIAL INTELLIGENCE - PYTHON
INTRODUCTION TO PYTHON UNIT – 4

Why to learn Python?


 Python provides many useful features to the programmer.
 These features make it most popular and widely used language.

• Easy to use and Learn


• Free and Open Source:
• Object-Oriented Language
• GUI Programming Support
• Interpreted Language
• Extensible
• Learn Standard Library
• Integrated
• Dynamic Memory Allocation
• Wide Range of Libraries and Frameworks
CLASS 9th - RTIFICIAL INTELLIGENCE - PYTHON
Features in Python UNIT – 4
 Easy to Learn and Use :- Python is a high-level programming language.
Python is very easy to learn the language as compared to other languages like
C, C#, Javascript, Java, etc. It is very easy to code in python language and
anybody can learn python basics in a few hours or days. It is also a developer-
friendly language.
 Free and Open Source: - Python is freely available for everyone. It is freely
available on its official website [Link]. he open-source means,
"Anyone can download its source code without paying any penny.“
 Object-Oriented Language:- One of the key features of python is Object-
Oriented programming. Python supports object-oriented language and
concepts of classes, objects encapsulation, etc.
 GUI Programming Support:- Graphical User interfaces can be made using a
module such as PyQt5, PyQt4, wxPython, or Tk in python.
PyQt5 is the most popular option for creating graphical apps with Python.
CLASS 9th - RTIFICIAL INTELLIGENCE - PYTHON
INTRODUCTION TO PYTHON UNIT – 4

Features in Python
 Interpreted Language:- -Python is an interpreted language; it means the
Python program is executed one line at a time. The advantage of being
interpreted language, it makes debugging easy and portable.

 Extensible feature: - Python is a Extensible language. We can write us some


Python code into C or C++ language and also we can compile that code in
C/C++ language.
 Python is Portable language:- Python language is also a portable language. For
example, if we have python code for windows and if we want to run this code
on other platforms such as Linux, Unix, and Mac then we do not need to
change it, we can run this code on any platform.

 Large Standard Library:- It provides a vast range of libraries for the various
fields such as machine learning, web developer, and also for the scripting.
There are various machine learning libraries, such as Tensor flow, Pandas,
Numpy, Keras, and Pytorch, etc.
CLASS 9th - RTIFICIAL INTELLIGENCE - PYTHON
UNIT – 4
Where is Python used?
 Python is a general-purpose, popular programming language and it is used in
almost every technical field.

1. Desktop Applications
2. Mobile Applications
3. Software Development
4. Artificial Intelligence
5. Web Applications
6. Enterprise Applications
7. 3D CAD Applications
8. Machine Learning
9. Computer Vision or Image Processing Applications.
10. Speech Recognitions
CLASS 9th - RTIFICIAL INTELLIGENCE - PYTHON

You might also like