Re: [Tutor] Graph theory

2008-12-04 Thread Santiago PayĆ  i Miralta
On Thu, Dec 04, 2008 at 01:26:02PM -0800, Dave Kuhlman wrote: > On Wed, Dec 03, 2008 at 08:49:12PM -0500, Kent Johnson wrote: > > On Wed, Dec 3, 2008 at 8:16 PM, John Fouhy <[EMAIL PROTECTED]> wrote: > > > > > Interestingly, Guido wrote an essay on implementing graphs in python > > > using diction

Re: [Tutor] Graph theory

2008-12-04 Thread Dave Kuhlman
On Wed, Dec 03, 2008 at 08:49:12PM -0500, Kent Johnson wrote: > On Wed, Dec 3, 2008 at 8:16 PM, John Fouhy <[EMAIL PROTECTED]> wrote: > > > Interestingly, Guido wrote an essay on implementing graphs in python > > using dictionaries and lists: > > > > http://python.org/doc/essays/graphs/ > > Also

Re: [Tutor] Graph theory

2008-12-03 Thread Kent Johnson
On Wed, Dec 3, 2008 at 8:16 PM, John Fouhy <[EMAIL PROTECTED]> wrote: > Interestingly, Guido wrote an essay on implementing graphs in python > using dictionaries and lists: > > http://python.org/doc/essays/graphs/ Also googling "python graph" finds many alternatives. Kent ___

Re: [Tutor] Graph theory

2008-12-03 Thread John Fouhy
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

[Tutor] Graph theory

2008-12-03 Thread Michele Alzetta
Hallo all! It's a long time since I last wrote here. 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