Can someone help me? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Can someone help me?

I have a Python Code where I have PyBluez Installed. I want to connect that code to html so I can look for Bluetooth devices. People say that I have have to try Django, but I also have Php, JavaScript, SQL, html and Css. Can someone tell me what to do???

18th Nov 2018, 8:23 PM
Octavio Aguayo
Octavio Aguayo - avatar
1 Answer
+ 1
So you are working with PHP too? It is not recommended to use two server side languages (PHP and PYTHON) together. Either you have to find a host which is ready to server for both Languages or You have to switch Completely to one language. Here you can use Python. If Django is Complicated for you, just go ahead with "Flask". It is a lightweighted Framework, which is really very very simple. Try it out.
23rd Nov 2018, 3:04 AM
Hemath Kumar
Hemath Kumar - avatar