- Mastering Python Scripting for System Administrators
- Ganesh Sanjiv Naik
- 88字
- 2021-07-02 14:00:17
Starting the interactive console
We can access Python's interactive console from any computer that has Python already installed. Run the following command to start Python's interactive console:
$ python
This will start the default Python interactive console.
In Linux, if we write Python in the Terminal, the python2.7 console starts. If you want to start the python3 console, then enter python3 in the Terminal and press Enter.
In Windows, when you enter Python in Command Prompt, it will start the console of the downloaded Python version.
推薦閱讀
- Modular Programming with Python
- SQL Server 2012數(shù)據(jù)庫技術及應用(微課版·第5版)
- JavaFX Essentials
- Java入門很輕松(微課超值版)
- Ray分布式機器學習:利用Ray進行大模型的數(shù)據(jù)處理、訓練、推理和部署
- Unity 2D Game Development Cookbook
- 常用工具軟件立體化教程(微課版)
- Python程序設計與算法基礎教程(第2版)(微課版)
- C++ Application Development with Code:Blocks
- 一步一步跟我學Scratch3.0案例
- 黑莓(BlackBerry)開發(fā)從入門到精通
- Mastering JavaScript Promises
- 數(shù)據(jù)結構與算法詳解
- Python人工智能項目實戰(zhàn)
- 微信公眾平臺開發(fā)最佳實踐