In most programing languages, there is a way to read a file, but allow other programs to read or write to it at the same time. This is usually called something like ``ReadShare()'' or ``open("filenam e", "readshare" ).''
Does anybody know if there is something like this in Python? If so, what is it (how do you use it {the name, the module, etc})
Does anybody know if there is something like this in Python? If so, what is it (how do you use it {the name, the module, etc})
Comment