I have multiple python scripts which have to write text on same file. Obviously I want to guarantee that data will be consistent and non-overlapped. Which is the simplest (and most efficient) way to do that? I don't need cross-platform solution.
Thank you