Python Enterprise

Post on 14-Dec-2014

369 views 1 download

description

Talk about Python given during the StarTechConf 2013 @alvaro_aguirre

Transcript of Python Enterprise

PYTHON ENTERPRISE

@alvaro_aguirre

La Felicidad es el Camino

17días

HUELGA

TOMAy

EMPRESAS

CONSULTORAS

TU

Universidad

TU?

Comunidad

Startups

Empresas B Ciencia

Herramientas

?

3 años

• +5 millions of users

• +100 millions of photos

• 15 photos per second

• +8 Billion Page Views

Python Software Stack

Buildout

Buildout

Buildout

Buildout

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

New Project

pcreate -s alchemy

pcreate -s starter MyProject

pcreate -s zodb

pcreate -s pyramid_mongodb

Setup

cd MyProjectpython setup.py develop

Test

python setup.py test -q

Serve

pserve development.ini

Buildout

Oracle, MySQL, PG

Buildout

Oracle, MySQL, PG

Buildout

Oracle, MySQL, PG

zop

e.in

terf

ace

s

github.com/aaguirre/PythonEnterpriseStack

python bootstrap.pybin/buildout

bin/serve

gracias.