Unit 1.1
Unit 1.1
Subject
Introduction to Python
Unit 1.1
Prof. M. V. Tiwari
Development of Python
•Python was first developed by Guido Van Rossum in the year 1989 (December).
Python Logo
Tim Parkin designed the logo of python.
Python Applications
Python Features
•Dynamically Typed
A language is dynamically-typed if the type of a variable is checked during run-time.
Common examples of dynamically-typed languages includes JavaScript, Objective-C, PHP,
Python, Ruby, Lisp, and Tcl.
•Huge Library
Python has huge library for developing programs faster.
Q 5) What Command should be used to run python assuming the name of program is
Hello ?
A) python Hello.py B) py Hello.py
C) pyc Hello D) python Hello