DavidLeoni / softpython-en

Introductive book to coding and data analysis in Python 3

Home Page:https://en.softpython.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tools: add VSCode instructions

DavidLeoni opened this issue · comments

Visual Studio Code is getting way better at handling jupyter notebooks, we could switch to it as recommended solution

Feature VSCode Jupyter JupyterLab
notebooks good good good
python editing good average ?
debugging python good* bad** ?
debugging notebooks ? bad** ?
testing with pytest good* ? ?
python tutor 'jupman style' good good doesn't work
python tutor third party plugins to (re)review to review to review

*: still I hate exceptions trace shown in-code, should we recommend some setting to turn them off?
**: maybe there are plugins