acgalvano

Results 2 issues of acgalvano

Add resources for further learning about classes, how to create them and custom methods; mention if other workshops discuss this

Anna and I both needed to run `nltk.download('punkt')` before `from nltk.tokenize import word_tokenize` as well as `nltk.download('stopwords')` before `from nltk.corpus import stopwords`.