/python_notebooks

Jupyter notebooks on using Python

Primary LanguageJupyter Notebook

python_notebooks

Jupyter notebooks on using Python

If you just want to read a notebook online and Github is having rendering problems, you can usually use the nbviewer link.

  • The plotting notebook covers how to do basic plotting with matplotlib and seaborn. (nbviewer link)
  • I have a page for a talk I gave on using Word2Vec. The notebook is here, and here is a nbviewer link.
  • alexa-color-skill gives the basics of coding an Amazon Alexa skill using their Python SDK. [notebook] [nbviewer link]. For those interested, there are some repositories (without Notebooks) that illustrate other aspects of coding Alexa in Python. Be aware these will likely go out of date given how Amazon continues to change Alexa coding.
    • phone-skill demonstrates using AWS DynamoDB for persistence.
    • basic-alexa-text-synch demonstrates how to using Alexa Presentation Language to synchronize scrolling of text with Alexa reading it aloud.