Tagged: Environment variable

Python development environment (Python install)

Python is an intuitive and easy-to-develop language. There are lots of libraries and it’s easy to get help from Google.

It is also an interpreter language, so you do not have to compile like C, C ++, or JAVA, so you can see the results quickly.

There are various versions of Python, but I will use Python3.6 32bit version.

The reason I use this version is to link API of Kiwoom Securities. It seems to work only with 32bit Python. 

And we will proceed with development in Windows environment.