- 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.
推薦閱讀
- .NET之美:.NET關(guān)鍵技術(shù)深入解析
- 大模型RAG實(shí)戰(zhàn):RAG原理、應(yīng)用與系統(tǒng)構(gòu)建
- Mastering JavaScript High Performance
- C++寶典
- 鴻蒙OS應(yīng)用編程實(shí)戰(zhàn)
- JavaScript機(jī)器人編程指南
- 貫通Tomcat開發(fā)
- The Statistics and Calculus with Python Workshop
- C語(yǔ)言程序設(shè)計(jì)實(shí)驗(yàn)指導(dǎo)與習(xí)題精解
- 絕密原型檔案:看看專業(yè)產(chǎn)品經(jīng)理的原型是什么樣
- IBM DB2 9.7 Advanced Application Developer Cookbook
- 基于Docker的Redis入門與實(shí)戰(zhàn)
- Effective Python:編寫高質(zhì)量Python代碼的90個(gè)有效方法(原書第2版)
- R High Performance Programming
- WordPress 3.7 Complete(Third Edition)