0% found this document useful (0 votes)
3 views

Module 1 Introduction to python

The document outlines key features of Python, highlighting its ease of use, open-source nature, and concise code expression. It explains that Python is an interpreted language, utilizing an interpreter to convert code into a format understandable by the computer. Additionally, it discusses Python's benefits, such as extensive libraries and community support, and its applications in web development, machine learning, and data analysis.

Uploaded by

gauthamarvndhh
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views

Module 1 Introduction to python

The document outlines key features of Python, highlighting its ease of use, open-source nature, and concise code expression. It explains that Python is an interpreted language, utilizing an interpreter to convert code into a format understandable by the computer. Additionally, it discusses Python's benefits, such as extensive libraries and community support, and its applications in web development, machine learning, and data analysis.

Uploaded by

gauthamarvndhh
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

ASSIGNMENT-1 Introduction to Python

1. What are the key features of Python?


Python is easy to learn and use in real life as compared to other programming languages. Its free
and open source
its express the output with the easy lines of the code
2. Python is an interpreted language. Explain.
It deploys an interpreter to turn your code into a language that your computer processor can
comprehend. The source code of a python program is converted into byte that is then executed
by the python virtual machine
3. What are the benefits of Python?
Extensive support libraries, open source and large community base, user friendly data structures
4. What are the applications of Python?
Python is often used as a support language for software developers for build control and
management testing and in many ways
there are three main application for python web development, machine learning, data analysis
and data visualization

© 360DigiTMG. All Rights Reserved.

You might also like