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: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of
Amit Khemka
Sent: quinta-feira, 24 de maio de 2007 09:35
To: python-list@python.org
Subject: Re: Web Archtecture using tow layers in Phyton


On 5/23/07, Wagner Garcia Campagner <[EMAIL PROTECTED]> 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

-------------------------------------------------------------------------------------
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.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to