Can python and php work together?
        Posted  
        
            by 
                user71741
            
        on Programmers
        
        See other posts from Programmers
        
            or by user71741
        
        
        
        Published on 2012-11-03T11:42:24Z
        Indexed on 
            2012/11/03
            17:21 UTC
        
        
        Read the original article
        Hit count: 546
        
I am having a mobile app created for ios. The developers built the app in php. The app requires an algorithm so I found another programmer to develop it. The algorithm programmer built the algorithm in python. The developers refuse to finish the app because they say it won't work with python, while the programmer insist it will. The programmer says put the algorithm in its on server and connect then over http. Will this work and I'd so how risky is it to future problems?
© Programmers or respective owner