Ways for combining Adobe AIR and Python - Python
I need to use Python because: I have implemented many script开发者_开发知识库s and libraries using Python in order to solve a certain problem.
I would like to use AIR because: I really love the flexibility of building UIs using HTML and Javascript, also implementing beautiful UI designs is actually very easy.
Any ideas if I can integrate these 2 technologies or if not, any ideas how I could substitute AIR?
Help would be awesome! :)
I've been thinking about the same combo as well. PyAMF might be worth a look - I've been thinking of PyAMF + web2py + AIR myself, possibly with py2exe thrown in for good measure.
精彩评论