Let's say, I have an Auto completion algorithm in python using machine learning (I haven't finished yet). The benefits of this comparing to the in-house auto-completion is personalization. Over a period of time, this algorithm learns all the words that I have typed and suggests me words for my own style. Instead of typing each and every word to in-house auto-completor.
So, how can I implement my own package into any IDE? Is there any ways to implement a python code as/include with .sty file? Can python be combined and worked with .sty file? I tried seeking the help of google like here, couldn't get a clear picture. Please comment below, if you need more information, my question is rather very brief.