Go to github.com/adashofdata and follow the four steps in the README.md file.
- Download Anaconda
- Download nlp-in-python-tutorial repo on Github
- Test to see if you can open a Jupyter Notebook
- Download additional packages - wordcloud, textblob, gensim
- Jupyter Notebook shortcuts
- Run a cell of code: Shift+Enter
- Insert a cell above: Esc-A
- Insert a cell below: Esc-B
- See documentation: Shift+Tab
- Web scraping
- Inspect Element in Chrome: Command+Shift+C
- Regular expressions
- Website to test regular expressions: https://regex101.com