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