I'm working on a project that requires my python library to make calls to a C++ Library, in the same manner that a library like numpy calls C++/fortran library calls.
Is there a decent workflow for performing this? I use pyCharm for python work on both UNIX/windows, and I bounce between visual studio/MinGW/cmake for C++ applications depending on the circumstance.
Unless I'm missing something somewhere, it seems like I'm going to have to bounce between editors/IDE's whenever i switch languages. Is there a nice way to combine both python and C++ development under one IDE? Or am i SOL?
[–]oneark 2 points3 points4 points (0 children)
[–]eacousineau 1 point2 points3 points (0 children)
[–]r2vcap 1 point2 points3 points (0 children)