First class of Python ## 1

What is Python ? Python is a high-level, general purpose programming language . Its design philosophy emphasizes code readability with use of significant indentation. Python is dynamically typed and garbage-collected . It supports multiple programming paradigms, including structured, object-oriented and functional programming. History of Python Python was created by Guido van Rossum , and first released on February 20, 1991 . While you may know the python as a large snake, the name of the Python programming languages comes from an old BBC television comedy sketch series called Monty Python's Flying Circus . ...