Python Programming Language Tutorial #1 [2020] — DDSRY

DDSRY
2 min readApr 8, 2020

--

In this post, you will learn about Python Programming Language and this is a first #1 of Python Tutorial by Deepak Yadav.

Python Programming Language Tutorial #1 by DDSRY

What is the Python Programming Language?

Python is an interpreted, high-level, general-purpose programming language.

Python is a clean and powerful programming language. You can use it to build websites, to analyze Data, to write utilities and create many other kinds of software.

Hello World Program in Python — [Step-by-step]

It’s become a tradition that when you learn a new programming language, you start with a program that prints the message hello world.

To begin you need to install python. You may already have python installed on your system.

If you’re using Windows open a command prompt by pressing start and typing cmd. Next type python and press enter.

If you see a version number in a prompt window, then you’re doing good go ahead.

but if you receive an error, then you will need to download and install Python. Go to the official Python site.

There are different versions of python. I’d recommend you install the latest version. Depending on when you reading my blog post, you may see different version numbers than the ones displayed here.

Once you’ve installed python. Open a terminal and type python. This will start the interpreter and put you in interactive mode.

To read more click on here

Thanks for Reading.🙏

DDSRY

Originally published at https://ddsry.com on April 8, 2020.

--

--

No responses yet