/python

python basic syntax, use javascript to understand python

Primary LanguagePython

development

  1. vscode
  2. python3.6
  3. install python extension suggestions in vscode

there are three ways to test

  1. choose one file, press F5 in vscode
  2. right click the file to run in terminal
  3. run python **.py in terminal

disclaimer

all the demos are from《byte-of-python-chinese-edition》, thanks for all the creators.