I'm going to start a project where one of the stages will fetch certain information from other companies' websites.
Given that webcrawler
will go through x
sites, and each site will visit several pages at least one once a day, it may be interesting to have a Webcrawler multithread
, using parallelism to speed up the process.
At this point, I do not know if Python has the same answer as Java.
Question:
Given the tools that each of us has, what does experience prove to be the best performance option, Java or Pyhthon? At this point, does Python lose out on Java?