What is Python?

Vasu Devan S
2 min readOct 12, 2022

In general, we can say it is a Programming Language, Which has a simple syntax and is easy to learn, and also one of the most common programming languages in play all over the world

Python is a high-level, general-purpose programming language. Its design philosophy emphasizes code readability with the use of significant indentation. Python is dynamically-typed and garbage-collected. It supports multiple programming paradigms, including structured, object-oriented, and functional programming.

How to run python or where to run python code!

To run python we need IDE (Integrated Development Environment)

  • PyChar ( Mostly used by professional developers)
  • Spyder (Scientific Python Development IDE)
  • Eclipse PyDev (Popular IDE among developers)
  • IDLE (Beginner- level, Very lightweight IDE)

where to download the Python

Download the latest version of python with the link below

open Url: https://www.python.org/downloads/

Try these steps to install: https://youtu.be/4_Ew_VFVYCE

Example 1:

How do we get an Output of “ Hi, let's start with Python ”

Syntax : print( string )

The code is very simple: print(“ Hi, let’s start with Python ”)

Example 2:

How to Add 2 numbers 10 and 150

syntax: number1 + number2

code: 10+150

Similarly, we can perform mathematical operations directly on the terminal.

Ya, That’s it on Python to learn more on follow me 😀….

--

--

Vasu Devan S

Data Scientist aspirant | Machine learning | SQL | Web scraping|Data mining|Statistics |Python |Pandas|Advanced Excel