FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [View Raw Code]   [Original HTTPS Page]

nlp-in-python-tutorial/notes.md at master · pythonthings/nlp-in-python-tutorial · GitHub

Latest commit

 

History

History
19 lines (17 loc) · 642 Bytes

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

Back | FazBrowse Home | New Git URL