Hacker News new | past | comments | ask | show | jobs | submit login
Python Dataflow Programming (thensys.com)
18 points by kirubakaran on April 26, 2008 | hide | past | favorite | 3 comments



Very cool. Have you seen Pyphant? http://www.fmf.uni-freiburg.de/service/Servicegruppen/sg_wis...

There's also Vision, which uses Python: http://mgltools.scripps.edu/packages/vision/overview

I have used Simulink (with Matlab) before, and I think that for certain applications, visual dataflow programming is an extremely useful tool. Would be good to have some mature software for doing this with Python. For example, I could create a custom block with two sockets, name it "foo", double click on the box, and write the source code, i.e.

def foo(arg1, arg2): ....


makes me think of twisted's deferreds for asynchronous network programming: request some data over a network, attach a "worker" callback (and an exception handling callback), and your application can move forward without waiting for the response. very awesome for things like parsing <n> rss feeds at a time.


Or use python as a meta-descriptor language for a faster implementation in C for a given target.




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: