The information you send / write can be temporarily stored in a buffer, so that a larger fragment can be written at a time. So if you do this:
f = open("test.txt","w")
f.write("Hello")
test.txt - , f.flush(), . f.close() .
, , , "-op" - , , , . , - .