0% found this document useful (0 votes)
7 views28 pages

Unit 1-A Python

Python is a high-level, general-purpose programming language widely used by major tech companies. It features a simple syntax, runs on multiple platforms, and supports various programming paradigms. Python is known for its extensive standard library and is utilized in diverse applications such as web development, data science, and machine learning.

Uploaded by

Saral Udhaya
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)
7 views28 pages

Unit 1-A Python

Python is a high-level, general-purpose programming language widely used by major tech companies. It features a simple syntax, runs on multiple platforms, and supports various programming paradigms. Python is known for its extensive standard library and is utilized in diverse applications such as web development, data science, and machine learning.

Uploaded by

Saral Udhaya
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

s

s
PYTHON
PROGRAMMING LANGUAGE
WHAT IS PYTHON?

• Python is a high-level, general-purpose, and very popular


programming language. Python language is being used by almost all
tech-giant companies like – google, amazon, facebook, instagram,
dropbox, uber… etc.
PYTHON HISTORY
WHY PYTHON?
• Python works on different platforms (windows, mac, linux, raspberry pi, etc).
• Python has a simple syntax similar to the english language.
• Python has syntax that allows developers to write programs with fewer lines than
some other programming languages.

• Python runs on an interpreter system, meaning that code can be executed as soon
as it is written. This means that prototyping can be very quick.

• Python can be treated in a procedural way, an object-oriented way or a functional


way.
PYTHON FEATURES
• Simple and easy to learn

• Interpreted language

• Dynamically typed

• High-level language

• Portable

• Extensive standard library

• Open source

• Integration capabilities

• Interactive mode
APPLICATION
• Web development
• Data science
• Machine learning and artificial intelligence
• Scientific computing:
• Game development:
• Desktop GUI applications
• Network programming
• Internet of things (iot)
• Software development
IDENTATION
COMMENTS
SINGLE LINE COMMENT
MULTI LINE COMMENT

You might also like