development
- vscode
- python3.6
- install python extension suggestions in vscode
there are three ways to test
- choose one file, press
F5
in vscode - right click the file to
run in terminal
- run
python **.py
in terminal
disclaimer
all the demos are from《byte-of-python-chinese-edition》, thanks for all the creators.