INTRODUCTION TO PYTHON
What is Python? Python is a High Level, General Purpose, Dynamically typed and Interpreted Language, which makes it easier to learn and understand because its codes are similar to English words. Although Python has gained popularity in last few years but it has been around for almost 40 years. Python was developed by a Dutch Programmer Guido Van Rossum and its development is dated back in late 80’s or early 90’s. some sources says it was developed in 1989 and some sources says that it was developed in Feb 1991. Python has a number of built-in features, libraries and framework which enables it to be used in a diversified ranges of Application. Some common uses of Python are; Web application development Software development Game development Networking Handle Big data and perform data analysis Business application development Ma...