python-web-scraping
python-web-scraping copied to clipboard
Add more challenges
@tarunbonu @pansapiens @naveenkaushik2504 Which sections do you think warrants additional challenges?
Suggestion: In HTML-based scraping we can add an additional challenge as:
Using HTTP request, fetch the raw HTML of <site> and retrieve (either):
- all the links
<a href=".."></a>, or - content between
<head></head>
The suggestion looks good to me.
In my opinion, every section has pretty decent challenges as of now, so maybe leave it as is for now and see how we go in the first run of the workshop timewise and then add/update accordingly?