Reading binary files in Python

preview_player
Показать описание
How can you read binary files in Python? And how can you read very large binary files in small chunks?

00:00 How to read a binary file in Python
00:43 Use a library to read your binary file
01:10 Working at the byte level in Python
02:00 Reading binary files in chunks
03:09 Aside: using an assignment expression
03:28 Avoid reading binary files if you can

#python #bytes
Рекомендации по теме
Комментарии
Автор

Every python tutorial about reading binary files: Yes it's possible this or that way, but the best way by far is to just avoid it =P

SammYLightfooD