3 entries tagged
openid
and
python
I thought I might have a go at familiarizing myself with TurboGears, one of the new
Python web frameworks, by writing a new and improved clone of the
Picky Picky Game. Step one was verifying that I can upload pictures
easily. Step two was getting an identity system put together. Creating
a registration page and log-in form and so on is the obvious and dull
solution, so I thought I’d have a go at exploiting OpenID instead.
Read more
With all this buzz about OpenID all of a sudden I have been reminded
of how a while back I was tinkering with a TurboGears-based web game
using OpenID (see parts 1, 2, 3). Having learned more
about WSGI and Python Paste I am inclined to see how far I can
push the idea of writing web applications using WSGI and a collection of
WSGI filters as my framework.
Read more
Programmers learn through programming, and my research into OpenID
has got as far as a web application that lets you do nothing at all
except log in with OpenID. Along the way I have played a bit with
Canonical’s own object-relational mapper (ORM) called
Storm.
Read more