- Secret Recipes of the Python Ninja
- Cody Jackson
- 89字
- 2021-06-25 22:14:47
Generic options
Like most programs, Python has generic options that are common to commercial products, and most home-grown software as well:
- -?, -h, --help: Any one of these options will print out a short description of the command and all available command-line options.
- -V, -VV, --version: Calling -V or -version will print the version number of the Python interpreter. Using -VV puts it into verbose mode (only when using Python 3), which provides more information, such as the Python environment, for example, Anaconda, or the GCC version used.
推薦閱讀
- C#高級編程(第10版) C# 6 & .NET Core 1.0 (.NET開發經典名著)
- 跟小海龜學Python
- Java:Data Science Made Easy
- Scala謎題
- Big Data Analytics
- 名師講壇:Spring實戰開發(Redis+SpringDataJPA+SpringMVC+SpringSecurity)
- 自然語言處理Python進階
- OpenCV 4計算機視覺項目實戰(原書第2版)
- Java語言程序設計教程
- 區塊鏈技術進階與實戰(第2版)
- .NET 4.5 Parallel Extensions Cookbook
- Unity 5.X從入門到精通
- Web開發的平民英雄:PHP+MySQL
- jQuery Mobile Web Development Essentials(Second Edition)
- 軟件再工程:優化現有軟件系統的方法與最佳實踐