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
200
tsuru para quem sabe tsuru
andrewsmedina
0
77
tsuru and docker
andrewsmedina
6
3.6k
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
職種の壁を溶かして開発サイクルを高速に回す~情報透明性と職種越境から考えるAIフレンドリーな職種間連携~
daitasu
0
190
使いやすいプラットフォームの作り方 ー LINEヤフーのKubernetes基盤に学ぶ理論と実践
lycorptech_jp
PRO
1
160
Generative AI Japan 第一回生成AI実践研究会「AI駆動開発の現在地──ブレイクスルーの鍵を握るのはデータ領域」
shisyu_gaku
0
330
Rustから学ぶ 非同期処理の仕組み
skanehira
1
150
Bedrock で検索エージェントを再現しようとした話
ny7760
2
130
テストを軸にした生き残り術
kworkdev
PRO
0
220
はじめてのOSS開発からみえたGo言語の強み
shibukazu
4
1k
Evolución del razonamiento matemático de GPT-4.1 a GPT-5 - Data Aventura Summit 2025 & VSCode DevDays
lauchacarro
0
210
2025/09/16 仕様駆動開発とAI-DLCが導くAI駆動開発の新フェーズ
masahiro_okamura
0
140
AWSで始める実践Dagster入門
kitagawaz
1
750
Wantedlyの開発組織における生成AIの浸透プロジェクトについて
kotominaga
2
110
Oracle Cloud Infrastructure IaaS 新機能アップデート 2025/06 - 2025/08
oracle4engineer
PRO
0
110
Featured
See All Featured
Optimising Largest Contentful Paint
csswizardry
37
3.4k
Building a Scalable Design System with Sketch
lauravandoore
462
33k
The Language of Interfaces
destraynor
161
25k
Rebuilding a faster, lazier Slack
samanthasiow
83
9.2k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
4k
What’s in a name? Adding method to the madness
productmarketing
PRO
23
3.7k
Faster Mobile Websites
deanohume
309
31k
Into the Great Unknown - MozCon
thekraken
40
2k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
23
1.4k
How GitHub (no longer) Works
holman
315
140k
Gamification - CAS2011
davidbonilla
81
5.4k
Visualization
eitanlees
148
16k
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]