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
650
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
510
Desenvolvimento Web com Django
allisson
0
140
Otimizando sites com o nosql redis
allisson
4
170
Other Decks in Technology
See All in Technology
re:Invent完全攻略ガイド
junjikoide
0
140
Snowflakeとdbtで加速する 「TVCMデータで価値を生む組織」への進化論 / Evolving TVCM Data Value in TELECY with Snowflake and dbt
carta_engineering
2
230
Digitization部 紹介資料
sansan33
PRO
1
5.9k
Beyond Prompts: Building Intelligent Applications with Genkit and the Model Context Protocol
peterfriese
0
110
The Twin Mandate of Observability
charity
1
1.2k
バグと向き合い、仕組みで防ぐ
____rina____
0
190
[2025-11-06] ベイズ最適化の基礎とデザイン支援への応用(CVIMチュートリアル)
yuki_koyama
1
390
個人開発からエンプラまで。AIコードレビューで開発を楽しもう
moongift
PRO
0
280
AI時代におけるドメイン駆動設計 入門 / Introduction to Domain-Driven Design in the AI Era
fendo181
0
610
AWS IAM Identity Centerによる権限設定をグラフ構造で可視化+グラフRAGへの挑戦
ykimi
2
660
エンタープライズ企業における開発効率化のためのコンテキスト設計とその活用
sergicalsix
1
150
内部品質・フロー効率・コミュニケーションコストを悪化させ現場を苦しめかねない16の組織設計アンチパターン[超簡易版] / 16 Organization Design Anti-Patterns for Software Development
mtx2s
2
140
Featured
See All Featured
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
9
1k
GitHub's CSS Performance
jonrohan
1032
470k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
132
19k
Statistics for Hackers
jakevdp
799
220k
Why Our Code Smells
bkeepers
PRO
340
57k
Being A Developer After 40
akosma
91
590k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
4.1k
What’s in a name? Adding method to the madness
productmarketing
PRO
24
3.8k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
231
22k
jQuery: Nuts, Bolts and Bling
dougneiner
65
8k
Mobile First: as difficult as doing things right
swwweet
225
10k
Git: the NoSQL Database
bkeepers
PRO
431
66k
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