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

- Vue.js 3.x快速入門
- Java EE框架整合開發(fā)入門到實戰(zhàn):Spring+Spring MVC+MyBatis(微課版)
- 三維圖形化C++趣味編程
- Building an RPG with Unity 2018
- Mastering ROS for Robotics Programming
- Visual C#.NET Web應用程序設計
- Beginning C++ Game Programming
- 智能手機故障檢測與維修從入門到精通
- 產(chǎn)品架構評估原理與方法
- 計算思維與Python編程
- Swift 2 Design Patterns
- 數(shù)據(jù)分析從入門到進階
- Java Web應用設計及實戰(zhàn)
- IBM Cognos 10 Report Studio Cookbook(Second Edition)
- C# 4.0權威指南