Skip to main content

Python

Python is an interpreted high-level general-purpose programming language. Its design philosophy emphasizes code readability with its use of significant indentation. Its language constructs as well as its object -oriented approach aim to help programmers write clear, logical code for small and large-scale projects.More..


History:
The programming language Python was conceived  in the late 1980s, and its implementation was started in December 1989 by Guido van Rossum at CWI in the Netherlands as a successor to ABC capable of exception handling and interfacing with the Amoeba operating system.

# This program prints Hello, world!

print('Hello, world!')