What is Python?
What is Python?
Advantages of Python
- Works on different platforms (Windows, Mac, Linux, Raspberry Pi, etc).
- Simple syntax similar to the English language.
- Syntax that allows developers to write programs with fewer lines than some other programming languages.
- 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.
- Supports functional and structured programming methods as well as OOP.
- Provides very high-level dynamic data types and supports dynamic type checking.
- Can be easily integrated with Other Languages.
Why Python is preferred in Data Science ?
Reasons behind Python's popularity in Data Science
- Python is a free and open-source language.
- Simple Syntax as compared to other languages.
- Availability of large number of libraries and frameworks (Numpy, Pandas, Matplotlib......)
- Scalability
- Efficient Deep Learning
- Huge Community
- Jobs and Growth in market
Installation
Steps of installation
Step 2)
Select Your Operating System (Default download link is for windows operating system.)
Step 3)
Once you have selected your operating system click on download button.
Step 4)
Select the directory where you want to download your software and your download will start.
Step 5)
Open your setup file which you have downloaded and select your default settings at each step and at last click on finish.
Comments
Post a Comment