Re: What text editor is everyone using for Python

2009-05-27 Thread godshorse
On May 26, 7:07 pm, Lacrima wrote: > I am new to python. > And now I am using trial version of Wing IDE. > But nobody mentioned it as a favourite editor. > So should I buy it when trial is expired or there are better choices? Hello, I too new to Python. I tried several IDEs and ended up with Win

Re: Representing a Tree in Python

2009-05-13 Thread godshorse
o that may be the most efficient thing to do. > > On the other hand, if you want to post your code and links to the > Dijkstra code you are using it may be possible to help you with the > tweaking... > > Jaime > > > > On Wed, May 13, 2009 at 8:31 AM, godshorse wrote

Re: Representing a Tree in Python

2009-05-12 Thread godshorse
On May 13, 11:54 am, CTO wrote: > On May 13, 12:10 am, godshorse wrote: > > > Hello, > > > I want to find out the shortest path tree from a root to several nodes > > in a graph data structure. I found a Dijkstra code from internet that > > finds shortest path

Representing a Tree in Python

2009-05-12 Thread godshorse
Hello, I want to find out the shortest path tree from a root to several nodes in a graph data structure. I found a Dijkstra code from internet that finds shortest path between only two nodes. How can i extend it to a tree?. And what is the best way to represent a tree in Python?. Thank you, -- h

Re: Python SocketServer with IPv6

2009-04-30 Thread godshorse
On Apr 30, 1:02 pm, "Martin v. Löwis" wrote: > > I am working on a overlay network implementation with python. I need > > to use both IPv4 and IPv6 at each node. Python socketserver is being > > used for this task. can anybody pls suggest me how to input an IPv6 > > address to the socketserver. >

Python SocketServer with IPv6

2009-04-29 Thread godshorse
Hello, I am working on a overlay network implementation with python. I need to use both IPv4 and IPv6 at each node. Python socketserver is being used for this task. can anybody pls suggest me how to input an IPv6 address to the socketserver. Thanks in advance, -- http://mail.python.org/mailman/li