• flickr
  • twitter
  • facebook
  • delicious
  • Google Buzz

Posts Tagged “Python”

Das Python-Barcamp zur 1. PyCon Deutschland

by Christian Scholz on October 6, 2011

Am Dienstag fand in Leipzig im Rahmen der 1. deutschen Pythonkonferenz ein Barcamp statt. Anwesend waren so zwischen 25-30 Personen, was eigentlich ganz gut war, da viele an diesem Tag auch erst anreisten und Tutorials zeitgleich stattfanden. Hier ein paar (…)

Read the rest of this entry »

Malthe about “Otto” (Plone Conference 2009 Open Space Session)

by Christian Scholz on October 30, 2009

Malthe Borch organized a session about “Otto”, his and Jeroen’s approach to make Python Web Framework programming fun again mainly be reinventing the wheel. But give it a listen yourself: (Download MP3) (It started by Malthe explaining that repoze.bfg was (…)

Read the rest of this entry »

New release of basketweaver and how to create your own package index for Python

by Christian Scholz on September 9, 2009

Once upon a time Chris McDonough was ranting about distribution_links and how they are considered harmful and out of that came a script which enabled you to easily create your own package index for your buildout to use. A little (…)

Read the rest of this entry »

pydataportability.xrds v0.2 released

by Christian Scholz on September 8, 2009

It’s been a while since I worked on pydataportabilty but I am on track again. Today I released version 0.2 of the pydataportability.xrds package, a parser for XRDS-Simple documents. From the changelog: 0.2 (2009-09-08) ================ Documentation ————- * “CHANGES.txt“ and (…)

Read the rest of this entry »

Using ToscaWidgets with repoze.bfg and Storm

by Christian Scholz on September 2, 2008

Recently I tried to use Storm and ToscaWidgets with repoze.bfg to create a simple usermanagement application. Here is a little rundown of what I did. First I installed repoze.bfg inside a virtualenv: mkdir users cd users virtualenv –no-site-packages . source (…)

Read the rest of this entry »