Tuesday, May 25, 2010

Pycon4 Talks

At the Pycon4 (the italian Python conference) I done two talks.

The first one is about the ZODB, an object oriented data base. It is amazing how using this DB make your code simple and natural in respect of the equivalent using a RDBM.

The second one is on zope.buildout. It is a system to deploy Python applications. I use this one especially for the deployment of Zope/Plone applications, but I discovered very useful in any type of deployment.

You can find the slides here:
http://www.slideshare.net/axaroth/zodb
http://www.slideshare.net/axaroth/buildout
(They are in italian!)


And the code here:
the family tree with zodb
buildout example

Labels:

0 Comments:

Post a Comment

<< Home