Breaking

Sunday 13 May 2018

Python : Introduction

#Python01

Python : Introduction

Hello guys I am here starting a new Python Tutorial session.You will get each basic topic in each new post about python.and there will be some notes in the tutorial which help you for MCQ test of python.for any queries or suggestions please comment down.and we are considering windows pc to demonstrate.

What is Python ?

Guido van Rossum

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.
Python is powerful and fast, plays well with others, runs everywhere it's  friendly & easy to learn , is Open.

You don't know any programming language?

Don't worry as Python is very basic and simple language to learn.You can still learn Python.As is highly readable it uses English keywords where other languages uses punctuations.

Import Features of Python:
1) Easy to Learn and Use. 
2) Expressive Language. 
3) Interpreted Language. 
4) Cross-platform Language. 
5) Free and Open Source. 
6) Object-Oriented Language. 
7) Extensible. 
8) Large Standard Library.

Note: Python is named after the British television comedy series "Monty Pythons Flying Circus"



Python uses .py extension to save the file for writing code a python interpreter is available at its official site with standart libray of tested codes.

There are different interpreter  for differnt OS like windowns and linux.We will cover cover about installation of interpreter in our next post. 

No comments:

Post a Comment