[BangPypers] Simplest way to do web programming in python.
Pradeep Gowda
pradeep at btbytes.com
Wed Oct 27 00:11:18 CEST 2010
On Tue, Oct 26, 2010 at 2:54 PM, ishan chhabra <ishan.chhabra at gmail.com> 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
More information about the BangPypers
mailing list