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
500
Desenvolvimento Web com Django
allisson
0
140
Other Decks in Technology
See All in Technology
DDD集約とサービスコンテキスト境界との関係性
pandayumi
3
280
AWSを利用する上で知っておきたい名前解決のはなし(10分版)
nagisa53
10
3.1k
自作JSエンジンに推しプロポーザルを実装したい!
sajikix
1
170
なぜスクラムはこうなったのか?歴史が教えてくれたこと/Shall we explore the roots of Scrum
sanogemaru
5
1.6k
複数サービスを支えるマルチテナント型Batch MLプラットフォーム
lycorptech_jp
PRO
0
330
[ JAWS-UG 東京 CommunityBuilders Night #2 ]SlackとAmazon Q Developerで 運用効率化を模索する
sh_fk2
3
400
allow_retry と Arel.sql / allow_retry and Arel.sql
euglena1215
1
160
未経験者・初心者に贈る!40分でわかるAndroidアプリ開発の今と大事なポイント
operando
5
480
20250903_1つのAWSアカウントに複数システムがある環境におけるアクセス制御をABACで実現.pdf
yhana
3
550
スマートファクトリーの第一歩 〜AWSマネージドサービスで 実現する予知保全と生成AI活用まで
ganota
2
210
Terraformで構築する セルフサービス型データプラットフォーム / terraform-self-service-data-platform
pei0804
1
170
La gouvernance territoriale des données grâce à la plateforme Terreze
bluehats
0
170
Featured
See All Featured
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
12
1.1k
GraphQLの誤解/rethinking-graphql
sonatard
72
11k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
29
1.9k
Building Applications with DynamoDB
mza
96
6.6k
Intergalactic Javascript Robots from Outer Space
tanoku
272
27k
Done Done
chrislema
185
16k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
131
19k
It's Worth the Effort
3n
187
28k
Context Engineering - Making Every Token Count
addyosmani
2
41
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
31
2.2k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.9k
Faster Mobile Websites
deanohume
309
31k
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?