[Tutor] study advice on javascript to python hand-off

Hansen, Mike Mike.Hansen at atmel.com
Thu Aug 14 17:27:09 CEST 2008


> -----Original Message-----
> From: tutor-bounces at python.org 
> [mailto:tutor-bounces at python.org] On Behalf Of Jeff Johnson
> Sent: Thursday, August 14, 2008 9:08 AM
> To: Serdar Tumgoren
> Cc: tutor at python.org
> Subject: Re: [Tutor] study advice on javascript to python hand-off
> 
> This is a three tier framework where you can use any back end 
> you want. 
>   They currently support the major ones: MySQL, SQLite, PostGreSQL, 
> MSSql to name the ones I can think of.
> 
> http://dabodev.com/wiki/FrontPage
> 
> -- 
> Jeff
> 
> Jeff Johnson
> jeff at dcsoftware.com
> Phoenix Python User Group - sunpiggies at googlegroups.com
> 

Dabo might be a good solution if you are making GUI client-side apps.
Note that the OP mentioned using Javascript, so I'm assuming that the
OP is thinking about a web-based front end. It really depends on the
number of users and other factors. If there are many users, then a
web-based front end is possibly better in that each user does not have
to install software to use the application.(Only the browser is
required) Having each user install software can become a maintenance
nightmare if not implemented properly. Having the entire application
on a server allows you to make changes without having to deploy it to
many users. On client-side GUI apps, it'd be good to develop something
that checks if a new version of the software is necessary to download.

Oh well, I think I've babbled on enough about client side apps vs
web-based server side apps. I guess you get the idea.

Mike


More information about the Tutor mailing list