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
Allisson Azevedo
November 02, 2011
Technology
4
180
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
110
Crawleando sites com NodeJS
allisson
0
160
Introdução a linguagem Go
allisson
0
310
Docker + Django
allisson
5
640
Construindo um micro framework web em Python
allisson
0
230
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
Other Decks in Technology
See All in Technology
extension 現場で使えるXcodeショートカット一覧
ktombow
0
190
空間を設計する力を考える / 20251004 Naoki Takahashi
shift_evolve
PRO
3
250
Railsアプリケーション開発者のためのブックガイド
takahashim
14
5.9k
組織観点からIAM Identity CenterとIAMの設計を考える
nrinetcom
PRO
1
150
非エンジニアのあなたもできる&もうやってる!コンテキストエンジニアリング
findy_eventslides
3
880
BtoBプロダクト開発の深層
16bitidol
0
160
GC25 Recap+: Advancing Go Garbage Collection with Green Tea
logica0419
1
350
GA technologiesでのAI-Readyの取り組み@DataOps Night
yuto16
0
260
"複雑なデータ処理 × 静的サイト" を両立させる、楽をするRails運用 / A low-effort Rails workflow that combines “Complex Data Processing × Static Sites”
hogelog
3
1.7k
[2025-09-30] Databricks Genie を利用した分析基盤とデータモデリングの IVRy の現在地
wxyzzz
0
440
From Prompt to Product @ How to Web 2025, Bucharest, Romania
janwerner
0
110
C# 14 / .NET 10 の新機能 (RC 1 時点)
nenonaninu
1
1.4k
Featured
See All Featured
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
54
3k
A designer walks into a library…
pauljervisheath
208
24k
Side Projects
sachag
455
43k
How to Think Like a Performance Engineer
csswizardry
27
2k
The Art of Programming - Codeland 2020
erikaheidi
56
14k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
45
2.5k
Designing for Performance
lara
610
69k
GraphQLの誤解/rethinking-graphql
sonatard
72
11k
Building Applications with DynamoDB
mza
96
6.6k
Become a Pro
speakerdeck
PRO
29
5.5k
Done Done
chrislema
185
16k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
49
3.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?