Re: [python-uk] Library for (undirected) graphs in Python?

2011-01-25 Thread Giorgio Zoppi
2011/1/24 Sebastian Komianos : > Good evening everyone, > I am a newcomer to Python and I am using it for my dissertation (not a PhD, > just a Bachelor! :)) project. > I've reached the point where I need to create a few very basic undirected > graphs. I spent the last hour or so searching online bu

Re: [python-uk] Library for (undirected) graphs in Python?

2011-01-25 Thread Daniel Pope
On 24/01/11 22:29, Alex Willmer wrote: The only program I know for (un)directed graphs is Graphviz and associated DOT format. For which there a few hits: http://pypi.python.org/pypi?:action=search&term=graphviz You don't need a library to use graphviz. graphviz has a command-line interface tha

Re: [python-uk] Library for (undirected) graphs in Python?

2011-01-25 Thread René Dudfield
Hi, Speaking of pygame dots, and py3k... there's an interactive dot viewer for pygame around (from the pypy project), and pygame works for python 3000. It's in the pypy/dotviewer/ directory, or on bitbucket: https://bitbucket.org/pypy/pypy/src/f532d93c171e/dotviewer/ cya. On Tue, Jan 25, 2011 a

Re: [python-uk] Library for (undirected) graphs in Python?

2011-01-25 Thread Jonathan Hartley
On 25/01/2011 02:08, Alec Battles wrote: Now, maybe the solution is to use Python 2.6 instead. Before starting working on my project I knew nothing about Python, which is one of the reasons I chose it over, say, Java, and thought that the 3rd version is the way to go. Is it not? afaik, the main

Re: [python-uk] Library for (undirected) graphs in Python?

2011-01-25 Thread René Dudfield
Like on everything Jonathan said... and as moloko said 'the time is now'... for python 3000. Very nice list. cu On Tue, Jan 25, 2011 at 11:25 AM, Jonathan Hartley wrote: > On 25/01/2011 02:08, Alec Battles wrote: > >> Now, maybe the solution is to use Python 2.6 instead. Before starting >>> wor