Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

PHP

Nithin KV
Nithin KV
809 Points

Can I use PHP and Python in same web application?

Hi, I'm working on one web App currently I'm using PHP. Later we may need to implement Machine Learning. At that time can I use Python?

1 Answer

Alex Arzamendi
Alex Arzamendi
10,042 Points

You very much could if you link the services required correctly or if one applications calls on the others. At the place in which I work we use PHP as our main development platform, but for some external services that we have that require concurrent heavy lifting we use .NET and it is linked and working perfectly fine with what we do.

Nithin KV
Nithin KV
809 Points

Could U please provide some of the way (Doc links) to integrate both ?