There are many python network/graph packages out there. With a quick search one can find for instance 'NetworkX' package. So the following questions arise:
- Could we take advantage of the already implemented algorithms in those packages?
- If answer of '1' is 'yes', which package would suit us better?
There are many python network/graph packages out there. With a quick search one can find for instance 'NetworkX' package. So the following questions arise: