VirtualTam's bookmarks

  1. 2016-11-13
  2. Wow, Github now has builtin support for IPython Notebooks \o/

  3. Jupyter Notebook viewer: https://github.com/jupyter/nbviewer

    • An enhanced interactive Python shell.
    • A decoupled two-process communication model, which allows for multiple clients to connect to a computation kernel, most notably the web-based notebook
    • An architecture for interactive parallel computing.

    via http://sametmax.com/debugger-en-python-les-bases-de-pdb/