How to use non web languages for front end ?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 7

How to use non web languages for front end ??

How can we use non web languages like python, java é.t.c. for front-end development?? Py frameworks like django are only for back end.

8th Dec 2018, 12:26 AM
Arushi Singhania
Arushi Singhania - avatar
15 Answers
+ 8
Talk to them on SoloLearn.
9th Dec 2018, 2:57 AM
Arushi Singhania
Arushi Singhania - avatar
+ 6
Java has applet for front end so it still count And python, even though its not natively supported in browser think its still possible. You might be able to write the python interpreter in js to make it work in browser edit: well i found one https://github.com/brython-dev/brython/blob/master/README.md
8th Dec 2018, 4:17 AM
Taste
Taste - avatar
+ 6
Taste Maybe because I tried it after html5 was here. Btw I want a substitute for JS. Is there any ??
8th Dec 2018, 7:01 PM
Arushi Singhania
Arushi Singhania - avatar
+ 5
You also can do it in C or C++ ! If you want it in a browser : use WASM (Web Assembler) If not : you can communicate with your server using sockets and recreating the protocol (HTTP, SMTP, ...) or use libraries that get the job done for you. For HTTP, I know that curl has an API (libcurl) that do it really easily
8th Dec 2018, 7:26 AM
Baptiste E. Prunier
Baptiste E. Prunier - avatar
+ 5
You can use python in web. For example, this is what Burey Made https://code.sololearn.com/WnQZ0B7qvLjF/?ref=app
8th Dec 2018, 8:17 AM
Jingga Sona
Jingga Sona - avatar
+ 5
Taste I have tried applet but it's not that cool. Also, html5 doesn't support it.
8th Dec 2018, 6:45 PM
Arushi Singhania
Arushi Singhania - avatar
+ 5
Mamun Rahman If I sincerely talk about java then I must say I forgot more than half of it since the day I have switched to py. So, I may not be the best person to help u with advanced java. Btw u can take help from people like Gaurav Agarwal and LukArToDo
9th Dec 2018, 2:32 AM
Arushi Singhania
Arushi Singhania - avatar
+ 2
What is WASM Baptiste E. Prunier
8th Dec 2018, 7:27 AM
onekpsc
+ 2
ಮಾರುತಿ it is a solution to make web pages using C or C++,but I never used it personally
8th Dec 2018, 10:06 AM
Baptiste E. Prunier
Baptiste E. Prunier - avatar
+ 1
What about c#?
8th Dec 2018, 6:34 PM
Mohammad Reza Nozadi
+ 1
It was the coolest thing in web development, same as flash. But html5 really kill them, it has the functionality they were offer ¯\_(ツ)_/¯
8th Dec 2018, 6:53 PM
Taste
Taste - avatar
+ 1
Yeah, there are. You can use python3 with brython link provided above, or python2 using skuplt like in burey's code
8th Dec 2018, 9:13 PM
Taste
Taste - avatar
0
thank you for the response how do i get in touch with either of them?
9th Dec 2018, 2:53 AM
Mamun Rahman
Mamun Rahman - avatar
- 1
Arishi i need your help with java is there anyway to pm u
8th Dec 2018, 9:06 PM
Mamun Rahman
Mamun Rahman - avatar
- 1
Arushi*
8th Dec 2018, 9:06 PM
Mamun Rahman
Mamun Rahman - avatar