can python make web applications?
lkcl
luke.leighton at googlemail.com
Wed Sep 16 12:31:35 EDT 2009
On Aug 23, 3:12 pm, Deep_Feelings <doctore... at gmail.com> wrote:
> can python make powerfull database web applications that can replace
> desktop database applications? e.g: entrprise accounting
> programs,enterprise human resource management programs ...etc
with pyjamas, as mark mentioned previously - but what mark perhaps
wasn't aware of is that with pyjamas-desktop you can have _both_.
you can have the _exact_ same python application _either_ be compiled
to javascript, and be a web application, _or_ you can run it under
pyjamas-desktop, as pure python.
so you can have a pyjamas app do _both_ jobs.
for some examples that look like the kinds of things that you would
expect, see:
http://pyjs.org/examples/timesheet/output/TimeSheet.html
http://pyjs.org/examples/employeeadmin/output/EmployeeAdmin.html
both of these use http://puremvc.org (python version, not javascript
version). both of them work under pyjd.
l.
More information about the Python-list
mailing list