I am working on a java web application which implements login/logout and searching facilities. I have just started learning python and have heard that python's dictionary implementation for searching gives good performance benefits. Currently I am using servlet for searching purpose which seems to be a little slow, so how can I use python with my web application for searching purpose at back end and give fast results.
I tried searching about this problem and found this question Java Python Integration. The accepted answer talks about Jython, but I didn't understood much of it since I am a newbee in python. Thank you.