Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Python3: how to read binary?
Post: Python3: how to read binary?

Hi! I try to upload mp4 video file. When I use Python 2+ it works. When I use Python 3 - not I read the file as binary. def get_file_data(path): with open(path, 'rb') as f: fdata = f.re...
alexel General Coding Help 0 1,523 Feb-03-2020, 09:18 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020