How do you practice web scraping (for example, authentication) when you're learning? Do you:
- Practice with your real username and password on a real web site, and hope you don't mess up (eg fail authentication too many times, accidentally hammer the web site)?
- Create a fake username and account for this purpose, and hope they don't keep track of IP addresses?
- Create your own web site and practice authentication against that?
Or is there a sandbox web site where you can practice web scraping without any reprecussions?