Python or Ajax?

  • Thread starter Redefined Horizons
  • Start date
R

Redefined Horizons

I've been hearing a ot about AJAX lately. I may have to build a web
application in the near future, and I was curoius:

How does a web application that uses Python compare with one that uses AJAX?

I've done some basic web page design with HTML and CSS, but never any
web applications. I don't want to learn a new language if I can use
Python. Would AJAX offer me any significant advantages?

Thanks,

Scott Huey
 
L

Larry Bates

Redefined said:
I've been hearing a ot about AJAX lately. I may have to build a web
application in the near future, and I was curoius:

How does a web application that uses Python compare with one that uses
AJAX?

I've done some basic web page design with HTML and CSS, but never any
web applications. I don't want to learn a new language if I can use
Python. Would AJAX offer me any significant advantages?

Thanks,

Scott Huey

First: AJAX - Asynchronous JavaScript and XML.

Second: You can't get around JavaScript on the client side, because it is
really the only language that browsers support natively. You can
certainly use Python, Twisted or Zope for providing XMLRPC services on
the server side.

Google's GWT toolkit (http://code.google.com/webtoolkit/) has you write in Java
and it converts client portions to Javascript (if I'm understanding how it works).

-Larry Bates
 
R

Ravi Teja

I've been hearing a ot about AJAX lately. I may have to build a web
application in the near future, and I was curoius:

How does a web application that uses Python compare with one that uses AJAX?

I've done some basic web page design with HTML and CSS, but never any
web applications. I don't want to learn a new language if I can use
Python. Would AJAX offer me any significant advantages?

AJAX is *NOT* a programming language. It is a certain way of building
web applications. Any Python (or any other language) web framework may
be used, though some (TurboGears / LivePage etc) have explicit support
for it.

I bit of googling does not hurt.
 
B

bruno at modulix

Redefined said:
I've been hearing a ot about AJAX lately. I may have to build a web
application in the near future, and I was curoius:

How does a web application that uses Python compare with one that uses
AJAX?

How does a car that has a diesel motor compare with one that is red ?
I've done some basic web page design with HTML and CSS, but never any
web applications.

Obviously !-)

So the first steps would be to learn what is AJAX (hint: it's not a
lnaguage), and what is the difference between client-side scripting and
server-side scripting.

HTH
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,680
Members
48,796
Latest member
Greg L.

Latest Threads

Top