Python 3.9: File Read

Опубликовано: 25 Февраль 2021
на канале: BitCode
411
14

Welcome to another Python 3.9 tutorial video, this video is about reading files.
Now we know how to write and append to files, we might want to learn how to read data from files. Doing this is simple, and is quite similar to writing files.

There are three main modes:
w - write to a file
a - append to file
r - read from file

Pickle:
What pickle does is that it “serializes” the object first before writing it to file. Pickling is a way to convert a python object (list, dict, etc.) into a character stream. The idea is that this character stream contains all the information necessary to reconstruct the object in another python script. So we will look at reading this data.

Keyboard I Use: https://amzn.to/2NgjPFV

Playlist:   • Installing Python 3.9  


На этой странице сайта вы можете посмотреть видео онлайн Python 3.9: File Read длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь BitCode 25 Февраль 2021, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 411 раз и оно понравилось 14 зрителям. Приятного просмотра!