So, suppose you have a website using PHP running and everything is fine.

Later on. You want to automate some specific jobs and in order to so that you need to use web scraping techniques. (Say you can only use Python for the web. scr.)

How would you do it?

How would you execute those Python scripts? Through PHP or at specific times from system commands?

How would you save your results? Would...