Web Archtecture using tow layers in Phyton

Wagner Garcia Campagner wagnergc at itautec.com
Thu May 24 16:46:07 EDT 2007


Thanks Amit,

I'll search those python web framework and try to find what is the best for
my needs.

Thanks again for your help,
Wagner.


-----Original Message-----
From: python-list-bounces+wagnergc=itautec.com at python.org
[mailto:python-list-bounces+wagnergc=itautec.com at python.org]On Behalf Of
Amit Khemka
Sent: quinta-feira, 24 de maio de 2007 09:35
To: python-list at python.org
Subject: Re: Web Archtecture using tow layers in Phyton


On 5/23/07, Wagner Garcia Campagner <wagnergc at itautec.com> wrote:
> Hello,
>
> I need to develop an web applications that meet the following
requirements:
>
> - 2 layers: the first one is the user interface (browser) and the second
one
> is the interaction with the operacional system of the server.
> - the second layer must be developed using Python.
>
> I'd like to know if it is possible to implement this system... making the
> second layer using python and the first layer using another web
technologies
> like AJAX for example.

Yes, It is very much possible and you will find the quite a few of
such impementations .

> Does anybody have any experience in developing python web applications?
> Maybe send me some links or documentation about it...

Search this news-group or web for "python web framework" and you can
choose one based on your specific needs. ( some names that often pop
up are: django, cherrypy, webware, pylons etc)

> The final goal is to make diferent user interfaces (layer 1) that can
> integrate with the second layer... for example, one web interface and one
> local interface using python+qt (example)... i don't know if this is
> possible and how can this be implemented... any help is aprreciated...

Read the documentation of the framework ( if any) you choose to work
with you may find templating system useful.
For standalone app you can look at wxPython, which can communicate to
your server at some port.


Cheers,
--
----
Amit Khemka -- onyomo.com
Home Page: www.cse.iitd.ernet.in/~csd00377
Endless the world's turn, endless the sun's Spinning, Endless the quest;
I turn again, back to my own beginning, And here, find rest.
--
http://mail.python.org/mailman/listinfo/python-list

-------------- next part --------------
-------------------------------------------------------------------------------------
AVISO LEGAL: Esta mensagem eletr?nica (e qualquer anexo) ? confidencial e endere?ada ao(s) indiv?duo(s) referidos acima e a outros que tenham sido expressamente autorizados ? recebe-la. Se voc? n?o ? o destinat?rio(a) desta mensagem, por favor n?o copie, use ou divulgue seu conte?do ? outros. Caso voc? tenha recebido esta mensagem equivocadamente, por favor apague esta mensagem e eventuais copias.

LEGAL NOTICE: This e-mail communication (and any attachments) is confidential and is intended only for the individual(s) named above and others who have been specifically authorized to receive it. If you are not the intended recipient, please do not read, copy, use or disclose the contents of this communication to others. Please then delete the e-mail and any copies of it. 

AVISO LEGAL: Este mensaje electr?nico (y cualquier anexo) es confidencial y est? dirigido exclusivamente a su(s) destinatario(s) arriba indicados y aquellos que hayan sido expresamente autorizados a recibirlo. Si usted no es el destinatario(s) de este mensaje, por favor no copie, use o divulgue el contenido a terceros. En caso que usted haya recibido este mensaje por error, por favor proceda a su destrucci?n y al de las posibles copias.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20070524/51735f40/attachment.html>


More information about the Python-list mailing list