Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Construindo um micro framework web em Python

Construindo um micro framework web em Python

Allisson Azevedo

September 11, 2013
Tweet

More Decks by Allisson Azevedo

Other Decks in Technology

Transcript

  1. ALLISSON AZEVEDO Graduado em Licenciatura em Computação Desenvolvedor Web http://speakerdeck.com/allisson

    http://slideshare.net/allisson http://github.com/allisson http://youtube.com/user/allissonazevedo Tuesday, September 10, 13
  2. MOTIVAÇÃO Aprendizado Trabalhar nativamente com WSGI Distribuir o projeto no

    pypi Integração com o travis-ci.org Documentação no readthedocs.org Integração com outras bibliotecas Tuesday, September 10, 13
  3. WSGI Web Server Gateway Interface PEP-333 Extensões para servidores modwsgi,

    uwsgi Servidores nativos Twisted, Gevent, Eventlet, Gunicorn, Tornado Tuesday, September 10, 13