- Secret Recipes of the Python Ninja
- Cody Jackson
- 176字
- 2021-06-25 22:14:46
Introduction
One of the benefits of the Python programming language is that it is interpreted, not compiled. This means that Python code is processed when it is called, rather than having to be pre-compiled before use. Because of this, interpreted languages generally have an interactive shell, allowing users to test code and otherwise have immediate feedback without having to create a separate source code file.
Of course, to get the most functionality out of a programming language, having permanent code files is necessary. When using an interactive prompt, the code lives in RAM; once the interactive session is closed, that code is lost. Thus, using an interactive prompt is a great way to quickly test programming ideas, but you wouldn't want to run a full-blown program from it.
This chapter will talk about using the Command Prompt to launch programs, as well as Python's functionality using the interactive shell. Special functionality with the Windows operating system will be discussed, and we will end by talking about alternative Python shells that developers may be interested in trying.
- 演進式架構(原書第2版)
- Web前端開發技術:HTML、CSS、JavaScript(第3版)
- Getting started with Google Guava
- Photoshop智能手機APP UI設計之道
- Wireshark Network Security
- Learning Apache Kafka(Second Edition)
- 琢石成器:Windows環境下32位匯編語言程序設計
- 可解釋機器學習:模型、方法與實踐
- 第一行代碼 C語言(視頻講解版)
- GameMaker Essentials
- 編程可以很簡單
- Python開發基礎
- 金融商業數據分析:基于Python和SAS
- Visual C++程序設計全程指南
- Splunk Essentials