Daniel Arbuckle's Mastering Python
上QQ阅读APP看书,第一时间看更新

Using the command line and the interactive shell

Since, we looked at installing Python, let's try our hand at making Python actually do things using the textual interface.

Text-based user interfaces are very useful to programmers; they provide a quick and easy way to interact with programs while they're in development, experiment with code (which is, after all, text), and access documentation.