Click and Drag Functionality in Web Apps with Python

W

Wijaya Edward

Hi,

Some recent webapps like Kiko <http://www.kiko.com/> , Google's gadget <http://www.google.com/ig/directory?hl=en> , and spreadsheets <http://spreadsheets.google.com> to name a few,
have this functionality.

I wonder how can this funcitonalities be implemented in Python.
Do you guys have any experience with it?
Any Python module that support that?

Regards,
Edward WIJAYA
SINGAPOE

------------ Institute For Infocomm Research - Disclaimer -------------
This email is confidential and may be privileged. If you are not the intended recipient, please delete it and notify us immediately. Please do not copy or use it for any purpose, or disclose its contents to any other person. Thank you.
--------------------------------------------------------
 
B

Bruno Desthuilliers

Wijaya said:
Hi,

Some recent webapps like Kiko <http://www.kiko.com/> , Google's gadget <http://www.google.com/ig/directory?hl=en> , and spreadsheets <http://spreadsheets.google.com> to name a few,
have this functionality.

I wonder how can this funcitonalities be implemented in Python.

I wonder too !-)

Seriously: this is done with Javascript, not Python. But if you're
looking for a Python web framework making such things easy, then Pylons
is for you:
http://pylonshq.com/docs/0.9.2/quick_wiki.html#delete
http://pylonshq.com/project/pylonshq/wiki/AjaxGettingStarted

HTH
 
D

Diez B. Roggisch

Wijaya said:
Hi,

Some recent webapps like Kiko <http://www.kiko.com/> , Google's gadget <http://www.google.com/ig/directory?hl=en> , and spreadsheets <http://spreadsheets.google.com> to name a few,
have this functionality.

I wonder how can this funcitonalities be implemented in Python.
Do you guys have any experience with it?
Any Python module that support that?

There is mochikit, a javascript library that makes coding in javascript
suck less.

And there is the pypy javascript backend.

But "real" python - no.

diez
 
F

Fredrik Lundh

Diez said:
There is mochikit, a javascript library that makes coding in javascript
suck less.

and which is written by an experienced Python programmer, so it also
makes your JavaScript look and feel a little more Pythonic.

(not that JavaScript itself is that unpythonic, really, but some of the API:s
suck pretty badly).

</F>
 
D

Diez B. Roggisch

Fredrik said:
and which is written by an experienced Python programmer, so it also
makes your JavaScript look and feel a little more Pythonic.

(not that JavaScript itself is that unpythonic, really, but some of the API:s
suck pretty badly).


I pretty much like the language, yes. But the environment it is deployed
in suck pretty hard, especially when they stem from a north-western US
state.

diez
 

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
473,769
Messages
2,569,576
Members
45,054
Latest member
LucyCarper

Latest Threads

Top