- Learn Python in 7 Days
- Mohit Bhaskar N. Das
- 139字
- 2021-07-09 20:40:20
Python interactive shell
Python interactive shell is also known as Integrated Development Environment (IDLE). With the Python installer, two interactive shells are provided: one is IDLE (Python GUI) and the other is Python (command line). Both can be used for running simple programs.
For complex programs and executing large files, the windows command prompt is used, where after the system variables are set automatically, large files are recognized and executed by the system.

The preceding screenshot is what we call Python IDLE, which comes bundled with the Python installation. The next screenshot is of the command line that also comes bundled with the Python installation, or we can simply launch the Python command through the windows command line and get Python command line. For most of our programming instructions, we will be using the Python command line:

- C++程序設計(第3版)
- C語言程序設計(第2 版)
- JavaScript語言精髓與編程實踐(第3版)
- Apache Spark 2.x Machine Learning Cookbook
- Software Testing using Visual Studio 2012
- Hands-On Data Structures and Algorithms with JavaScript
- Mastering Entity Framework
- Python測試開發入門與實踐
- Java程序員面試算法寶典
- Mastering Swift 2
- Python Web數據分析可視化:基于Django框架的開發實戰
- 運維前線:一線運維專家的運維方法、技巧與實踐
- Spring 5 Design Patterns
- C語言程序設計實訓教程與水平考試指導
- CryENGINE Game Programming with C++,C#,and Lua