What are the binary files?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What are the binary files??

Binary files in python

26th May 2021, 3:29 PM
Suraj
Suraj - avatar
3 Answers
+ 10
"Binary" files are any files where the format isn't made up of readable characters. Binary files can range from image files like JPEGs or GIFs, audio files like MP3s or binary document formats like Word or PDF. In Python, files are opened in text mode by default. To open files in binary mode, when specifying a mode, add 'b' to it.
26th May 2021, 3:42 PM
aspad🇮🇷
aspad🇮🇷 - avatar
+ 4
your welcome❤
26th May 2021, 3:47 PM
aspad🇮🇷
aspad🇮🇷 - avatar
+ 2
aspad thanks buddy
26th May 2021, 3:46 PM
Suraj
Suraj - avatar