ABSTRACT

Python is a high-level scripting language which can be used for a wide variety of text processing, system administration and internet-related tasks. Python is very easy for beginners to learn, yet it is powerful enough to be used by advanced programmers. This heritage is reflected in Python’s small, clean syntax and the thoroughness of the implementation of ideas like the simple program overview, which does not eliminate the ability to program in a more traditional style. So Python is an excellent choice as a first programming language without sacrificing the power and advanced capabilities that users will eventually need. This chapter includes software development tools, basic Python programming concepts, the origin of Python and describes a first Python program for the beginner to understand easily.