ABSTRACT

Python is a language that is most powerful and common in today’s world. It is widely popular for intelligent computation. Although the fundamental structure of Python is somehow similar to FORTRAN, it is more powerful than that. Python is also called an interpreted language rather than a compiled language. A unique feature of this is that it is a dynamically typed language, which means if a variable is created, it won’t be declared explicitly. In Chapters 11 and 12, our goal is to represent the features, advantages, and scope in python software development. Various packages and APIs are addressed, and further the machine learning aspect of Python is also discussed in this chapter.