Get Start with Python Programming-Learn Easily with in 10 minutes

Python Programming-Learn Easily

Python
  • Python is a powerful multi-purpose programming language created by Guido van Rossum.
  • It has simple easy-to-use syntax, making it the perfect language for someone trying to learn computer programming for the first time.

Python Features

1) Easy to Learn and Use
2) Expressive Language
3) Interpreted Language
4) Free and Open Source

Get Started 

Python is a cross-platform programming language, meaning, it runs on multiple platforms like Windows, MacOS, Linux and has even been ported to the Java and .NET virtual machines. It is free and open source.

Simple method to Run Python

  • Download the open source Python software from official website.
  • Install Python software
  • Run the Python installer on your computer.
  • Go to File > New. Then save the file with .py extension. For example- sample.py, add.py etc.
  • Then Go to Run > Run current script or simply click F5 to run it.
Let's create a very simple program called "First Program!".  A "First Program!" is a simple program that outputs Hello, World! on the screen. Since it's a very simple program, it's often used to introduce a new programming language to a newbie.

Type the following code in any text editor or an IDE and save it as firstfrogram.py

print("First Program!")

Then, run the file. You will get the following output.

Output 
First Program!


2 Comments

If you any doubts, Please let me know

Previous Post Next Post

Contact Form