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
780
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
個人軟體時代
ethanhuang13
0
310
Introducing ReActionView: A new ActionView-compatible ERB Engine @ Rails World 2025, Amsterdam
marcoroth
0
490
The state patternの実践 個人開発で培ったpractice集
miyanokomiya
0
160
詳解!defer panic recover のしくみ / Understanding defer, panic, and recover
convto
0
210
Design Foundational Data Engineering Observability
sucitw
3
160
DockerからECSへ 〜 AWSの海に出る前に知っておきたいこと 〜
ota1022
5
1.9k
Flutter with Dart MCP: All You Need - 박제창 2025 I/O Extended Busan
itsmedreamwalker
0
130
Vue・React マルチプロダクト開発を支える Vite
andpad
0
110
CloudflareのChat Agent Starter Kitで簡単!AIチャットボット構築
syumai
2
400
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
330
プロポーザル駆動学習 / Proposal-Driven Learning
mackey0225
2
700
AWS発のAIエディタKiroを使ってみた
iriikeita
1
160
Featured
See All Featured
StorybookのUI Testing Handbookを読んだ
zakiyama
31
6.1k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
33
2.4k
Reflections from 52 weeks, 52 projects
jeffersonlam
352
21k
A better future with KSS
kneath
239
17k
4 Signs Your Business is Dying
shpigford
184
22k
How STYLIGHT went responsive
nonsquared
100
5.8k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.4k
The Pragmatic Product Professional
lauravandoore
36
6.8k
Navigating Team Friction
lara
189
15k
The Straight Up "How To Draw Better" Workshop
denniskardys
236
140k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.8k
Embracing the Ebb and Flow
colly
87
4.8k
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!