Python for Windows
Install the flavor of python you want to work with
Windows 7 / Server 2008 up to Python Version 3.8.10
Windows Ten / Server 2019 Current (3.9 at time of writing)
You will then need to install setuptools & pip before proceeding
You will need to update pip to deal with an ssl error
python -m pip install --trusted-host pypi.python.org --trusted-host files.pythonhosted.org --trusted-host pypi.org --upgrade pip
then Install the following libraries using pip (this is based on a server 2008 install)
(If using PGSQL) pip install psycopg2
pip install pywin32
windows partition libs : pip install dataiku-api-client