Re: Database specialized in storing directed graphs?

2008-10-28 Thread flyingfrog
Don't really know if this will be useful but i'd try pytables:
http://www.pytables.org/moin
it deals very well with every kind of hierarchical data sets, doesn't
matter the size.
It will let you load only significant data, and you'll be able to
query your data.
It's built on top of HDF5 libraries but exposes a very friendly
pythonic interface.
Surely you'll still have to implement all of the graph logic yourself
but this could be a good starting point.
Hope it helps

Marco
--
http://mail.python.org/mailman/listinfo/python-list


Re: What text editor is everyone using for Python

2009-05-27 Thread flyingfrog
On 27 Mag, 08:44, Ben Finney  wrote:
> Lacrima  writes:
> > 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?
>
> I think your time will be better spent learning a powerful, mature,
> well-supported, free-software, programmable editor with support for an
> enormous range of text processing tasks.
>
> Either of Vim or Emacs qualify. Language-specific IDEs do not.
>
> --
>  \ “Ladies are requested not to have children in the bar.” |
>   `\  —cocktail lounge, Norway |
> _o__)  |
> Ben Finney

I like using VIM.
At this page http://blog.dispatched.ch/2009/05/24/vim-as-python-ide/
you can find some hints about how to setup some nice plugin that ease
python (and others) development.
-- 
http://mail.python.org/mailman/listinfo/python-list