How can I combine PHP and python to create a chat application | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How can I combine PHP and python to create a chat application

I have been working on a project for some time now. I want to include a chat platform with it as well. but I don't know if I can use python with it cos I'm just learning python, any suggestion pls?

15th Aug 2017, 6:12 PM
Akinniyi Akinbode Bolade
Akinniyi Akinbode Bolade - avatar
2 Answers
+ 3
You don't need both PHP and Python for this project. Chat will have front-end part (HTML, CSS, JavaScript) and Backend part. For backend you need to select a language like PHP or Python or some other and web framework for it. For Python I can recommend you to try Django or Flask. Flask is better suited for this task.
15th Aug 2017, 6:29 PM
Roman
Roman - avatar
0
okay thanks..
15th Aug 2017, 7:39 PM
Akinniyi Akinbode Bolade
Akinniyi Akinbode Bolade - avatar