So far, my project seems to be going fairly well. Firefox extensions use javascript as their primary language, which unfortunately does not have a wrapper for d-bus, which I need to communicate with NetworkManager. Fortunately, Python has these wrappers, and I can use Python classes in the Javascript using XPCOM.
What this means, is that I can link Python and Javascript together: use Python for the lower-level stuff, the actual communication, and pass ifno back to the javascript, which can then talk with Firefox, and do the actual login itself. While I don't know python yet, it looks like a simplistic enough language, and will be the first I've learned that is not C-style.
This should be an intereting experience, and if nothing else, I can add Python to my resume.






Could you tell in more details what are you looking for?