You are viewing a single comment's thread from:

RE: How to easily image search with python, python-imagesearch is now a pipeable package !

in #code5 years ago

Thanks for the info.

I figured I needed selenium if I chose python. Would web scraping be considered an advanced topic?

I am comfortable with vanilla python and know some of the basic libraries(numpy, matplotlib etc.). Do you think it would be easy to get started?

Sort:  

I don't think it would be considered advanced, it's pretty intuitive actually, in a nutshell it means fetching the html and parsing it to fetch the information you need.