1.python的下載安裝:基於win10系統安裝Python3.7.3全流程
win10安裝python3.7以及添加環境變量
下載python3.8.5出現問題:
解決方法:盡量別下web-Based版本,網絡問題可能是影響下載成功的因素
之後下載了python3.7.8版本,,在選擇時勾選了Add to PATH,之後沒有添加環境變量這一步就可以使用。
2.運行pycharm時報錯:Error running ‘main’: @NotNull method com/intellij/execution/configurations/GeneralCommandLine.GetExePath must not return null
解決方法:Pycharm報錯解決:error:please select a valid Python interpreter
需要在python interpreter中添加運行python中的程序。
3.運行pycharm報錯:D:\python3.7.8\python.exe: can’t open file ‘D:/pythonProject1/main.py’: [Errno 2] No such file or directory
看了網上很多回答,有說路徑問題有說文件名後綴問題,但沒有一個能讓我看懂的回答。
最後最後:注意命令式編程和函數式編程!
The phenomenon and background