I was wondering, is there a way for me to use the programming languages, C++ and Python, in the same program?
            Asked
            
        
        
            Active
            
        
            Viewed 51 times
        
    0
            
            
        - 
                    Yes. Are you calling C++ from Python or calling Python from C++? – Thomas Matthews Nov 09 '20 at 17:28
- 
                    I recommend searching the internet before posting to StackOverflow. Try "Calling C++ from Python" or "Calling Python from C++". – Thomas Matthews Nov 09 '20 at 17:30
- 
                    @ThomasMatthews I want to call C++ from Python – Nov 09 '20 at 18:47
- 
                    1Does this answer your question? [Calling C/C++ from Python?](https://stackoverflow.com/questions/145270/calling-c-c-from-python) – filpa Nov 09 '20 at 19:15