Python 3 - Episode 23 - Reading a text file

preview_player
Показать описание
In this video series we will cover Python 3. This video covers reading a text file and some issues that arise. We will also dive into some technical details of the file system, getting the current script name, opening, seeking, position, length, and closing.

Python 3 youtube videos by Bryan Cairns

Intro: (0:00)
Get a filename: (0:21)
Exists: (03:50)
Open the file: (6:06)
Read a line: (7:16)
Read number of letters: (8:16)
Position: (9:31)
Seek: (12:09)
Read all lines: (13:18)
Close the file: (14:51)
Outro: (16:27)
Рекомендации по теме
Комментарии
Автор

This series deserves far more viewers. For me this is the best python series I ever found.

rotrose