How do I exexcute python script found on a website? For e.g. following seems to work. But is it the right way?
curl http://www.ics.uci.edu/~eppstein/PADS/Uni
The Python interpreter cannot download scripts by itself, so using a tool such as curl is an acceptable solution.
curl