- Python 基础
- Python - 首页
- Python - 概述
- Python - 历史
- Python - 特性
- Python vs C++
- Python - Hello World 程序
- Python - 应用领域
- Python - 解释器
- Python - 环境设置
- Python - 虚拟环境
- Python - 基本语法
- Python - 变量
- Python - 数据类型
- Python - 类型转换
- Python - Unicode 系统
- Python - 字面量
- Python - 运算符
- Python - 算术运算符
- Python - 比较运算符
- Python - 赋值运算符
- Python - 逻辑运算符
- Python - 位运算符
- Python - 成员运算符
- Python - 身份运算符
- Python - 运算符优先级
- Python - 注释
- Python - 用户输入
- Python - 数字
- Python - 布尔值
- Python 控制语句
- Python - 控制流
- Python - 决策
- Python - If 语句
- Python - If else
- Python - 嵌套 If
- Python - Match-Case 语句
- Python - 循环
- Python - for 循环
- Python - for-else 循环
- Python - While 循环
- Python - break 语句
- Python - continue 语句
- Python - pass 语句
- Python - 嵌套循环
- Python 函数 & 模块
- Python - 函数
- Python - 默认参数
- Python - 关键字参数
- Python - 仅关键字参数
- Python - 位置参数
- Python - 仅位置参数
- Python - 可变参数
- Python - 变量作用域
- Python - 函数注解
- Python - 模块
- Python - 内置函数
- Python 字符串
- Python - 字符串
- Python - 字符串切片
- Python - 修改字符串
- Python - 字符串连接
- Python - 字符串格式化
- Python - 转义字符
- Python - 字符串方法
- Python - 字符串练习
- Python 列表
- Python - 列表
- Python - 访问列表元素
- Python - 修改列表元素
- Python - 添加列表元素
- Python - 删除列表元素
- Python - 循环遍历列表
- Python - 列表推导式
- Python - 排序列表
- Python - 复制列表
- Python - 合并列表
- Python - 列表方法
- Python - 列表练习
- Python 元组
- Python - 元组
- Python - 访问元组元素
- Python - 更新元组
- Python - 解包元组
- Python - 循环遍历元组
- Python - 合并元组
- Python - 元组方法
- Python - 元组练习
- Python 集合
- Python - 集合
- Python - 访问集合元素
- Python - 添加集合元素
- Python - 删除集合元素
- Python - 循环遍历集合
- Python - 合并集合
- Python - 复制集合
- Python - 集合运算符
- Python - 集合方法
- Python - 集合练习
- Python 字典
- Python - 字典
- Python - 访问字典元素
- Python - 修改字典元素
- Python - 添加字典元素
- Python - 删除字典元素
- Python - 字典视图对象
- Python - 循环遍历字典
- Python - 复制字典
- Python - 嵌套字典
- Python - 字典方法
- Python - 字典练习
- Python 数组
- Python - 数组
- Python - 访问数组元素
- Python - 添加数组元素
- Python - 删除数组元素
- Python - 循环遍历数组
- Python - 复制数组
- Python - 反转数组
- Python - 排序数组
- Python - 合并数组
- Python - 数组方法
- Python - 数组练习
- Python 文件处理
- Python - 文件处理
- Python - 写入文件
- Python - 读取文件
- Python - 重命名和删除文件
- Python - 目录
- Python - 文件方法
- Python - OS 文件/目录方法
- Python - OS 路径方法
- 面向对象编程
- Python - OOPs 概念
- Python - 类 & 对象
- Python - 类属性
- Python - 类方法
- Python - 静态方法
- Python - 构造函数
- Python - 访问修饰符
- Python - 继承
- Python - 多态
- Python - 方法重写
- Python - 方法重载
- Python - 动态绑定
- Python - 动态类型
- Python - 抽象
- Python - 封装
- Python - 接口
- Python - 包
- Python - 内部类
- Python - 匿名类和对象
- Python - 单例类
- Python - 包装类
- Python - 枚举
- Python - 反射
- Python 错误 & 异常
- Python - 语法错误
- Python - 异常
- Python - try-except 代码块
- Python - try-finally 代码块
- Python - 抛出异常
- Python - 异常链
- Python - 嵌套 try 代码块
- Python - 用户自定义异常
- Python - 日志记录
- Python - 断言
- Python - 内置异常
- Python 多线程
- Python - 多线程
- Python - 线程生命周期
- Python - 创建线程
- Python - 启动线程
- Python - 线程连接
- Python - 线程命名
- Python - 线程调度
- Python - 线程池
- Python - 主线程
- Python - 线程优先级
- Python - 守护线程
- Python - 线程同步
- Python 同步
- Python - 线程间通信
- Python - 线程死锁
- Python - 中断线程
- Python 网络编程
- Python - 网络编程
- Python - 套接字编程
- Python - URL 处理
- Python - 泛型
- Python 库
- NumPy 教程
- Pandas 教程
- SciPy 教程
- Matplotlib 教程
- Django 教程
- OpenCV 教程
- Python 杂项
- Python - 日期 & 时间
- Python - 数学
- Python - 迭代器
- Python - 生成器
- Python - 闭包
- Python - 装饰器
- Python - 递归
- Python - 正则表达式
- Python - PIP
- Python - 数据库访问
- Python - 弱引用
- Python - 序列化
- Python - 模板
- Python - 输出格式化
- Python - 性能测量
- Python - 数据压缩
- Python - CGI 编程
- Python - XML 处理
- Python - GUI 编程
- Python - 命令行参数
- Python - 文档字符串
- Python - JSON
- Python - 发送邮件
- Python - 扩展
- Python - 工具/实用程序
- Python - GUIs
- Python 高级概念
- Python - 抽象基类
- Python - 自定义异常
- Python - 高阶函数
- Python - 对象内部
- Python - 内存管理
- Python - 元类
- Python - 使用元类进行元编程
- Python - 模拟和存根
- Python - 猴子补丁
- Python - 信号处理
- Python - 类型提示
- Python - 自动化教程
- Python - Humanize 包
- Python - 上下文管理器
- Python - 协程
- Python - 描述符
- Python - 诊断和修复内存泄漏
- Python - 不可变数据结构
- Python 有用资源
- Python - 问答
- Python - 在线测验
- Python - 快速指南
- Python - 参考
- Python - 速查表
- Python - 项目
- Python - 有用资源
- Python - 讨论
- Python 编译器
- NumPy 编译器
- Matplotlib 编译器
- SciPy 编译器
Python - 命令行参数
Python 命令行参数
Python 命令行参数提供了一种方便的方式,可以在运行程序时从命令行接受一些信息。我们通常将这些值与 Python 脚本的名称一起传递。
要运行 Python 程序,我们在操作系统的命令提示符终端中执行以下命令。例如,在 Windows 中,以下命令输入到 Windows 命令提示符终端中。
$ python script.py arg1 arg2 arg3
这里 Python 脚本名称为 script.py,其余三个参数 - arg1 arg2 arg3 是程序的命令行参数。
如果程序需要从用户那里接受输入,则使用 Python 的 input() 函数。当程序从命令行执行时,用户输入从命令终端接受。
示例
name = input("Enter your name: ") print ("Hello {}. How are you?".format(name))
程序从命令提示符终端运行如下所示:
在执行时传递参数
很多时候,您可能需要将程序要使用的数据放在命令行本身,并在程序内部使用它。在命令行中提供数据的示例可能是 Windows 或 Linux 中的任何 DOS 命令。
在 Windows 中,您使用以下 DOS 命令将文件 hello.py 重命名为 hi.py。
C:\Python311>ren hello.py hi.py
在 Linux 中,您可以使用 mv 命令:
$ mv hello.py hi.py
这里 ren 或 mv 是需要旧文件名和新文件名的命令。由于它们与命令一起放在一行中,因此称为命令行参数。
您可以从命令行将值传递给 Python 程序。Python 将参数收集到列表对象中。Python 的 sys 模块通过 sys.argv 变量提供对任何命令行参数的访问。sys.argv 是命令行参数的列表,sys.argv[0] 是程序,即脚本名称。
示例
hello.py 脚本使用 input() 函数在脚本运行后接受用户输入。让我们将其更改为从命令行接受输入。
import sys print ('argument list', sys.argv) name = sys.argv[1] print ("Hello {}. How are you?".format(name))
从命令行运行程序,如下面的图所示:
输出如下所示:
C:\Python311>python hello.py Rajan argument list ['hello.py', 'Rajan'] Hello Rajan. How are you?
命令行参数始终存储在字符串变量中。要将它们用作数字,您可以使用类型转换函数适当地转换它们。
示例
在以下示例中,两个数字作为命令行参数输入。在程序内部,我们使用 int() 函数将它们解析为整型变量。
import sys print ('argument list', sys.argv) first = int(sys.argv[1]) second = int(sys.argv[2]) print ("sum = {}".format(first+second))
它将产生以下输出:
C:\Python311>python hello.py 10 20 argument list ['hello.py', '10', '20'] sum = 30
Python 的标准库包含几个有用的模块来解析命令行参数和选项:
getopt - C 风格的命令行选项解析器。
argparse - 用于命令行选项、参数和子命令的解析器。
Python getopt 模块
Python 提供了一个 **getopt** 模块,帮助你解析命令行选项和参数。这个模块提供了两个函数和一个异常来启用命令行参数解析。
getopt.getopt() 方法
此方法解析命令行选项和参数列表。以下是此方法的简单语法:
getopt.getopt(args, options, [long_options])
以下是参数的详细说明:
**args** - 这是要解析的参数列表。
**options** - 这是脚本想要识别的选项字母字符串,需要参数的选项后面应跟一个冒号 (:)。
**long_options** - 这是一个可选参数,如果指定,则必须是一个包含长选项名称的字符串列表,这些选项应得到支持。需要参数的长选项后面应跟一个等号 ('=')。要仅接受长选项,options 应为空字符串。
此方法返回一个包含两个元素的值:第一个是 (option, value) 对的列表,第二个是剥离选项列表后剩下的程序参数列表。
返回的每个选项-值对都将选项作为其第一个元素,短选项前缀为连字符 (例如,'-x'),长选项前缀为两个连字符 (例如,'--long-option')。
异常 getopt.GetoptError
当在参数列表中找到无法识别的选项或当需要参数的选项未提供参数时,会引发此异常。
异常的参数是一个字符串,指示错误的原因。属性 msg 和 opt 给出了错误消息和相关选项。
示例
假设我们想通过命令行传递两个文件名,并且我们还想提供一个选项来检查脚本的使用情况。脚本的使用方法如下:
usage: test.py -i <inputfile> -o <outputfile>
以下是测试脚本 test.py:
import sys, getopt def main(argv): inputfile = '' outputfile = '' try: opts, args = getopt.getopt(argv,"hi:o:",["ifile=","ofile="]) except getopt.GetoptError: print ('test.py -i <inputfile> -o <outputfile>') sys.exit(2) for opt, arg in opts: if opt == '-h': print ('test.py -i <inputfile> -o <outputfile>') sys.exit() elif opt in ("-i", "--ifile"): inputfile = arg elif opt in ("-o", "--ofile"): outputfile = arg print ('Input file is "', inputfile) print ('Output file is "', outputfile) if __name__ == "__main__": main(sys.argv[1:])
现在,按如下方式运行上述脚本:
$ test.py -h usage: test.py -i <inputfile> -o <outputfile> $ test.py -i BMP -o usage: test.py -i <inputfile> -o <outputfile> $ test.py -i inputfile -o outputfile Input file is " inputfile Output file is " outputfile
Python argparse 模块
**argparse** 模块提供了编写非常易于使用的命令行界面的工具。它处理如何解析在 **sys.argv** 列表中收集的参数,自动生成帮助信息,并在给出无效选项时发出错误消息。
设计命令行界面的第一步是设置解析器对象。这是通过 argparse 模块中的 ArgumentParser() 函数完成的。该函数可以将解释性字符串作为 description 参数。
首先,我们的脚本将在没有任何参数的情况下从命令行执行。仍然使用解析器对象的 **parse_args()** 方法,它什么也不做,因为没有给出任何参数。
import argparse parser=argparse.ArgumentParser(description="sample argument parser") args=parser.parse_args()
当运行上述脚本时:
C:\Python311>python parser1.py C:\Python311>python parser1.py -h usage: parser1.py [-h] sample argument parser options: -h, --help show this help message and exit
第二个命令行用法给出 **-help** 选项,该选项会生成如下所示的帮助消息。**-help** 参数默认可用。
现在让我们定义一个参数,该参数对于脚本运行是必须的,如果没有给出,脚本应该抛出错误。这里我们通过 add_argument() 方法定义参数 'user'。
import argparse parser=argparse.ArgumentParser(description="sample argument parser") parser.add_argument("user") args=parser.parse_args() if args.user=="Admin": print ("Hello Admin") else: print ("Hello Guest")
此脚本的帮助信息现在显示了一个位置参数,形式为 'user'。程序检查其值是否为 'Admin',并打印相应的讯息。
C:\Python311>python parser2.py --help usage: parser2.py [-h] user sample argument parser positional arguments: user options: -h, --help show this help message and exit
使用以下命令:
C:\Python311>python parser2.py Admin Hello Admin
但以下用法显示 Hello Guest 消息。
C:\Python311>python parser2.py Rajan Hello Guest
add_argument() 方法
我们可以在 add_argument() 方法中为参数分配默认值。
import argparse parser=argparse.ArgumentParser(description="sample argument parser") parser.add_argument("user", nargs='?',default="Admin") args=parser.parse_args() if args.user=="Admin": print ("Hello Admin") else: print ("Hello Guest")
这里 nargs 是应该消耗的命令行参数的数量。'?'。如果可能,将从命令行消耗一个参数,并将其作为单个项目生成。如果没有命令行参数,则将生成来自 default 的值。
默认情况下,所有参数都被视为字符串。要显式提及参数的类型,请在 add_argument() 方法中使用 type 参数。所有 Python 数据类型都是 type 的有效值。
import argparse parser=argparse.ArgumentParser(description="add numbers") parser.add_argument("first", type=int) parser.add_argument("second", type=int) args=parser.parse_args() x=args.first y=args.second z=x+y print ('addition of {} and {} = {}'.format(x,y,z))
它将产生以下输出:
C:\Python311>python parser3.py 10 20 addition of 10 and 20 = 30
在以上示例中,参数是必须的。要添加可选参数,请在其名称前加上双破折号 --。在以下情况下,surname 参数是可选的,因为它以双破折号(--surname)为前缀。
import argparse parser=argparse.ArgumentParser() parser.add_argument("name") parser.add_argument("--surname") args=parser.parse_args() print ("My name is ", args.name, end=' ') if args.surname: print (args.surname)
以单破折号为前缀的参数的一个字母名称充当短名称选项。
C:\Python311>python parser3.py Anup My name is Anup C:\Python311>python parser3.py Anup --surname Gupta My name is Anup Gupta
如果希望参数的值仅来自定义的列表,则将其定义为 choices 参数。
import argparse parser=argparse.ArgumentParser() parser.add_argument("sub", choices=['Physics', 'Maths', 'Biology']) args=parser.parse_args() print ("My subject is ", args.sub)
请注意,如果参数的值不在列表中,则会显示无效选择错误。
C:\Python311>python parser3.py Physics My subject is Physics C:\Python311>python parser3.py History usage: parser3.py [-h] {Physics,Maths,Biology} parser3.py: error: argument sub: invalid choice: 'History' (choose from 'Physics', 'Maths', 'Biology')