Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: HELP: String of Zero's and One's to binary byte
Post: HELP: String of Zero's and One's to binary byte

I have some code that I am using to convert a file to bytes then those bytes to strings of 0's and 1's. with open(file, mode='rb') as file: content = file.read() b = bytearray(content) for number in...
schwasskin General Coding Help 1 3,874 Apr-07-2017, 03:04 AM

User Panel Messages

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