Network-Analysis-Made-Simple
Network-Analysis-Made-Simple copied to clipboard
Example of how to use the `dict_keyiterator`
https://github.com/ericmjl/Network-Analysis-Made-Simple/blob/dfbbb8ada52ff5f0b8fa1a3c75875eb3cdba6c8f/notebooks/02-algorithms/01-hubs.ipynb#L201
Would an example of this be,
sum([1 for _ in G.neighbors(7)])