Make a connection between python and another program | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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.

18th Jul 2019, 8:04 PM
F_inna
F_inna - avatar
4 Answers
+ 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.
18th Jul 2019, 9:12 PM
KingDaniel2004
KingDaniel2004 - avatar
+ 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
18th Jul 2019, 8:20 PM
F_inna
F_inna - avatar
+ 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!
18th Jul 2019, 8:25 PM
Roolin
Roolin - avatar
+ 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/
18th Jul 2019, 8:10 PM
Roolin
Roolin - avatar