+ 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.
6 odpowiedzi
+ 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
+ 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
0
Im not a expert at this topic.
0
As far as they can communicate in any way, I don't see any problem in using two different languages
0
it can be a bit difficult to intermix two programming languages as their syntax are different but it is possible to mix languages.
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.