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
43
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
720
Python Nordeste 2016 - Aplicações multiplataforma - Kivy
jcemelanda
0
250
Python e Games - Python Brasil 11 - 2015
jcemelanda
0
110
Python Emsl2009
jcemelanda
0
44
Other Decks in Programming
See All in Programming
Enabling DevOps and Team Topologies Through Architecture: Architecting for Fast Flow
cer
PRO
0
340
Remix on Hono on Cloudflare Workers
yusukebe
1
300
Jakarta EE meets AI
ivargrimstad
0
600
Laravel や Symfony で手っ取り早く OpenAPI のドキュメントを作成する
azuki
2
120
Compose 1.7のTextFieldはPOBox Plusで日本語変換できない
tomoya0x00
0
190
WebフロントエンドにおけるGraphQL(あるいはバックエンドのAPI)との向き合い方 / #241106_plk_frontend
izumin5210
4
1.4k
ペアーズにおけるAmazon Bedrockを⽤いた障害対応⽀援 ⽣成AIツールの導⼊事例 @ 20241115配信AWSウェビナー登壇
fukubaka0825
6
2k
最新TCAキャッチアップ
0si43
0
190
アジャイルを支えるテストアーキテクチャ設計/Test Architecting for Agile
goyoki
9
3.3k
as(型アサーション)を書く前にできること
marokanatani
10
2.7k
PHP でアセンブリ言語のように書く技術
memory1994
PRO
1
170
Nurturing OpenJDK distribution: Eclipse Temurin Success History and plan
ivargrimstad
0
960
Featured
See All Featured
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
25
1.8k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
16
2.1k
4 Signs Your Business is Dying
shpigford
180
21k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
506
140k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
93
16k
Bash Introduction
62gerente
608
210k
A Philosophy of Restraint
colly
203
16k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
131
33k
What's in a price? How to price your products and services
michaelherold
243
12k
Documentation Writing (for coders)
carmenintech
65
4.4k
Gamification - CAS2011
davidbonilla
80
5k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
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!