There is a online simulator about a physic project I'm doing and I want to
use the data the simulator generates on that website. I can get data using
urllib.request and regular expression but I also want to change some of the
input values and then get different sets of data. However, if I change the
inputs, the address of the webpage wouldn't change, so I couldn't get data
with different initial conditions.I'm wondering how I can implement this.

Thanks for your effort!!
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to