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
390
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
99
Clean Code - princípios e práticas para um código sustentável
andrewsmedina
0
630
Pytfalls
andrewsmedina
1
190
tsuru para quem sabe tsuru
andrewsmedina
0
77
tsuru and docker
andrewsmedina
6
3.5k
pypy - o interpretador mais rapido do velho oeste
andrewsmedina
0
390
fazendo deploys de forma simples e divertida com tsuru
andrewsmedina
3
140
let's go
andrewsmedina
2
310
TDD for Dummies
andrewsmedina
3
370
Other Decks in Technology
See All in Technology
CursorによるPMO業務の代替 / Automating PMO Tasks with Cursor
motoyoshi_kakaku
2
800
強化されたAmazon Location Serviceによる新機能と開発者体験
dayjournal
3
260
Understanding_Thread_Tuning_for_Inference_Servers_of_Deep_Models.pdf
lycorptech_jp
PRO
0
150
あなたの声を届けよう! 女性エンジニア登壇の意義とアウトプット実践ガイド #wttjp / Call for Your Voice
kondoyuko
4
510
Delegating the chores of authenticating users to Keycloak
ahus1
0
130
Oracle Cloud Infrastructure:2025年6月度サービス・アップデート
oracle4engineer
PRO
2
310
生成AI開発案件におけるClineの業務活用事例とTips
shinya337
0
190
KubeCon + CloudNativeCon Japan 2025 に行ってきた! & containerd の新機能紹介
honahuku
0
120
GitHub Copilot の概要
tomokusaba
1
150
CI/CD/IaC 久々に0から環境を作ったらこうなりました
kaz29
1
200
Connect 100+を支える技術
kanyamaguc
0
150
Core Audio tapを使ったリアルタイム音声処理のお話
yuta0306
0
160
Featured
See All Featured
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
229
22k
Making the Leap to Tech Lead
cromwellryan
134
9.4k
Embracing the Ebb and Flow
colly
86
4.7k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
17
950
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.7k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
7
720
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
34
5.9k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
26k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
331
22k
Automating Front-end Workflow
addyosmani
1370
200k
jQuery: Nuts, Bolts and Bling
dougneiner
63
7.8k
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]