Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Construindo um micro framework web em Python
Search
Allisson Azevedo
September 11, 2013
Technology
0
230
Construindo um micro framework web em Python
Slides do evento:
https://plus.google.com/events/ce5olp8lbrath3djqt2b38iupac
Allisson Azevedo
September 11, 2013
Tweet
Share
More Decks by Allisson Azevedo
See All by Allisson Azevedo
Programação Assíncrona com Asyncio
allisson
0
110
Crawleando sites com NodeJS
allisson
0
160
Introdução a linguagem Go
allisson
0
310
Docker + Django
allisson
5
640
Consumindo API's OAuth{1,2} com Python
allisson
1
190
Tarefas assíncronas com django e celery
allisson
1
24k
Deploy completo de uma aplicação Django
allisson
6
500
Desenvolvimento Web com Django
allisson
0
140
Otimizando sites com o nosql redis
allisson
4
160
Other Decks in Technology
See All in Technology
現場で効くClaude Code ─ 最新動向と企業導入
takaakikakei
1
260
OCI Oracle Database Services新機能アップデート(2025/06-2025/08)
oracle4engineer
PRO
0
180
Terraformで構築する セルフサービス型データプラットフォーム / terraform-self-service-data-platform
pei0804
1
190
dbt開発 with Claude Codeのためのガードレール設計
10xinc
2
1.3k
フルカイテン株式会社 エンジニア向け採用資料
fullkaiten
0
8.8k
人工衛星のファームウェアをRustで書く理由
koba789
15
8.2k
DroidKaigi 2025 Androidエンジニアとしてのキャリア
mhidaka
2
380
MagicPod導入から半年、オープンロジQAチームで実際にやったこと
tjoko
0
100
Django's GeneratedField by example - DjangoCon US 2025
pauloxnet
0
150
機械学習を扱うプラットフォーム開発と運用事例
lycorptech_jp
PRO
0
590
AIエージェント開発用SDKとローカルLLMをLINE Botと組み合わせてみた / LINEを使ったLT大会 #14
you
PRO
0
130
会社紹介資料 / Sansan Company Profile
sansan33
PRO
6
380k
Featured
See All Featured
Statistics for Hackers
jakevdp
799
220k
Building Flexible Design Systems
yeseniaperezcruz
329
39k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
333
22k
Raft: Consensus for Rubyists
vanstee
140
7.1k
Facilitating Awesome Meetings
lara
55
6.5k
Git: the NoSQL Database
bkeepers
PRO
431
66k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.9k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
358
30k
Building Better People: How to give real-time feedback that sticks.
wjessup
368
19k
Intergalactic Javascript Robots from Outer Space
tanoku
272
27k
Rails Girls Zürich Keynote
gr2m
95
14k
Reflections from 52 weeks, 52 projects
jeffersonlam
352
21k
Transcript
CONSTRUINDO UM MICRO FRAMEWORK WEB EM PYTHON Allisson Azevedo Tuesday,
September 10, 13
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
Tuesday, September 10, 13
Tuesday, September 10, 13
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
INFLUÊNCIAS Webapp2 Flask Tuesday, September 10, 13
FRAMEWORKS Full Stack Django, Web2py Glue TurboGears, Pylons/Pyramid Micro Webapp2,
Flask, Bottle, Webpy Tuesday, September 10, 13
WSGI Web Server Gateway Interface PEP-333 Extensões para servidores modwsgi,
uwsgi Servidores nativos Twisted, Gevent, Eventlet, Gunicorn, Tornado Tuesday, September 10, 13
WSGI Exemplos http://allissonazevedo.com/2011/08/25/introducao- ao-wsgi/ Tuesday, September 10, 13
WSGI Bibliotecas WebOb Werkzeug Tuesday, September 10, 13
ROTEAMENTO Werkzeug routing Routes Selector Tuesday, September 10, 13
SESSÃO Beaker Tuesday, September 10, 13
TEMPLATES Jinja2 Genshi Mako Quik Tuesday, September 10, 13
SIGNALS Blinker Tuesday, September 10, 13
GUNSTAR Tuesday, September 10, 13
PERGUNTAS? Tuesday, September 10, 13