On Tue, Oct 26, 2010 at 2:54 PM, ishan chhabra <[email protected]> wrote: > Hi all, > I have a set of scripts in python that visualize a search result (produce an > image) given a query. I will be building a flash based interface (to surf > this visualized search space) to serve this over the web. I needed the most > basic web framework (no mvc and all cause i think it's an overkill) that > would help write a simple webapp that would interact with the flash > frontend. I don't need any persistance of data. The results are computed in > realtime. Please point me in some direction.
Web Framework: Flask http://flask.pocoo.org/ Flash Integration: PyAMF http://pyamf.org/ +PG _______________________________________________ BangPypers mailing list [email protected] http://mail.python.org/mailman/listinfo/bangpypers
