terça-feira, janeiro 30, 2007

Karrigell - Finalmente um framework que agrada

Depois de um bom tempo namorando a linguagem python, e buscando um framework que realmente fosse flexível, parece que encontrei hoje um com as características que desejava:

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 function bar() in the script foo.ks (if no function is specified, the function index() 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
E é possível utilizá-lo com o Apache, o que permite continuar servindo páginas em php, quando necessário.


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: