Xml Generation Module
In all my apps I communicate client to server in XML. Flex has very nice XML processing capabilities through e4x. I typically generate only simple XML to send back to the server, where python's processing is fairly easy too.
The last link in the chain is getting Django to generate XML easily. I wrote a very simple xml generating module that might proove useful.