- Secret Recipes of the Python Ninja
- Cody Jackson
- 70字
- 2021-06-25 22:14:46
How to do it...
- The most basic command to execute a Python program is as follows:
$ python <script_name>.py
- The following examples show how to launch specific versions of Python, as needed:
$ python2 some_script.py # Use the latest version of Python 2
$ python2.7 ... # Specifically use Python 2.7
$ python3 ... # Use the latest version of Python 3
$ python3.5.2 ... # Specifically use Python 3.5.2
推薦閱讀
- 精通Nginx(第2版)
- 算法零基礎一本通(Python版)
- Rake Task Management Essentials
- Functional Kotlin
- 實戰Java高并發程序設計(第3版)
- Gradle for Android
- 持續輕量級Java EE開發:編寫可測試的代碼
- 移動增值應用開發技術導論
- JSP程序設計與案例實戰(慕課版)
- Software Development on the SAP HANA Platform
- 從零開始學Python大數據與量化交易
- Elasticsearch搜索引擎構建入門與實戰
- Clojure編程樂趣
- 美麗洞察力:從化妝品行業看顧客需求洞察
- Azure for Architects