As a little project I would like to make a movie suggester program I will use a web crawler to get a list of movies from imdb. I've made a web crawler out of python however i hate guis on python and so I will use VB. I have only been coding for 2 years and I'm only 15 years old so I won't understand any super complex comments. Thanks for any help
-
Hi, welcome to stackoverflow. have you tried this: stackoverflow.com/questions/38825514/… ?Ramy Moussa– Ramy Moussa2019-03-15 19:52:41 +00:00Commented Mar 15, 2019 at 19:52
-
i don't know VB, but what i can suggest is using python store data in csv or json file. and the from this read the data and use it in visual basic. how to connect visual basic code with python code as example given by ramy , you can use bat file to run python task (basically write all command to scrap data)sahasrara62– sahasrara622019-03-15 20:55:12 +00:00Commented Mar 15, 2019 at 20:55
Add a comment
|