random writing access to a file in Python

Claudio Grondi claudio.grondi at freenet.de
Fri Aug 25 10:04:02 EDT 2006


I have a 250 Gbyte file (occupies the whole hard drive space) and want 
to change only eight bytes in this file at a given offset of appr. 200 
Gbyte (all other data in that file should remain unchanged).

How can I do that in Python?

Claudio Grondi



More information about the Python-list mailing list