In order to learn a bit more advanced Python, I tasked myself with creating a python script that navigates to a website (imdb.com, in this case), enters a word (which has already been declared as a variable), and then outputs the first 5 titles that come up into an array, which then outputs to the console.
My question is: Is something like this even possible? Are there libraries/frameworks that make this possible?
If it's possible, where would I start? Web scraping isn't new to me, but web scraping in Python is. All I really need is guidance towards the correct path. 25(ish) minutes of google searching came up with somewhat vague answers that only confused me more.