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
Implementing and Evaluating a High-Level Language with WasmGC and the Wasm Component Model: Scala’s Case
tanishiking
0
150
HR Force における DWH の併用事例 ~ サービス基盤としての BigQuery / 分析基盤としての Snowflake ~@Cross Data Platforms Meetup #2「BigQueryと愉快な仲間たち」
ryo_suzuki
0
240
Codexとも仲良く。CodeRabbit CLIの紹介
moongift
PRO
1
260
「最速」で Gemini CLI を使いこなそう! 〜Cloud Shell/Cloud Run の活用〜 / The Fastest Way to Master the Gemini CLI — with Cloud Shell and Cloud Run
aoto
PRO
0
130
Introdução a Service Mesh usando o Istio
aeciopires
1
230
OAuthからOIDCへ ― 認可の仕組みが認証に拡張されるまで
yamatai1212
0
140
衛星画像超解像化によって実現する2D, 3D空間情報の即時生成と“AI as a Service”/ Real-time generation spatial data enabled_by satellite image super-resolution
lehupa
0
190
AIツールでどこまでデザインを忠実に実装できるのか
oikon48
6
3.5k
組織改革から開発効率向上まで! - 成功事例から見えたAI活用のポイント - / 20251016 Tetsuharu Kokaki
shift_evolve
PRO
1
170
Wasmのエコシステムを使った ツール作成方法
askua
0
220
やる気のない自分との向き合い方/How to Deal with Your Unmotivated Self
sanogemaru
1
530
リセラー企業のテクサポ担当が考える、生成 AI 時代のトラブルシュート 2025
kazzpapa3
1
370
Featured
See All Featured
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
3.1k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
48
9.7k
[RailsConf 2023] Rails as a piece of cake
palkan
57
5.9k
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.5k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
31
2.7k
Imperfection Machines: The Place of Print at Facebook
scottboms
269
13k
Making the Leap to Tech Lead
cromwellryan
135
9.6k
Documentation Writing (for coders)
carmenintech
75
5.1k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
30
2.9k
Designing for Performance
lara
610
69k
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