Skip to content

Commit 13e0203

Browse files
committed
packages
1 parent 249d409 commit 13e0203

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

20_Day_Python_package_manager/20_python_package_manager.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -443,12 +443,15 @@ The **__init__**.py exposes specified resources from its modules to be imported
443443

444444
## Exercises: Day 20
445445

446-
1. Read this url and find the 10 most frequent words. Romeo_and_juliet = 'http://www.gutenberg.org/files/1112/1112.txt'
447-
2. Read the cats API and cats_api = 'https://api.thecatapi.com/v1/breeds' and find
446+
1. Read this url and find the 10 most frequent words. romeo_and_juliet = 'http://www.gutenberg.org/files/1112/1112.txt'
447+
2. Read the cats API and cats_api = 'https://api.thecatapi.com/v1/breeds' and find :
448448
1. the min, max, mean, median, standard deviation of cats' weight in metric units.
449449
2. the min, max, mean, median, standard deviation of cats' lifespan in years.
450450
3. Create a frequency table of country and breed of cats
451-
3. Read the countries API and find the 10 largest countries
451+
3. Read the [countries API](https://restcountries.eu/rest/v2/all) and find
452+
1. the 10 largest countries
453+
2. the 10 most spoken languages
454+
3. the total number of languages in the countries API
452455
4. UCI is one of the most common places to get data sets for data science and machine learning. Read the content of UCL (https://archive.ics.uci.edu/ml/datasets.php). Without additional libraries it will be difficult, so you may try it with BeautifulSoup4
453456

454457
🎉 CONGRATULATIONS ! 🎉

0 commit comments

Comments
 (0)