- 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 提供了一个内置函数 open() 来处理文件操作和各种写入数据的方法。
打开文件进行写入
打开文件进行写入是在 Python 中执行写入操作的第一步。open() 函数用于以不同的模式打开文件,每种模式都适用于特定的用例。
open() 函数
Python 中的 open() 函数用于打开文件。它至少需要一个参数,即文件名,并且可以采用可选的第二个参数,该参数指定应采用的打开文件模式。
用于写入的文件模式
以下是可用于打开文件进行写入的主要模式 -
- w (写入模式) - 打开文件进行写入。如果文件存在,它会在写入之前截断(清空)文件。如果该文件不存在,它将创建一个新文件。
- a (附加模式) - 数据写入文件末尾。如果该文件不存在,它将创建一个新文件。
- x (独占创建模式) - 打开文件以进行独占创建。如果该文件已存在,则操作将失败。
- b(二进制模式)− 与其他模式一起使用时,以二进制模式打开文件。
- + (更新模式) − 打开文件以进行更新(读取和写入)。
示例:以写入模式打开文件
当您想要将数据写入文件时,每次打开文件时从头开始,使用此模式-
file = open("example.txt", "w")
file.write("Hello, World!")
file.close()
print ("File opened successfully!!")
以下是获得的输出 -
示例:在 Append 模式下打开文件
当您想将数据添加到文件末尾而不更改其现有内容时,使用此模式 -
file = open("example.txt", "a")
file.write("Appending this line.\n")
file.close()
print ("File opened successfully!!")
这将产生以下结果 -
使用 write() 方法写入文件
write() 方法用于将单个字符串写入文件。这使得它适用于各种基于文本的文件操作。
write() 方法接受一个参数:要写入文件的字符串。它将字符串的确切内容写入文件,而不添加任何其他字符,例如换行符。
例在以下示例中,我们在写入模式下打开文件 “example.txt”。然后我们使用 write() 方法将字符串写入文件 -
# Open a file in write mode
with open("example.txt", "w") as file:
file.write("Hello, World!\n")
file.write("This is a new line.\n")
print ("File opened successfully!!")
以下是上述代码的输出 -
使用 writelines() 方法写入文件
writelines() 方法用于将字符串列表写入文件。列表中的每个字符串都会按顺序写入文件,而不会自动添加任何换行符。
例在此示例中,我们将创建一个字符串、行的列表,每个字符串都以换行符结尾。然后,我们在写入模式下打开一个文件 “example.txt” 并使用 writelines() 方法通过一次操作将列表中的所有字符串写入文件 -
# List of lines to write to the file
lines = ["First line\n", "Second line\n", "Third line\n"]
# Open a file in write mode
with open("example.txt", "w") as file:
file.writelines(lines)
print ("File opened successfully!!")
获得的输出如下所示 -
写入新文件
在 Python 中写入新文件涉及创建新文件(或覆盖现有文件)并将所需的内容写入该文件。在这里,我们将解释写入新文件所涉及的步骤 -
- 打开文件 -使用 open() 函数在写入模式下创建或打开文件(“w”或“wb”表示二进制文件)。
- 写入数据 -使用 write() 或 writelines() 方法将数据写入文件。
- 关闭文件 -确保文件写入后正确关闭,一般使用 with 语句进行自动处理。
在下面的示例中,我们创建一个 “foo.txt” 文件并在该文件中写入给定内容,最后关闭该文件 -
# Open a file
fo = open("foo.txt", "w")
fo.write( "Python is a great language.\nYeah its great!!\n")
# Close opened file
fo.close()
如果您使用任何文本编辑器应用程序(如记事本)打开此文件,它将包含以下内容 -
Yeah its great!!
以二进制模式写入新文件
默认情况下,对文件对象的读/写操作是对文本字符串数据执行的。如果我们需要处理不同类型的文件,例如媒体文件 (mp3)、可执行文件 (exe) 或图片 (jpg),我们必须通过在读/写模式中添加 'b' 前缀来以二进制模式打开文件。
将二进制数据写入文件
要将二进制数据写入文件,请在二进制写入模式 ('wb') 下打开文件。以下示例演示了这一点 -
# Open a file in binary write mode
with open('test.bin', 'wb') as f:
# Binary data
data = b"Hello World"
f.write(data)
将文本字符串转换为字节
可以使用 encode() 函数将文本字符串转换为字节。当您需要将文本数据写入二进制数据时,这很有用 -
# Open a file in binary write mode
with open('test.bin', 'wb') as f:
# Convert text string to bytes
data = "Hello World".encode('utf-8')
f.write(data)
写入现有文件
当以写入模式 ('w') 打开现有文件时,其先前的内容将被擦除。使用写入权限打开文件会将其视为新文件。要向现有文件添加数据而不擦除其内容,您应该以附加模式 ('a') 打开该文件。
例以下示例演示了如何在追加模式下打开文件并向其添加新文本 -
# Open a file in append mode
fo = open("foo.txt", "a")
text = "qikepu has a fabulous Python tutorial"
fo.write(text)
# Close opened file
fo.close()
如果您使用任何文本编辑器应用程序(如记事本)打开此文件,它将包含以下内容 -
Yeah its great!!
qikepu has a fabulous Python tutorial
以读取和写入模式写入文件
当使用 'w' 或 'a' 打开文件进行写入时,不可能在文件中的任何早期字节位置执行写入操作。但是,'w+' 模式允许在不关闭文件的情况下进行读取和写入操作。seek() 函数用于将读/写指针移动到文件中任何所需的字节位置。
使用 seek() 方法
seek() 方法用于设置读/写指针在文件中的位置。seek() 方法的语法如下 -
哪里
- offset - 这是读/写指针在文件中的位置。
- whence − 这是可选的,默认为 0 表示绝对文件定位,其他值为 1 表示相对于当前位置的 seek,2 表示相对于文件末尾的 seerk。
下面的程序演示了如何以读写模式 ('w+') 打开文件,写入一些数据,查找特定位置,然后覆盖文件的一部分内容 -
# Open a file in read-write mode
fo = open("foo.txt", "w+")
# Write initial data to the file
fo.write("This is a rat race")
# Move the read/write pointer to the 10th byte
fo.seek(10, 0)
# Read 3 bytes from the current position
data = fo.read(3)
# Move the read/write pointer back to the 10th byte
fo.seek(10, 0)
# Overwrite the existing content with new text
fo.write('cat')
# Close the file
fo.close()
如果我们以读取模式打开文件(或在 'w+' 模式下寻找起始位置)并读取内容,它将显示以下内容 -