After python opens the text, other programs cannot continue to write data

I have a program that writes data to the text every 1 minute, and then I use python to open the text to read, the original program can not continue to write data, python can not continue to read the updated data, what to do.

Dec.30,2021
Is

opened read-only?


check whether the file is accessed exclusively

Menu