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
Django - Lightning Talk - We Web Conf
Search
Julio Cesar Melanda
October 20, 2012
Programming
0
50
Django - Lightning Talk - We Web Conf
Julio Cesar Melanda
October 20, 2012
Tweet
Share
More Decks by Julio Cesar Melanda
See All by Julio Cesar Melanda
Aprendi Python, e agora?
jcemelanda
0
790
Python Nordeste 2016 - Aplicações multiplataforma - Kivy
jcemelanda
0
270
Python e Games - Python Brasil 11 - 2015
jcemelanda
0
120
Python Emsl2009
jcemelanda
0
51
Other Decks in Programming
See All in Programming
Designing Repeatable Edits: The Architecture of . in Vim
satorunooshie
0
230
Swift Concurrency 年表クイズ
omochi
3
220
Vueのバリデーション、結局どれを選べばいい? ― 自作バリデーションの限界と、脱却までの道のり ― / Which Vue Validation Library Should We Really Use? The Limits of Self-Made Validation and How I Finally Moved On
neginasu
3
1.8k
ALL CODE BASE ARE BELONG TO STUDY
uzulla
30
6.9k
Node-REDのノードの開発・活用事例とコミュニティとの関わり(Node-RED Con Nagoya 2025)
404background
0
110
Towards Transactional Buffering of CDC Events @ Flink Forward 2025 Barcelona Spain
hpgrahsl
0
120
実践Claude Code:20の失敗から学ぶAIペアプログラミング
takedatakashi
18
9.5k
AI駆動開発カンファレンスAutumn2025 _AI駆動開発にはAI駆動品質保証
autifyhq
0
120
外接に惑わされない自システムの処理時間SLIをOpenTelemetryで実現した話
kotaro7750
0
160
Vue 3.6 時代のリアクティビティ最前線 〜Vapor/alien-signals の実践とパフォーマンス最適化〜
hiranuma
2
370
HTTPじゃ遅すぎる! SwitchBotを自作ハブで動かして学ぶBLE通信
occhi
0
190
SidekiqでAIに商品説明を生成させてみた
akinko_0915
0
120
Featured
See All Featured
Fireside Chat
paigeccino
41
3.7k
Site-Speed That Sticks
csswizardry
13
940
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
48
9.7k
How Fast Is Fast Enough? [PerfNow 2025]
tammyeverts
2
270
A Tale of Four Properties
chriscoyier
161
23k
StorybookのUI Testing Handbookを読んだ
zakiyama
31
6.3k
The Art of Programming - Codeland 2020
erikaheidi
56
14k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
21
1.2k
How to train your dragon (web standard)
notwaldorf
97
6.3k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
23
1.5k
How to Think Like a Performance Engineer
csswizardry
27
2.2k
Learning to Love Humans: Emotional Interface Design
aarron
274
41k
Transcript
Web com Python e Django Júlio César Eiras Melanda
Júlio César Eiras Melanda • Bacharel em Ciência da Computação
pela UNIFEI • WILCX Desenvolvimento de Software LTDA • Android • Django •
[email protected]
• http://programeempython. blog.br
Python • Linguagem interpretada • Orientada a Objetos • Altamente
eficaz no tratamento de listas • Centenas de bibliotecas disponíveis • Software Livre • Sintaxe simples e direta
Django • Framework Web escrito em Python • “Para perfeccionistas
com prazos apertados” • Alto nível • Orientado a objetos • MVC • Software Livre
Características interessantes • Mapeamento objeto-relacional (MySQL, PosrtgreSQL, SQLite, ) •
Interface de administração automática • URLs 100% customizáveis de forma simples • Sistema de templates robusto e customizável • Suporta sistema de cache para aumento do desempenho • Suporta internacionalização
Mais características • Modularizável, evitando “reinventar a roda” • Aplicações
django podem ser integradas entre si e a outras de forma simples • Facilmente integrável ao apache, lighthttpd e nginx, entre outros webservers.
Sites que usam Django Entre mais de 4000 sites listados
em djangosites.org
Curiosidade • O nome é uma homenagem a Jean “Django”
Reinhardt, violonista que viveu no início do século 20. Foi um dos pioneiros do Jazz na europa e um dos músicos mais importantes do estilo.
Obrigado!