Python is a object-oriented, high-level programming language with integrated dynamic semantics primarily for web and app development.
Python was originally launced by Guido van Rossum in the late 1980s as a member of the National Research Institute of Mathematics and Computer Science. Initially, it was designed as a response to the ABC programming language that was also foregrounded in the Netherlands. Among the main features of Python compared to the ABC language was that Python had exception handling and was targeted for the Amoeba operating system.
Python is concise code, Can be used for AI, DS, IOT.
Features:
- Simple and easy to learn
- Freeware and open source
- High Level Programming Language
- Platform Independent
- Portability
- Dynamically Typed
- Both Procedure Oriented and Object Oriented
- Interpreted
- Extensible
Example:
a = 10
b = 20
print(a+b)
Output: 30
Python was originally launced by Guido van Rossum in the late 1980s as a member of the National Research Institute of Mathematics and Computer Science. Initially, it was designed as a response to the ABC programming language that was also foregrounded in the Netherlands. Among the main features of Python compared to the ABC language was that Python had exception handling and was targeted for the Amoeba operating system.
Python is concise code, Can be used for AI, DS, IOT.
Features:
- Simple and easy to learn
- Freeware and open source
- High Level Programming Language
- Platform Independent
- Portability
- Dynamically Typed
- Both Procedure Oriented and Object Oriented
- Interpreted
- Extensible
Example:
a = 10
b = 20
print(a+b)
Output: 30
Comments
Post a Comment