I ran python on windows
Notes on running python on windows
I decided to use Tableau's data extract api for work, and I tried using it because it could be operated with Python 2 system.
Actually I wanted to use 3 series, and I wanted to use it because it also supported Linux, but for various reasons it became a combination of win8 and python2.7.
Isn't windows spicy in 2 series ...? I thought, but when I tried it, I found that it was only difficult to use from the command prompt.
What I put in the win machine
Miscellaneous feelings of tools
- msys2
- I didn't want to use the command prompt, so I tried to cover all the commands with this, but it failed due to special circumstances (tableau)
- Easy to use because it is simply a shell
- pacman was very convenient
- python2.7
- I used to use msys2 python halfway, but I dropped the python2.7 installer due to tableau.
- I just followed the installer and didn't get stuck
- pycharm
- Normally, python relations are completed just by inserting this
- A shell is also included so you can test it.
- This time, I used Tableau's data extract api, so I tested it from the command prompt.