June 30, 2014

Python : An Introduction

If you are tired of your Python teacher or you can't understand Python or just too lazy to read "Sumita Arora", you have come to the right place. 




I am here to help through your class XI Python syllabus and make you a veteran as far as the class XI curriculum is concerned. You have to learn and memorize the theory part yourself, I can just help you with the practical part of Python. I will be posting a tutorial every week and will be posting for about 10 weeks. You can ask your queries/doubts by commenting on the blog.

So let us begin with an Introduction to Python -



Python is an programming language, recently introduced in class XI instead of C++. Python was developed by Guido Van Rossum in February 1991. Python is based on or influenced with two programming languages:
  1. ABC language 
  2. Modula-3
Python is easy-to-learn yet powerful object oriented programming language. It is a very high level language yet as powerful as many other middle-level not so high-level languages like C,C++,Java,etc.
Even if you don't understand these all terms just keep calm, you don't require to know all this but is just for your general knowledge.

In the next tutorial, I will teach you how to install Python and use IDLE.