- 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.
推薦閱讀
- HTML5+CSS3王者歸來
- Google Apps Script for Beginners
- Progressive Web Apps with React
- Git Version Control Cookbook
- R語言經(jīng)典實(shí)例(原書第2版)
- Photoshop智能手機(jī)APP UI設(shè)計(jì)之道
- Practical Data Science Cookbook(Second Edition)
- 樂高機(jī)器人設(shè)計(jì)技巧:EV3結(jié)構(gòu)設(shè)計(jì)與編程指導(dǎo)
- R語言與網(wǎng)絡(luò)輿情處理
- Unity 2D Game Development Cookbook
- 利用Python進(jìn)行數(shù)據(jù)分析
- 面向?qū)ο蟪绦蛟O(shè)計(jì)及C++(第3版)
- Hands-On Dependency Injection in Go
- SQL Server 2008實(shí)用教程(第3版)
- 高質(zhì)量程序設(shè)計(jì)指南:C++/C語言