Panoptisch scans your Python file or module to find it's imports (aka dependencies) and recursively does so for all dependencies and sub-dependencies. It then generates a dependency tree in JSON for ...
Python recursive shortest path algo to find the optimal route between two points in terms of number of stops and duration ...