Re: Is there anything like ASP.NET for Python web apps ?

2006-02-17 Thread Ravi Teja
If what you want is a web IDE that supports visual development, no standalone Python IDE has such support. But you can use Python in IDEs that do support these features. 1.) ActiveGrid (http://www.activegrid.com/) - closest visual web IDE where Python is a first class member. 2.) Use ASP.NET with

Is there anything like ASP.NET for Python web apps ?

2006-02-17 Thread rytoy
That is dragging web 'controls' to the page in design mode, binding controls to datasources, and writing code for events like "page_load" or "button1_click" ? I need to write a few small cross-platform, data-driven web apps (and I really hate J2EE...) -- http://mail.python.org/mailman/listinfo