- Python 教程
- Python 教程
- Python - 概述
- Python - 历史
- Python - 特性
- Python 与 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 - 元组(Tuple )
- Python - 访问元组项
- Python - 更新元组
- Python - 解压缩元组项
- Python - 循环元组
- Python - 联接元组
- Python - 元组方法
- Python - 元组练习
- Python 集
- Python - 集(sets)
- Python - 访问 Set Items
- Python - 添加 Set Items
- Python - 删除 Set Items
- Python - 循环 Set Items
- Python - 联接 Sets
- Python - 复制 Set
- Python - Set 运算符
- Python - Set 方法
- Python - Set 的练习
- 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.path 方法
- 面向对象编程
- Python - OOP 概念
- 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 杂项
- Python - 日期和时间
- Python - math 模块
- Python - 迭代器
- Python - 生成器
- Python - 闭包(closures)
- Python - 装饰器( Decorators)
- 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 - 图形用户界面
- Python 高级概念
- Python - 抽象基类
- Python - 自定义异常
- Python - 高阶函数
- Python - 对象内部
- Python - 内存管理
- Python - 元类
- Python - 使用 Metaclasses 进行元编程
- Python - 模拟和存根
- Python - 猴子修补
- Python - 信号处理
- Python - 类型提示
- Python - 自动化教程
- Python - 人性化软件包
- Python - 上下文管理器
- Python - 协程
- Python - 描述符
- Python - 诊断和修复内存泄漏
- Python - 不可变数据结构
Python - 命令行参数
Python 命令行参数
Python 命令行参数提供了一种在运行程序时在命令行中接受某些信息的便捷方法。我们通常将这些值与 Python 脚本的名称一起传递。
要运行 Python 程序,我们在操作系统的命令提示符终端中执行以下命令。例如,在 Windows 中,在 Windows 命令提示符终端中输入以下命令。
这里 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。
在 Linux 中,您可以使用 mv 命令 -
这里 ren 或 mv 是需要旧文件名和新文件名的命令。由于它们与命令一致,因此它们称为命令行参数。
您可以从命令行将值传递给 Python 程序。Python 将参数收集到 list 对象中。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))
从命令行运行程序,如下图所示 -
输出如下所示 -
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 − 这是一个可选参数,如果指定,则必须是 strings 替换为 long 选项的名称,这应该受支持。需要参数的长选项应后跟等号 ('=')。要仅接受长选项,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:])
现在,按如下方式运行上述脚本 -
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 列表中收集的参数,自动生成帮助,并在给出无效选项时发出错误消息。
设计命令行界面的第一步是设置 parser 对象。这是由 argparse 模块中的 ArgumentParser() 函数完成的。可以为函数提供解释字符串作为 description 参数。
首先,我们的脚本将从命令行执行,不带任何参数。还 使用 parser 对象的 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
使用以下命令 -
Hello Admin
但以下用法会显示 Hello Guest 消息。
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))
它将产生以下输出 -
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)
以单短划线为前缀的参数的单字母名称用作短名称选项。
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)
请注意,如果参数值不在列表中,则会显示 invalid choice 错误。
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')