On 04/12/2008, Michele Alzetta <[EMAIL PROTECTED]> wrote:
>  I have been thinking about a problem, and I'm wondering what the best
>  approach for a pythonic solution would be.
>  The actual problem is very complex, but the very first step in the
>  solution would be to come up with a simple way of handling graphs.

Interestingly, Guido wrote an essay on implementing graphs in python
using dictionaries and lists:

http://python.org/doc/essays/graphs/

I'm sure if you googled around you will be able to find more
full-featured graph libraries (unless, of course, building your own is
part of the attraction :-) ).

-- 
John.
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to