Python Programming Tutorial: Text Files

Опубликовано: 12 Март 2025
на канале: Professor Hank Stalica
1,450
29

In this video for beginners, I show you the basics of data storage using text files. Topics include sequential access, file position, reading data, writing data, and appending data.

Examples are given using the open function as well as the readline, write, and close methods.

For a more thorough discussion on reading and writing files in Python, be sure to check python.org:

https://docs.python.org/3/tutorial/in...