1

We are developing software in Python, but two of our team know only C/C++. My question is, how can we make plugins or is it possible to include dll in Python and how?

2 Answers 2

5

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.

Sign up to request clarification or add additional context in comments.

Comments

2

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

1 Comment

Is it possible to use matlab and java?

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.