In this chapter, let us look at creating and running programs in Python, and create our very first Python program.
Creating and running programs in Python
Okay, now that we have installed Python, let us start creating our very first programs. We cannot just write Python programs in MS word or notepad. That is not how it works. We need a specific application that can understand the Python code you write. This application will process your code and give you the desired result.