July 2018
Intermediate to advanced
474 pages
13h 37m
English
This section will describe the purpose of each library being used for this recipe.
The codecs library will be used to perform the encoding of all words present in the text file. This constitutes our dataset.
The multiprocessing library allows us to perform concurrency, which is a way of running multiple threads and having each thread run a different process. It is a way of making programs ...
Read now
Unlock full access