Toolkit - euccas/expmap GitHub Wiki
My Favorite Toolkit
- asciinema: Record and share terminal sessions.
Online Regular Expression Editor
Windows Only
- putty
- cmder
- Console2
- Process Explorer
- Process Monitor
Jupyter
Shortcuts
- Show function help doc: Shift + Tab
- Show function list (auto-complete): Ctrl + Tab
Install Python2 kernel.
python2 -m pip install ipykernel
python2 -m ipykernel install --user
http://ipython.readthedocs.io/en/stable/install/kernel_install.html
Run bash command in Jupyter notebook
!head small_data/fha_by_tract.csv
Notepad++
Notepad++ has a JSON Viewer plugin, can be used to view JSON files/strings.