Link to home
Start Free TrialLog in
Avatar of farzanj
farzanjFlag for Canada

asked on

Python web interfaces

I want to see if Python has really good interfaces like those of Perl CGI, where you can just write Perl and generate HTML, javascript and CGI.  Perl has a number of similar interfaces like this, JSON, Mason, etc.

Is there something in Python that is beats Perl?  If so please provide code examples.  I want to run it and see if it generates good web interfaces (like CSS, Pop up menus and may also plot graphs).
SOLUTION
Avatar of gelonida
gelonida
Flag of France image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of farzanj

ASKER

Hi gelonida,

I am looking for a way to write some good syntax unlike java script or html/css, etc. that would produce java script or html without me knowing it.  Yes, I was looking at Pyjamas and Pylon.  I needed some easy to follow example of code that would produce, say, pop up menus in web browser.  Similarly would plot a graph on the web browser.  This way I will not have to write any HTML, javascript, etc.

Makes sense?
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of farzanj

ASKER

Do you have any experience with Pyjamas?  The link you sent didn't help much, unfortunately.  Any good examples of interfaces being built by Pyjamas.  How you do compare it with Pylon?

This website gives information about many of such interfaces.  Do you have any information about any of those?
http://wiki.python.org/moin/WebFrameworks
Avatar of farzanj

ASKER

@mish33

Do you use Python to do any web programming at Google?  There are so many of those, I like clean code unlike HTML/Javascript, etc., and therefore want to code my web with some Python interface.  It should be very powerful and good looking interface, apart from being stable and reliable.
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of farzanj

ASKER

But you recommended me Pyjamas.  Is there any specific reason?  DO you know something about Pyjamas that is better than others like jQuery/UI?
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of farzanj

ASKER

Thanks for your time.  It still however doesn't answer the question why I should use Pyjamas as opposed to a dozen other Python based web interfaces in the link I provided above.  However, appreciate your time.