I\'m loading a huge file to process it: file = numpy.load(\'path.txt\') ... everytime I change a single line of code I need to reload the file which takes time.
file = numpy.load(\'path.txt\')