- 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 - Socket 编程
- 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 - Monkey Patching
- 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 提供了内置函数 `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!!")
以下是获得的输出:
File opened successfully!!
示例:以追加模式打开文件
此模式用于当您希望将数据添加到文件的末尾而不更改其现有内容时:
file = open("example.txt", "a") file.write("Appending this line.\n") file.close() print ("File opened successfully!!")
这将产生以下结果:
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!!")
以上代码的输出如下:
File opened successfully!!
使用 writelines() 方法写入文件
writelines() 方法用于将字符串列表写入文件。列表中的每个字符串都按顺序写入文件,不会自动添加任何换行符。
示例
在这个例子中,我们创建了一个字符串列表 lines,每个字符串以换行符结尾。然后,我们以写入模式打开文件“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!!")
获得的输出如下所示:
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()
如果您使用任何文本编辑器应用程序(例如记事本)打开此文件,它将包含以下内容:
Python is a great language. 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 = "TutorialsPoint has a fabulous Python tutorial" fo.write(text) # Close opened file fo.close()
如果您使用任何文本编辑器应用程序(例如记事本)打开此文件,它将包含以下内容:
Python is a great language. Yeah its great!! TutorialsPoint has a fabulous Python tutorial
以读写模式写入文件
当使用 'w' 或 'a' 打开文件进行写入时,无法在文件的任何较早字节位置执行写入操作。但是,'w+' 模式允许读写操作而无需关闭文件。seek() 函数用于将读/写指针移动到文件中的任何所需字节位置。
使用 seek() 方法
seek() 方法用于设置文件内读/写指针的位置。seek() 方法的语法如下:
fileObject.seek(offset[, whence])
其中:
offset - 这是文件内读/写指针的位置。
whence - 这是可选的,默认为 0,这意味着绝对文件定位;其他值为 1,表示相对于当前位置查找;2 表示相对于文件结尾查找。
示例
以下程序演示如何以读写模式 ('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+' 模式下跳转到起始位置)并读取内容,它将显示以下内容:
This is a cat race