Python Enterprise

34
PYTHON ENTERPRISE @alvaro_aguirre La Felicidad es el Camino

description

Talk about Python given during the StarTechConf 2013 @alvaro_aguirre

Transcript of Python Enterprise

Page 1: Python Enterprise

PYTHON ENTERPRISE

@alvaro_aguirre

La Felicidad es el Camino

Page 2: Python Enterprise
Page 3: Python Enterprise

17días

HUELGA

TOMAy

Page 4: Python Enterprise
Page 5: Python Enterprise
Page 6: Python Enterprise
Page 7: Python Enterprise

EMPRESAS

CONSULTORAS

TU

Page 8: Python Enterprise

Universidad

TU?

Page 9: Python Enterprise

Comunidad

Startups

Empresas B Ciencia

Page 10: Python Enterprise

Herramientas

?

Page 11: Python Enterprise

3 años

Page 12: Python Enterprise
Page 14: Python Enterprise
Page 15: Python Enterprise

• +5 millions of users

• +100 millions of photos

• 15 photos per second

Page 16: Python Enterprise

• +8 Billion Page Views

Page 17: Python Enterprise
Page 18: Python Enterprise
Page 19: Python Enterprise
Page 20: Python Enterprise

Python Software Stack

Page 21: Python Enterprise

Buildout

Page 22: Python Enterprise

Buildout

Page 23: Python Enterprise

Buildout

Page 24: Python Enterprise

Buildout

Page 25: Python Enterprise

Pyramid

• “A la carta”, usa solamente las “features” que tu necesitas.

• No obliga a usar ningún mecanismo de persistencia

• Puedes usar multiples lenguajes de template

• Pluggable points, Extensibility mechanisms

Page 26: Python Enterprise

New Project

pcreate -s alchemy

pcreate -s starter MyProject

pcreate -s zodb

pcreate -s pyramid_mongodb

Page 27: Python Enterprise

Setup

cd MyProjectpython setup.py develop

Page 28: Python Enterprise

Test

python setup.py test -q

Page 29: Python Enterprise

Serve

pserve development.ini

Page 30: Python Enterprise

Buildout

Oracle, MySQL, PG

Page 31: Python Enterprise

Buildout

Oracle, MySQL, PG

Page 32: Python Enterprise

Buildout

Oracle, MySQL, PG

zop

e.in

terf

ace

s

Page 33: Python Enterprise

github.com/aaguirre/PythonEnterpriseStack

python bootstrap.pybin/buildout

bin/serve

Page 34: Python Enterprise

gracias.