0

Can a java module be modified or used within a python application when programming network socket? Is there any library for that or can jython be used for that purpose ?

3
  • Why don't you simply use python only? Why you want to mix up with java. any specific reason? Commented Jul 23, 2014 at 10:45
  • If your question is "Can I use a Java module from Python?" then how are sockets relevant? Commented Jul 23, 2014 at 10:45
  • i heard that java is efficient for socket programming, that is why i want to use that with in the python application Commented Jul 23, 2014 at 10:47

1 Answer 1

1

You can try python modules that allow to access java classes dynamically such as Py4j and JPype.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.