PyCon UK
Character Set problems, in particular with Django
Handling user input in unknown character sets is always a problem, and it seems more so lately, especially as browsers don't necessarily obey the rules.
I've had a few problems with real-world Django sites lately, and have arrived at a solution ( I think ) - it works for me, anyway.
I thought that it might be useful to have a working group session on these problems.
John Pinner
PyCon UK Society Annual General Meeting
The Society's AGM will be held at the BMI during FLOSSUK, at 1:45pm, probably in the John Peek Room (depending upon numbers).
Notice of the AGM has been given on the The Society's website
python-csp
Some links for people who were at the concurrency and parallelism discussion:
python-csp code: http://www.videobash.com/video_show/kitten-fell-asleep-3537
Tutorial: http://code.google.com/p/python-csp/wiki/TutorialPage0
mailing list: http://groups.google.com/group/python-csp
General stuff about CSP: http://wotug.org/
Sarah Mount (@snim2)