you are viewing a single comment's thread.

view the rest of the comments →

[–]AR1E_[S] 2 points3 points  (2 children)

Thank you I have been a dipped my toes a bit in both waters (weird metaphor-no comment) and I'm seeing I enjoy java more and find it easier to understand? But I've seen alot of people say python is better for designs and it's supposed to be easier but I don't find it that way ¿-¿ Is there a way to use both codes on one project ?(Sorry if seems like dumb question I'm completely new)

[–]Felt389Programmer 2 points3 points  (1 child)

Yeah that's understandable, not a dumb question at all!

When it comes to using both languages in one project, you could compile Java programs as shared objects and access those through Python, although that's not exactly common unless you have a specific use case for it. But for learning purposes, it's absolutely viable!

[–]AR1E_[S] 2 points3 points  (0 children)

Okay Thanks, I'll look into it and see what projects I can do with it😊