Tuesday, November 6, 2018

Python Programming


 
  • Python started in the late 1980s.
  • The implementation of Python was started in the 1989 by Guido Van Rossum at CWI in Netherland.
  • On December 3, 2008, Python 3.0  was released. it is also known as "Py3K".
  • Python is a general purpose, dynamic, high level and interpreted programming language. It supports Object Oriented programming approach to develop applications. It is simple and easy to learn and provides lots of high-level data structures.
    Python is easy to learn yet powerful and versatile scripting language which makes it attractive for Application Development.
  • We don't need to use data types to declare variable because it is dynamically typed so we can write a=10 to assign an integer value in an integer variable.
  • example
                   print("hello friends")  
          used to display the message hello friends.

No comments:

Post a Comment