- Learn Programming in Python with Cody Jackson
- Cody Jackson
- 105字
- 2021-06-10 19:06:06
Launching the Python interpreter
If you're using Linux, BSD, or another *nix operating system, I'll assume you already know about the Terminal; you probably even know how to get Python up and running already. For those who aren't familiar with opening Terminal or the command prompt (same thing, different name on different operating systems), the following sections explain how to do it.
The interactive Python interpreter is sometimes referred to as the Python shell, Python prompt, Python terminal, or Python command line. They all mean the same thing—a special, text-based interface that allows for Read-Evaluate-Print Loop (REPL) interaction with Python.
推薦閱讀
- UNIX編程藝術
- DevOps:軟件架構師行動指南
- Unreal Engine Physics Essentials
- Java應用與實戰
- Objective-C應用開發全程實錄
- Java編程指南:基礎知識、類庫應用及案例設計
- SAP BusinessObjects Dashboards 4.1 Cookbook
- Linux Device Drivers Development
- Beginning C++ Game Programming
- PrimeFaces Blueprints
- Mastering Bootstrap 4
- 用Python動手學統計學
- Swift iOS Programming for Kids
- Game Programming using Qt 5 Beginner's Guide
- Jenkins 2.x實踐指南