I\'m considering moving my code (around 30K LOC) from CPython to Jython, so that I could have better integration with my java code.
Is there a checklist or a guide
You might also want to research JPype. I'm not sure how mature it is compared to Jython, but it should allow CPython to access Java code.