INTRODUCTION TO PYTHON
WHAT IS PYTHON ? Python is the world's fastest-growing and most popular programming language not just amongst software engineers, but also amongst mathematicians, data analysts, scientists, accountants, network engineers. It is an interpreted, high-level and general-purpose programming language. Python's simple, easy to learn syntax emphasizes readability and therefore reduces the cost of program maintenance Python is an interpreted language. A language can be interpreted or compiled. interpreter checks the program line by line and compiles means it check the whole program and then shows an error if occurs. we can easily club python with other languages like c,c++, java, etc I t is used for: web development (server-side), software development, mathematics, system scriptin g. History of python Python was conceived in the late 1980s by Guido van Rossum at Centrum Wiskunde & Informatica (CWI) in the Netherlands as a successor to ABC programming language, which was in...