The file can be say 20GB. The traditional approach of importing,reading a file and then writing to another file is not feasible.
The shutil module has a function designed for this purpose:
shutil
import shutil shutil.copy(src, dst)