+ 1
Make a connection between python and another program
Hello, I learn python and I have to do a connection between python and another program, but I don't know how. If you have any ideas, please tell me. I mention that this program is something at School where we have to complete some fields and we want to make it automatically using python.
4 Antworten
+ 17
https://goo.gl/search/JUMP_LINK__&&__python__&&__JUMP_LINK+vs+other+languages
Comparing Python to Other Languages | Python.org Python programs are generally expected to run slower than Java programs, but they also take much less time to develop. ... For these reasons, Python is much better suited as a "glue" language, while Java is better characterized as a low-level implementation language. In fact, the two together make an excellent combination.
+ 2
No, maybe a good example is: we have to complete a form with specific information, so, we want to make it easier, to complete automatically when we can using python.
So I was thinking that first step would be to make a connection between python and this program
+ 2
I see. Well, i guess you would have to know the specifics about the program you are going to connect to, and see if there are any libraries or tutorials that shows you how to achieve this. Good luck!
+ 1
If you are talking about filling out web-forms with Python, such as user registration etc, I would recommend that you check out a library called Mechanize: http://wwwsearch.sourceforge.net/mechanize/