Introduction to Python for begginers
Introduction to Python Why Python was created? In late 1980s, Guido Van Rossum was working on the Amoeba distributed operating system group and the problem with that was less extensibility. So, he wanted to create a new language that was must be syntax friendly which could access the Amoeba system calls. So, he decided to create a language that was extensible and the new developed language was named as python. Version Release Data Python 1.0 (first standard release) January 1994 Python 1.6 (Last minor version) September 5, 2000 Python 2.0 (Introduced list comprehensions) October 16, 2000 Python 2.7 (Last minor version) July 3, 2010 Python 3.0 (Emphasis on removing duplicative constructs and module) ...