- 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.
推薦閱讀
- Web程序設計及應用
- 自然語言處理實戰:預訓練模型應用及其產品化
- Python數據可視化:基于Bokeh的可視化繪圖
- Learning RabbitMQ
- 精通API架構:設計、運維與演進
- The Complete Coding Interview Guide in Java
- Web Development with MongoDB and Node(Third Edition)
- Getting Started with Nano Server
- Mastering Apache Storm
- Java程序設計入門(第2版)
- 體驗之道:從需求到實踐的用戶體驗實戰
- 算法訓練營:海量圖解+競賽刷題(入門篇)
- Raspberry Pi Robotic Projects
- Analytics for the Internet of Things(IoT)
- 計算機應用基礎