Introduction

In the last article "Learning Python - Introduction To Python", we discussed what Python is and most importantly, why to learn Python. In this article, we will discuss the steps to install Python on a Windows machine. I have Windows 10 on my laptop.
The following are the detailed steps to install Python on Windows 10.
Learning Python - Installation Steps on Windows 10
Figure 1 : Python: Download page - here
Learning Python - Installation Steps on Windows 10
Fig 2 : Python: Downloaded executable
Learning Python - Installation Steps on Windows 10
Fig 3: Python - Installation dialog
Learning Python - Installation Steps on Windows 10
Fig 4: Python: Installation successful dialog
Learning Python - Installation Steps on Windows 10
Fig 5 : Python: Once successfully installation searching "Python" from "Search Windows"
Learning Python - Installation Steps on Windows 10
Fig 6: Python: Folder in Windows after successful installation
Learning Python - Installation Steps on Windows 10
Fig 7: Python: Opening Python shell installed with Python Setup
Learning Python - Installation Steps on Windows 10
Fig 8 : Python: Python Sell/Editor
Learning Python - Installation Steps on Windows 10
Fig 9: Python: help() in Python Shell
Learning Python - Installation Steps on Windows 10
Fig 10: Python: Changing the Python shell settings - "Settings" dialog
Learning Python - Installation Steps on Windows 10
Fig 11: Python: Displaying Python keywords in Python Shell
Learning Python - Installation Steps on Windows 10
Fig12: Python: quit() to exit the Python shell
Note

Here, these commands are case sensitive. This means if we will use “Keywords” instead of “keywords” we will get an error as,
Learning Python - Installation Steps on Windows 10
Fig 13: Python: error for “Keywords" - its case sensitive, it should be “keywords”

Summary

Also, regarding Python Keywords, Topics, Modules, Symbol, we will discuss in detail in upcoming articles.