November 2017
Beginner to intermediate
204 pages
5h 23m
English
The Terminal is an interface that allows the user to write instructions directly to the OS. You can use the Terminal to run the Python program that you just created. When running programs in the Terminal, the Terminal will display status and debugging messages produced by the program, which can be very useful.
Each operating system has its own version of the Terminal. To get started, open up the Terminal program for your operating system. In most distributions of Linux it is called Terminal, in Windows it is called Command Prompt, and in macOS it is called shell. Many of the commands also differ between operating systems; however, the commands that we will use in this book will be mostly the same irrespective ...
Read now
Unlock full access