Add a couple of questions and a new exercise

This commit is contained in:
abregman
2021-01-03 11:54:31 +02:00
parent 01ae9c59bc
commit fc26d95145
7 changed files with 117 additions and 36 deletions

View File

@ -0,0 +1 @@
Implement the following grep command in Python (numbers can be different): `grep error -A 2 -B 2 some_file`

View File

@ -0,0 +1,8 @@
## Web Scraper
1. Pick a web site to scrape
2. Using any language you would like, write a web scraper to save some data from the site you chose
3. Save the results to a database (doesn't matter which database, just pick one)
* Note: if you don't know which site to pick up have a look [here](http://toscrape.com)