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
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
多様な事業ドメインのクリエイターへ 価値を届けるための営みについて
massyuu
1
440
社内報はAIにやらせよう / Let AI handle the company newsletter
saka2jp
7
1.2k
Goに育てられ開発者向けセキュリティ事業を立ち上げた僕が今向き合う、AI × セキュリティの最前線 / Go Conference 2025
flatt_security
0
360
OpenAI gpt-oss ファインチューニング入門
kmotohas
2
1.1k
自動テストのコストと向き合ってみた
qa
0
200
スタートアップにおけるこれからの「データ整備」
shomaekawa
1
280
From Prompt to Product @ How to Web 2025, Bucharest, Romania
janwerner
0
120
関係性が駆動するアジャイル──GPTに人格を与えたら、対話を通してふりかえりを習慣化できた話
mhlyc
0
130
Findy Team+のSOC2取得までの道のり
rvirus0817
0
460
Why Governance Matters: The Key to Reducing Risk Without Slowing Down
sarahjwells
0
120
これがLambdaレス時代のChatOpsだ!実例で学ぶAmazon Q Developerカスタムアクション活用法
iwamot
PRO
4
160
Function calling機能をPLaMo2に実装するには / PFN LLMセミナー
pfn
PRO
0
970
Featured
See All Featured
It's Worth the Effort
3n
187
28k
Producing Creativity
orderedlist
PRO
347
40k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
19
1.2k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
23
1.5k
Building Flexible Design Systems
yeseniaperezcruz
329
39k
We Have a Design System, Now What?
morganepeng
53
7.8k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
657
61k
Designing for humans not robots
tammielis
254
26k
Reflections from 52 weeks, 52 projects
jeffersonlam
352
21k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.5k
Build your cross-platform service in a week with App Engine
jlugia
232
18k
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