Python for beginners.

print "Hello Shubhankar"

Introduction to Python

Python is a widely used general-purpose, high level programming language. It was initially designed by Guido van Rossum in 1991 and developed by Python Software Foundation. It was mainly developed for emphasis on code readability, and its syntax allows programmers to express concepts in fewer lines of code.

There are two major Python versions- Python 2 and Python 3. Both are quite different.

For this tutorial we will follow Python 3 and Linux(Ubuntu) will be used in our examples but the possible installation and errors for Windows and MacOS will also be provided where necessary but the main focus will be on Linux as it’s important to have a basics of linux commands.

If you don’t own a Linux machine, https://www.pythonanywhere.com is for you where you can create your account for free and have a Bash Console.

 

Beginning with Python Programming

Before beginning to Python, we hope that your python setup is complete or your can go to