On Wed, Oct 27 2010, ishan chhabra 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. > Thanks.
If it's lightweight and something you just want to get out of your hair, I'd use CGI. -- ~noufal http://nibrahim.net.in _______________________________________________ BangPypers mailing list [email protected] http://mail.python.org/mailman/listinfo/bangpypers
