Memorize the Python commentary on YouTube.

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

Memorize the Python commentary on YouTube.
Memorize Python commentary 5 --Lists
Memorize Python commentary 3 --Numbers
Memorize Python commentary 4 --Input
Memorize Python commentary 2 --Strings
Memorize the Python commentary on YouTube.
[Latest version] Play YouTube videos on discord.py!
Sakura Use Python on the Internet
Download files on the web with Python
Try hitting the YouTube API in Python
[Python] A progress bar on the terminal
Python on Windows
twitter on python3
Python on Windbg
Python: Try using the UI on Pythonista 3 on iPad
Try CIing the pushed python code on GitHub.
Building multiple Python environments on the same system
Introduction to Python with Atom (on the way)
Sound the buzzer using python on Raspberry Pi 3!
At the time of python update on ubuntu
Find the maximum Python
Install python on WSL
Think about how to program Python on the iPad
PyOpenGL setup on Python 3
Install Python on Pidora.
[Python] Extract the video ID from the YouTube video URL [Note]
Steps to install the latest Python on your Mac
Install Python on Mac
Play youtube in python
Install Python 3 on Mac
the zen of Python
Probably the most unhelpful Python implementation method on Qiita
I tried python on heroku for the first time
Install Python3.4 on CentOS 6.6
[Python] Evaluate the facial expressions that appear on the face
Install the 3rd party python library on Cinema 4D
Make a breakpoint on the c layer with python
Installing pandas on python2.6
Get comments on youtube Live with [python] and [pytchat]!
Information for controlling the motor with Python on RaspberryPi
Install python on windows
Write a log-scale histogram on the x-axis in python
Install Python 2.7.3 on CentOS 5.4
[Python] Split the date
About the --enable-shared option when building Python on Linux
build Python on Ubuntu
Install Python 3.3 on Ubuntu 12.04
Install Python 3.4 on Mac
How to enjoy Python on Android !! Programming on the go !!
Install django on python + anaconda and start the server
Install Python 3.6 on Docker
Put the latest version of Python on linux (Debian) on Chromebook
Test.py is not reflected on the web server in Python3.
The story of how the Python bottle worked on Sakura Internet
[Hyperledger Iroha] Notes on how to use the Python SDK
Get only the Python version (such as 2.7.5) on the CentOS 7 shell
[python] Reverse with slices! !! (There is also a commentary on slices!)
How to deploy the easiest python textbook pybot on Heroku
Access the host SQL Server with python27 / pyodbc on the container
Automatically work on the python project specified at zsh login
Save images on the web to Drive with Python (Colab)
I tried changing the python script from 2.7.11 to 3.6.0 on windows10