1
0
mirror of https://github.com/bregman-arie/devops-exercises.git synced 2025-07-15 23:54:32 +02:00

Rename exercises dir

Name it instead "topics" so it won't be
strange if some topics included "exercises" directory.
This commit is contained in:
abregman
2022-08-02 01:51:39 +03:00
parent ea1d94d67b
commit 99c4e02ecf
235 changed files with 283 additions and 74 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)