Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 642 Bytes

notes.md

File metadata and controls

19 lines (17 loc) · 642 Bytes

Notes on the Board

Setup Steps

Go to github.com/adashofdata and follow the four steps in the README.md file.

  1. Download Anaconda
  2. Download nlp-in-python-tutorial repo on Github
  3. Test to see if you can open a Jupyter Notebook
  4. Download additional packages - wordcloud, textblob, gensim

Resources

  • 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