concept command line in category python
appears as: commd line, The commd line, command line

This is an excerpt from Manning's book Tiny Python Projects: Learn coding and testing with puzzles and games.

This is an excerpt from Manning's book Hello! Python.
There are many different ways to access and run programs. Double-clicking through the GUI is one way; the command line is another. You’ll learn several during the course of the book.
Running from the command line is also easier when you have a program that has a bug, because you’ll see an error message, rather than seeing no window or having your window close immediately.