o poder da linguagem python
a facilidade de gerar páginas do php
O endereço da promessa é
http://www.karrigell.com/
Do site deles:
In short :
- you can use ordinary Python scripts
- Karrigell services are Python scripts where each function matches a different URL :
foo.ks/bar
matches the functionbar()
in the scriptfoo.ks
(if no function is specified, the functionindex()
is used) - HTML inside Python is another form of Python script, where lines beginning by a string are sent to the browser as if there were a
print
statement - Python Inside HTML is very much like PHP or JSP, HTML pages with Python code inserted between the tags <% and %>
- You can use plain CGI scripts : see the documentation for the cgi module in the standard documentation
PS: depois de avaliar, não gostei tanto assim, pois usa extensões fora do padrão (.py). Por enquanto, vou usando o mod_python mesmo.
--
=========================
Alexandre Miguel de Andrade Souza
Nenhum comentário:
Postar um comentário