Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Custom file class
#1
I have a special format file with a header and some content. In other languages I wrote a file subclass for reading and writing this file type. The file class has a dictionary like interface for the header and a streaming interface for reading/writing the other content. I am thinking about how to do this in Python. Could anyone point me to examples of subclassing io for reading/writing a special file format or suggest better ways to do this kind of thing in Python.
Reply


Messages In This Thread
Custom file class - by deanhystad - Jan-26-2021, 08:36 PM
RE: Custom file class - by Larz60+ - Jan-26-2021, 10:14 PM
RE: Custom file class - by deanhystad - Jan-27-2021, 12:57 PM
RE: Custom file class - by Larz60+ - Jan-27-2021, 08:09 PM
RE: Custom file class - by deanhystad - Jan-27-2021, 09:07 PM
RE: Custom file class - by Larz60+ - Jan-27-2021, 09:37 PM
RE: Custom file class - by deanhystad - Jan-27-2021, 09:46 PM
RE: Custom file class - by Larz60+ - Jan-27-2021, 09:47 PM
RE: Custom file class - by deanhystad - Jan-27-2021, 11:05 PM
RE: Custom file class - by nilamo - Jan-28-2021, 06:10 PM
RE: Custom file class - by deanhystad - Jan-31-2021, 08:43 PM
RE: Custom file class - by nilamo - Feb-01-2021, 05:09 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
Question How to move a class to a custom module? python300 4 1,553 Mar-08-2022, 09:19 PM
Last Post: python300
  How to serialize custom class objects in JSON? Exsul1 4 3,495 Sep-23-2019, 08:27 AM
Last Post: wavic
  Duplicate output when calling a custom function from the same file? road2knowledge 2 2,389 May-10-2019, 07:58 AM
Last Post: road2knowledge
  Class File ankur2207 1 2,806 Sep-07-2017, 02:22 PM
Last Post: ichabod801
  PlaintextCorpusReader connectives custom file raky 1 3,009 Jun-16-2017, 08:26 PM
Last Post: raky

Forum Jump:

User Panel Messages

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