Getting to Know Python – Chapter 1
This chapter mainly guides readers to know the Python programming language, understand the characteristics of Python, learn how to install Python, and write a simple Hello World program.
This chapter also introduces IDLE, the IDE that comes with Python, and introduces and shows some of the functions of IDLE, which are often used when we learn programming.