Programming in Python - The First Step
Hi guys This Tutorials is a very small introductory tutorial into python. The Main reason behind me writing this tutorial on python is that I wanted to teach you Python in a very simpler way and I'm sure that this programming Language Python will help you to make your coding simpler and easy to understand. Guess what this language is not taught in many of the universities either for Under Graduation or for Post Graduation
So lets get Started....
First of All What is Python and Who
invented it ?
Python is a general purpose
interpreted, interactive, object-oriented and high-level
programming language.
Python was developed by Guido van
Rossum in the late eighties and early nineties at the
National Research Institute for
Mathematics and Computer Science in the Netherlands.
Now Lets Have A small overview about
the Python Programming Language
- Python is Interpreted -That is you can execute it line by line in a python shell
- Python is interactive – It has a good gui interface with full fledged functionalities
- Python is Object-oriented – it also has Class Concept, Inheritance and Polymorphism .But not fully Object-oriented as we can have Programs even without a class
- Python is a Beginner's Language – Python got a very simple syntax so that any person without programming knowledge can grasp it
Python Also Got Some Super Cool
features Like
- Easy-To-Learn
- Easy-to-Read
- Easy-to-Maintain
- Interactive Mode
- A Vast Library of Functions
- Portablity
- Scalablity
- Extendable
- Can Connect to Different Databases and Operate on Them
Now Let me show you the reason why
you should use python?
Lets Write a Program to print your Name
in Different Programming Languages
So in the Above Image you can Clearly
see How Easy-to-Code Python is....
To be Continued.....Soon
Comments
Post a Comment