We are developing software in Python, but two of our team know only C/C++. My question is, how can we m开发者_开发知识库ake plugins or is it possible to include dll in Python and how?
Unless you already have existing C/C++ libraries you want to integrate into Python, it's a waste of time. Toss a copy of the tutorial on their desks and tell them to take a few days to learn it.
http://docs.python.org/extending/extending.html
http://docs.python.org/extending/
http://en.wikibooks.org/wiki/Python_Programming/Extending_with_C
http://wiki.cacr.caltech.edu/danse/index.php/Writing_C_extensions_for_Python
精彩评论