Learn Python - Full Course for Beginners [Tutorial] https://www.youtube.com/watch?v=rfscVS0vtbw (Note that English subtitles are incorrect in some places.)
2:14 - python download https://www.python.org/downloads/ Python 3 or Python 2? Python 3 will continue to be used and is supported, so we'll use it for this course. Python 3 is suitable for beginners to learn. (As of 2020-12-18, there was a download link only for Python 3.9.1.)
Two options during installation: Add Python 3.9 to PATH Disable path length limit It seems that it is good to complete the installation without setting either of these. (Reference: https://gammasoft.jp/python/python-install-on-windows/)
4:53 - Choose text editor IDE - integrated development environment Download PyCharm Community Edition. (Currently the latest version is 2020.3) https://www.jetbrains.com/ja-jp/pycharm/download/#section=windows
installation Options Normally you don't have to check anything, but if necessary, check accordingly. (Reference: https://gammasoft.jp/python/pycharm-install-on-windows/)
6:42 - Setup & Hello World
7:07 - In the old version of PyCharm in the video, there is a Configure menu in the lower right, but in the latest version 2020.3, it seems that you can set it from "All settings ..." on the Customize tab on the left side of the screen. Also, in the video, the Appearance Theme was changed to Darcula, but in the latest version it was Darcula from the default.
7:49 - In the video, there is only the option "Interpreter:", but when the latest version is started for the first time, it is New enviroment using: Virtualev, and it seems that the Base interpreter should be "... Python39 \ python.exe". ..
Recommended Posts