+ 1

Does python read all file types?

18th Feb 2019, 8:25 AM
Archana Nimeshika
Archana Nimeshika - avatar
2 Antworten
+ 5
Yes you can read any file type, but to process the contents of the file, you must understand how the data is stored there. With text files it is easy, but to process XML files, ZIP files, images, and various other types you can probably find a standard or third party library that can handle that specific data type.
18th Feb 2019, 9:39 AM
Tibor Santa
Tibor Santa - avatar
- 1
Yes you can
18th Feb 2019, 10:56 AM
wisnshaftler
wisnshaftler - avatar