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
45
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
740
Python Nordeste 2016 - Aplicações multiplataforma - Kivy
jcemelanda
0
260
Python e Games - Python Brasil 11 - 2015
jcemelanda
0
110
Python Emsl2009
jcemelanda
0
47
Other Decks in Programming
See All in Programming
たのしいSocketのしくみ / Socket Under a Microscope
coe401_
8
1.4k
自力でTTSモデルを作った話
zgock999
0
120
Datadog DBMでなにができる? JDDUG Meetup#7
nealle
0
160
責務と認知負荷を整える! 抽象レベルを意識した関心の分離
yahiru
8
1.5k
第3回関東Kaggler会_AtCoderはKaggleの役に立つ
chettub
3
1.2k
LINE messaging APIを使ってGoogleカレンダーと連携した予約ツールを作ってみた
takumakoike
0
130
[JAWS DAYS 2025] 最近の DB の競合解決の仕組みが分かった気になってみた
maroon1st
0
150
『テスト書いた方が開発が早いじゃん』を解き明かす #phpcon_nagoya
o0h
PRO
9
2.5k
GoとPHPのインターフェイスの違い
shimabox
2
210
DevNexus - Create AI Infused Java Apps with LangChain4j
kdubois
0
120
Django NinjaによるAPI開発の効率化とリプレースの実践
kashewnuts
1
290
Better Code Design in PHP
afilina
0
180
Featured
See All Featured
Unsuck your backbone
ammeep
669
57k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
32
2.2k
Why You Should Never Use an ORM
jnunemaker
PRO
55
9.2k
Designing for humans not robots
tammielis
250
25k
Building Adaptive Systems
keathley
40
2.4k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
13
1k
A Philosophy of Restraint
colly
203
16k
The Straight Up "How To Draw Better" Workshop
denniskardys
232
140k
Embracing the Ebb and Flow
colly
84
4.6k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
656
59k
Designing for Performance
lara
605
68k
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
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 • jcemelanda@gmail.com • 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!