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
78
Crawleando sites com NodeJS
allisson
0
140
Introdução a linguagem Go
allisson
0
290
Docker + Django
allisson
5
590
Construindo um micro framework web em Python
allisson
0
220
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
460
Desenvolvimento Web com Django
allisson
0
130
Other Decks in Technology
See All in Technology
WACATE2024冬セッション資料(ユーザビリティ)
scarletplover
0
200
PHP ユーザのための OpenTelemetry 入門 / phpcon2024-opentelemetry
shin1x1
1
200
20241220_S3 tablesの使い方を検証してみた
handy
4
400
[Ruby] Develop a Morse Code Learning Gem & Beep from Strings
oguressive
1
160
ハイテク休憩
sat
PRO
2
150
サービスでLLMを採用したばっかりに振り回され続けたこの一年のあれやこれや
segavvy
2
410
非機能品質を作り込むための実践アーキテクチャ
knih
5
1.3k
Snykで始めるセキュリティ担当者とSREと開発者が楽になる脆弱性対応 / Getting started with Snyk Vulnerability Response
yamaguchitk333
2
180
C++26 エラー性動作
faithandbrave
2
730
フロントエンド設計にモブ設計を導入してみた / 20241212_cloudsign_TechFrontMeetup
bengo4com
0
1.9k
祝!Iceberg祭開幕!re:Invent 2024データレイク関連アップデート10分総ざらい
kniino
3
260
社内イベント管理システムを1週間でAKSからACAに移行した話し
shingo_kawahara
0
180
Featured
See All Featured
Six Lessons from altMBA
skipperchong
27
3.5k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
132
33k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
26
1.9k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
Fantastic passwords and where to find them - at NoRuKo
philnash
50
2.9k
Rails Girls Zürich Keynote
gr2m
94
13k
Designing on Purpose - Digital PM Summit 2013
jponch
116
7k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
247
1.3M
Unsuck your backbone
ammeep
669
57k
Art, The Web, and Tiny UX
lynnandtonic
298
20k
Being A Developer After 40
akosma
87
590k
A Modern Web Designer's Workflow
chriscoyier
693
190k
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?