Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Python Directory and File Create Error
Post: Python Directory and File Create Error

I am trying to create a Directory (or say, Folder) under the "/tmp/" path. There, I want to create a Writable Binary file and dump some data. I was doing that in the following way, but neither the Di...
basic_learner General Coding Help 1 2,415 Dec-16-2018, 10:48 AM
    Thread: Python offset to length write in a File
Post: RE: Python offset to length write in a File

To be more precise...I am reading an Object (text,image,mp3,pdf,exe etc.) into few chunks of bytes. Say, a 100 bytes image is being read into small chunks of 10 bytes (10 chunks). Each time the obje...
basic_learner General Coding Help 3 3,922 Dec-13-2018, 05:55 PM
    Thread: Python offset to length write in a File
Post: Python offset to length write in a File

I have these two values in a tuple (offset, length) The 'offset' is basically a pointer here.I want to write the content of the 'offset' up to the 'length' (contains number of bytes) in a FILE. Wh...
basic_learner General Coding Help 3 3,922 Dec-13-2018, 04:25 PM

User Panel Messages

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