In this chapter, we will learn how to set up Python on your machine. Most operating systems except Windows already have Python interpreter installed by default. To check that Python interpreter is installed, you can open a command-line window and type python into the prompt and hit Enter key--you will get a result like this:
You can get the latest up-to-date and current versions of Python binaries and source code from the official website of Python--https://www.python.org/.