Python Tutorial
Python is dynamically typed programming language. You never have to explicitely specify the data type of anything. Python internally will keep track of the data. Python program is composed of modules,statements,expressions and Objects.
ADS