Which of languages can we combine in programming projects? For example can we combine java and python or c++...etc ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Which of languages can we combine in programming projects? For example can we combine java and python or c++...etc ?

17th Apr 2017, 1:14 PM
ADL
ADL - avatar
3 Answers
+ 1
Yes. For example, I sometimes write an application in python for rapid development and write core module (performs heavy computation) in C++ for better performance. Usability depends on combination of languages and your purpose.
17th Apr 2017, 2:15 PM
Twelfty
Twelfty - avatar
0
thanks, is there an example of any application that is programming with python + C++ ?
17th Apr 2017, 6:25 PM
ADL
ADL - avatar
0
How about this doc? https://docs.python.org/3.6/extending/extending.html#extending-python-with-c-or-c
3rd May 2017, 4:55 PM
Twelfty
Twelfty - avatar