Skip to main content

Python Introduction

Hello Friends,

Todays we are started python programming for beginner students, who want to learn the basics of python and i am very sure, if you are regularly read my post and try my basic program in python, so you will learn python very easily.....


 In this series of python we start as intial level and going to advance level so we can start... 

Python Introduction: Python was created by Guido Van Rassum, when he was working at CWI ( Centrum wiskunde & informatica ) which is a National Reasearch Instituted for Mathematics and Computer Science in Netherlands.

Python can be used to follow both procedural approch and Object Oriented approch of programming and it is free to use..

Features of Python:

  • It is a general purpose high level language.
    (that mean, you can use this language for console application, Desktop Application, Web Application, Machine Learning etc.)
  • It is very simple and straight forward syntax. that means, it is very sime like english language, no extra tags and braces is required as an other programming language.
  • Python is case sensitive language, that means Upper and Lower character treated as differently.
  • It is an Object Oriented Language, that means it supports all basic concept of Object oriented language. like: Data Abstration, Data Hiding, Encapsulation, Polymorphism and Inheritance etc.






Comments

Popular posts from this blog