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
globo.com s2 python
Search
Andrews Medina
May 05, 2014
Technology
5
370
globo.com s2 python
Palestra apresentada na python nordeste 2014 sobre como Python está sendo utilizado na globo.com
Andrews Medina
May 05, 2014
Tweet
Share
More Decks by Andrews Medina
See All by Andrews Medina
Organizando dados juŕidicos em grafos
andrewsmedina
0
91
Clean Code - princípios e práticas para um código sustentável
andrewsmedina
0
570
Pytfalls
andrewsmedina
1
180
tsuru para quem sabe tsuru
andrewsmedina
0
71
tsuru and docker
andrewsmedina
6
3.5k
pypy - o interpretador mais rapido do velho oeste
andrewsmedina
0
370
fazendo deploys de forma simples e divertida com tsuru
andrewsmedina
3
140
let's go
andrewsmedina
2
300
TDD for Dummies
andrewsmedina
3
370
Other Decks in Technology
See All in Technology
.NET AspireでAzure Functionsやクラウドリソースを統合する
tsubakimoto_s
0
190
.NET 最新アップデート ~ AI とクラウド時代のアプリモダナイゼーション
chack411
0
200
三菱電機で社内コミュニティを立ち上げた話
kurebayashi
1
360
完全自律型AIエージェントとAgentic Workflow〜ワークフロー構築という現実解
pharma_x_tech
0
350
Git scrapingで始める継続的なデータ追跡 / Git Scraping
ohbarye
5
490
あなたの知らないクラフトビールの世界
miura55
0
130
Oracle Exadata Database Service(Dedicated Infrastructure):サービス概要のご紹介
oracle4engineer
PRO
0
12k
デジタルアイデンティティ技術 認可・ID連携・認証 応用 / 20250114-OIDF-J-EduWG-TechSWG
oidfj
2
680
AWSマルチアカウント統制環境のすゝめ / 20250115 Mitsutoshi Matsuo
shift_evolve
0
110
2025年の挑戦 コーポレートエンジニアの技術広報/techpr5
nishiuma
0
140
自社 200 記事を元に整理した読みやすいテックブログを書くための Tips 集
masakihirose
2
330
Formal Development of Operating Systems in Rust
riru
1
420
Featured
See All Featured
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
356
29k
Unsuck your backbone
ammeep
669
57k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
3
360
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
Navigating Team Friction
lara
183
15k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
3
180
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
98
18k
Designing for Performance
lara
604
68k
Faster Mobile Websites
deanohume
305
30k
BBQ
matthewcrist
85
9.4k
Reflections from 52 weeks, 52 projects
jeffersonlam
348
20k
Transcript
None
andrewsmedina
[email protected]
None
None
None
None
None
por que python ?
None
fácil
simples
from splinter import Browser ! browser = Browser() browser.visit("http://www.globo.com") browser.is_text_present("noticias")
comunidade
None
python para web
zope django flask grok pylons pyramid tornado web.py twisted london
django cherrypy
ambiente local
pip
virtualenv
requirements.txt
vagrant
None
testando aplicações
splinter
mock
nose/py.test
deploy e produção
fabric
gunicorn
nginx
varnish
https://github.com/globocom
python3
globo.com usa apenas python?
None
None
tsuru https://github.com/tsuru/tsuru
open source platform as a service http://tsuru.io
thumbor https://github.com/thumbor/thumbor
nginx push stream module https://github.com/wandenberg/nginx-push-stream-module
splinter https://github.com/cobrateam/splinter
obrigado! @andrewsmedina
[email protected]