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
100
Crawleando sites com NodeJS
allisson
0
150
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
JavaScript 研修
recruitengineers
PRO
6
1.3k
Product Management Conference -AI時代に進化するPdM-
kojima111
0
270
努力家なスクラムマスターが陥る「傍観者」という罠と乗り越えた先に信頼があった話 / 20250830 Takahiro Sasaki
shift_evolve
PRO
2
120
JuniorからSeniorまで: DevOpsエンジニアの成長ロードマップ
yuriemori
2
330
Browser
recruitengineers
PRO
6
1.9k
DuckDB-Wasmを使って ブラウザ上でRDBMSを動かす
hacusk
1
130
フルカイテン株式会社 エンジニア向け採用資料
fullkaiten
0
8.6k
Lessons from CVE-2025-22869: Memory Debugging and OSS Vulnerability Reporting
vvatanabe
2
110
知られざるprops命名の慣習 アクション編
uhyo
11
2.8k
おやつは300円まで!の最適化を模索してみた
techtekt
PRO
0
200
「守る」から「進化させる」セキュリティへ ~AWS re:Inforce 2025参加報告~ / AWS re:Inforce 2025 Participation Report
yuj1osm
1
180
Oracle Cloud Infrastructure:2025年8月度サービス・アップデート
oracle4engineer
PRO
0
150
Featured
See All Featured
Large-scale JavaScript Application Architecture
addyosmani
512
110k
VelocityConf: Rendering Performance Case Studies
addyosmani
332
24k
The World Runs on Bad Software
bkeepers
PRO
70
11k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.8k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
50k
Gamification - CAS2011
davidbonilla
81
5.4k
Measuring & Analyzing Core Web Vitals
bluesmoon
9
570
Stop Working from a Prison Cell
hatefulcrawdad
271
21k
Statistics for Hackers
jakevdp
799
220k
The Pragmatic Product Professional
lauravandoore
36
6.8k
How GitHub (no longer) Works
holman
315
140k
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