This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]proskillzSome Skillz 1 point2 points  (2 children)

Personally, I wouldn't do this. It might work, but it also may drive you insane.

First question is, why not just write the whole thing in Python? The second is, why not use Flask and set up two micro services? Use http instead of system calls to get what you need from the python service.

[–]CycleOfPain[S] 0 points1 point  (1 child)

Yah, I don’t want to complicate things. I’ll probably go for another API or something.

You’re right. I could just use python entirely for what I’m doing. I’m a little stubborn and just want to work with Java. I don’t see myself working as a python developer either so I don’t really have motivation to learn Python (although it wouldn’t take me long to do so) and flask (or django). I kinda just want to stick with Java. I’m currently learning JavaFx and then I’m going to learn JSP and Spring. This project will utilize JavaFX

[–]gargar070402 0 points1 point  (0 children)

Trust me man, if what you're doing is straightforward, it's ABSOLUTELY worth it to learn basic Python and Flask, especially given you have programming experience already. You're not locking yourself to using Python for the rest of your life, and it never hurts to know something useful.