- 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:

- scikit-learn Cookbook
- ASP.NET Core:Cloud-ready,Enterprise Web Application Development
- Mastering Concurrency Programming with Java 8
- Java多線程編程實戰指南:設計模式篇(第2版)
- 算法零基礎一本通(Python版)
- CentOS 7 Server Deployment Cookbook
- Hadoop+Spark大數據分析實戰
- Mastering OpenCV 4
- Visual C++應用開發
- Java實戰(第2版)
- 案例式C語言程序設計實驗指導
- Learning Hadoop 2
- 安卓工程師教你玩轉Android
- Node.js實戰:分布式系統中的后端服務開發
- Learning ECMAScript 6