[Python-ideas] Graph class
Antoine Pitrou
solipsis at pitrou.net
Sun Dec 9 21:53:45 CET 2012
More information about the Python-ideas mailing list
Sun Dec 9 21:53:45 CET 2012
- Previous message: [Python-ideas] Graph class
- Next message: [Python-ideas] Python is not perfect - let's add 'Wart' status to track
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Fri, 7 Dec 2012 15:45:25 -0600 Mark Adam <dreamingforward at gmail.com> wrote: > I have a decent semi-recursive Graph class that I think could be a > good addition to the Collections module. It probably needs some > refactoring, but I'm posting here to see if there's any interest. > > For those who aren't too abreast of CS theory, a graph is one of the > most abstract data structures in computer science, encompassing trees, > and lists. I'm a bit surprised that no one's offered one up yet, so > I'll present mine. > > The code is at http://github.com/theProphet/Social-Garden under the > pangaia directly called graph.py. It has a default dictionary > (defdict.py) dependency that I made before Python came up with it on > it's own (another place for refactoring). Do you know networkx? http://networkx.lanl.gov/ Regards Antoine.
- Previous message: [Python-ideas] Graph class
- Next message: [Python-ideas] Python is not perfect - let's add 'Wart' status to track
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-ideas mailing list