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
76
Crawleando sites com NodeJS
allisson
0
140
Introdução a linguagem Go
allisson
0
290
Docker + Django
allisson
5
580
Construindo um micro framework web em Python
allisson
0
210
Consumindo API's OAuth{1,2} com Python
allisson
1
160
Tarefas assíncronas com django e celery
allisson
1
24k
Deploy completo de uma aplicação Django
allisson
6
450
Desenvolvimento Web com Django
allisson
0
130
Other Decks in Technology
See All in Technology
いざ、BSC討伐の旅
nikinusu
2
690
株式会社ログラス − エンジニア向け会社説明資料 / Loglass Comapany Deck for Engineer
loglass2019
3
28k
ジョブマッチングサービスにおける相互推薦システムの応用事例と課題
hakubishin3
3
640
SREの組織類型に応じた リーダシップの考察
kenta_hi
PRO
1
630
Microsoft Intune アプリのトラブルシューティング
sophiakunii
1
410
DatabricksにおけるLLMOpsのベストプラクティス
taka_aki
4
1.6k
Lexical Analysis
shigashiyama
1
140
Exadata Database Service on Dedicated Infrastructure(ExaDB-D) UI スクリーン・キャプチャ集
oracle4engineer
PRO
2
3.1k
Exadata Database Service on Cloud@Customer セキュリティ、ネットワーク、および管理について
oracle4engineer
PRO
0
1.1k
State of Open Source Web Mapping Libraries
dayjournal
0
220
[FOSS4G 2024 Japan LT] LLMを使ってGISデータ解析を自動化したい!
nssv
1
180
What to do after `laravel new`
mattstauffer
0
140
Featured
See All Featured
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
329
21k
StorybookのUI Testing Handbookを読んだ
zakiyama
26
5.2k
A better future with KSS
kneath
238
17k
Documentation Writing (for coders)
carmenintech
65
4.4k
Ruby is Unlike a Banana
tanoku
96
11k
Build The Right Thing And Hit Your Dates
maggiecrowley
33
2.4k
Scaling GitHub
holman
458
140k
Large-scale JavaScript Application Architecture
addyosmani
510
110k
Faster Mobile Websites
deanohume
305
30k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
226
22k
Adopting Sorbet at Scale
ufuk
73
9.1k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
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?