Ad
  • Custom User Avatar

    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.