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
49
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
770
Python Nordeste 2016 - Aplicações multiplataforma - Kivy
jcemelanda
0
260
Python e Games - Python Brasil 11 - 2015
jcemelanda
0
110
Python Emsl2009
jcemelanda
0
51
Other Decks in Programming
See All in Programming
Rubyでやりたい駆動開発 / Ruby driven development
chobishiba
1
730
Webの外へ飛び出せ NativePHPが切り拓くPHPの未来
takuyakatsusa
2
560
git worktree × Claude Code × MCP ~生成AI時代の並列開発フロー~
hisuzuya
1
570
Porting a visionOS App to Android XR
akkeylab
0
470
『自分のデータだけ見せたい!』を叶える──Laravel × Casbin で複雑権限をスッキリ解きほぐす 25 分
akitotsukahara
2
640
ペアプロ × 生成AI 現場での実践と課題について / generative-ai-in-pair-programming
codmoninc
2
18k
Python型ヒント完全ガイド 初心者でも分かる、現代的で実践的な使い方
mickey_kubo
1
130
Is Xcode slowly dying out in 2025?
uetyo
1
280
Modern Angular with Signals and Signal Store:New Rules for Your Architecture @enterJS Advanced Angular Day 2025
manfredsteyer
PRO
0
220
ニーリーにおけるプロダクトエンジニア
nealle
0
840
Discover Metal 4
rei315
2
140
効率的な開発手段として VRTを活用する
ishkawa
0
140
Featured
See All Featured
Unsuck your backbone
ammeep
671
58k
Facilitating Awesome Meetings
lara
54
6.4k
What's in a price? How to price your products and services
michaelherold
246
12k
How to Think Like a Performance Engineer
csswizardry
25
1.7k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
45
7.5k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
30
2.1k
Bash Introduction
62gerente
613
210k
Designing Experiences People Love
moore
142
24k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
The Language of Interfaces
destraynor
158
25k
Building Flexible Design Systems
yeseniaperezcruz
328
39k
GitHub's CSS Performance
jonrohan
1031
460k
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!