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
Ecossistema Python Para Web
Search
Sponsored
·
Your Podcast. Everywhere. Effortlessly.
Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.
→
Allisson Azevedo
November 02, 2011
Technology
4
190
Ecossistema Python Para Web
Slides da palestra ministrada no FliSOL Campina Grande 2011.
Allisson Azevedo
November 02, 2011
Tweet
Share
More Decks by Allisson Azevedo
See All by Allisson Azevedo
Programação Assíncrona com Asyncio
allisson
0
120
Crawleando sites com NodeJS
allisson
0
180
Introdução a linguagem Go
allisson
0
320
Docker + Django
allisson
5
670
Construindo um micro framework web em Python
allisson
0
240
Consumindo API's OAuth{1,2} com Python
allisson
1
200
Tarefas assíncronas com django e celery
allisson
1
24k
Deploy completo de uma aplicação Django
allisson
6
520
Desenvolvimento Web com Django
allisson
0
150
Other Decks in Technology
See All in Technology
【2026年版】生成AIによる情報システムへのインパクト
taka_aki
0
160
React 19時代のコンポーネント設計ベストプラクティス
uhyo
17
6.7k
教育現場のプロンプトエンジニアリング問題を 解決するAIエージェントを作成してみた
ryoshun
0
120
大規模な組織におけるAI Agent活用の促進と課題
lycorptech_jp
PRO
4
4k
俺の失敗を乗り越えろ!メーカーの開発現場での失敗談と乗り越え方 ~ゆるゆるチームリーダー編~
spiddle
0
280
LINEヤフーにおけるAI駆動開発組織のプロデュース施策
lycorptech_jp
PRO
0
100
技術キャッチアップ効率化を実現する記事推薦システムの構築
yudai00
2
130
primeNumber DATA MANAGEMENT CAMP #2:
masatoshi0205
0
210
競争優位を生み出す戦略的内製開発の実践技法
masuda220
PRO
0
350
既存のログ監視システムをクラウドっぽく実装してみた
tjmtrhs
0
190
GitHub Copilot CLI 現状確認会議(2026年2月のすがた)
torumakabe
4
570
使って学ぼう MCP (と GitHub Codespaces)
tsubakimoto_s
1
220
Featured
See All Featured
The Anti-SEO Checklist Checklist. Pubcon Cyber Week
ryanjones
0
81
Making the Leap to Tech Lead
cromwellryan
135
9.7k
YesSQL, Process and Tooling at Scale
rocio
174
15k
Color Theory Basics | Prateek | Gurzu
gurzu
0
210
Mozcon NYC 2025: Stop Losing SEO Traffic
samtorres
0
160
Faster Mobile Websites
deanohume
310
31k
Agile Actions for Facilitating Distributed Teams - ADO2019
mkilby
0
130
Breaking role norms: Why Content Design is so much more than writing copy - Taylor Woolridge
uxyall
0
190
Agile that works and the tools we love
rasmusluckow
331
21k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
54k
Tips & Tricks on How to Get Your First Job In Tech
honzajavorek
0
440
First, design no harm
axbom
PRO
2
1.1k
Transcript
Ecossistema python para desenvolvimento web Allisson Azevedo – FliSol Campina
Grande 2011 http://slideshare.net/allisson/
[email protected]
Allisson?
None
None
None
None
None
None
Python
➔ 1991 ➔ Interpretada ➔ Multiplataforma ➔ Tipagem dinâmica e
forte ➔ Bytecode ➔ Baterias inclusas ➔ Boa documentação
Python e HTTP
None
None
Frameworks Web
➔ Micro frameworks ➔ Glue frameworks ➔ Full stack frameworks
Micro frameworks
Micro frameworks
Micro frameworks
Micro frameworks
Micro frameworks
Glue frameworks
Glue frameworks
Glue frameworks
Glue frameworks
Full stack frameworks
Full stack frameworks
Full stack frameworks
Full stack frameworks
Banco de dados
➔ Sqlite – pysqlite (nativo a partir do 2.5) ➔
MySQL – mysql-python ➔ PostgreSQL – psycopg2 ➔ Oracle – cx_Oracle ➔ MongoDB – PyMongo ➔ CouchDB – couchdb-python ➔ Redis – redis-py ➔ Cassandra - python-cassandra
ORMS
None
None
None
None
Fulltext search engine
None
None
Task Queue
None
None
None
Deploy
➔ WSGI – PEP 333 ➔ http://www.python.org/dev/peps/p ep-0333/ ➔ “Universal
interface between web servers and web applications or frameworks”
None
None
None
None
Automação de deploy
None
None
Testes
None
None
None
None
None
None
Pip e Virtualenv
None
None
None
Obrigado! Perguntas?