Much more efficient using Python to get data from website. Even though R has kinds of tools, they are specialized in analysis. Python is easy for beginner with low entry barrier But I think installation is tricky.
- Download Python3.6.5 for window
- Install
- Before setting Path, Check! Where Python is installed. Here is my directory.
C:\Users\kyooj\Desktop\python
- Go User (or System), Environment Variables and then System Variables.
- Make new one!
- Variable name :
PATH
Variable Value :
C:\Users\kyooj\Desktop\python;C:\User\kyooj\Desktop\python\Scripts
A notepad ++ is code editor.
To run python scripts which were written in npp, we are supposed to plugin it.
Normally, there was a tap key called 'Plugin Manager', but it's gone. Download for it and decompress notepad directory. ex) C:\Program Files\Notepad++
Now, can see the disappearing tab again.