Can i make app whose gui make with java and other back-end work with python? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

Can i make app whose gui make with java and other back-end work with python?

Please tell me how i can do it.

24th Nov 2018, 4:23 PM
Maninder $ingh
Maninder $ingh - avatar
6 Answers
+ 5
I created a program with tkinter which is a python library and sqlite a database program. Their is a few codes online and videos if you want to check that out. Maninder $ingh
4th Dec 2018, 10:34 PM
Saul
Saul  - avatar
+ 4
I think you can use something like jython framework. I am not sure about this and I really have no idea. But once I asked a question on SL about intermixing of languages while developing apps and I got many answers. I hope that thread can help you somehow. https://www.sololearn.com/discuss/1151537/?ref=app
25th Nov 2018, 11:36 AM
Arushi Singhania
Arushi Singhania - avatar
0
Im not a expert at this topic.
24th Nov 2018, 8:06 PM
Ayeman Bin Salauddin
Ayeman Bin Salauddin - avatar
0
As far as they can communicate in any way, I don't see any problem in using two different languages
25th Nov 2018, 2:43 AM
Damián Tarás
Damián Tarás - avatar
0
it can be a bit difficult to intermix two programming languages as their syntax are different but it is possible to mix languages.
25th Nov 2018, 2:43 PM
Aliraza
Aliraza - avatar
0
Java is used for GUI on Android and Java Swing for PC-based apps. You can choose to do backend with anything, so Python is normally used in a web development framework called Django, which normally does both web front end and back end and database.
25th Nov 2018, 5:20 PM
chuong