is it neccessary to put '[]' in the min() function?
what argument do I have to hand the cProfile.run() function? The function as string or a filename with the function as string? did not work so far.
A critical hint for those having trouble with timeout, use a code profiler to check execution time of each step in your code. In Python look at the inbuilt cProfile library on your own environment.
Loading collection data...
is it neccessary to put '[]' in the min() function?
what argument do I have to hand the cProfile.run() function? The function as string or a filename with the function as string? did not work so far.
A critical hint for those having trouble with timeout, use a code profiler to check execution time of each step in your code. In Python look at the inbuilt cProfile library on your own environment.