When you run the Python installer on Windows, it typically always wants to request Admin privileges, even if you only want to install for your own user account. But, there is this interesting trick that allows you to run the Python installer without it asking for Admin privileges.
msiexec /a python-3.4.0.msi /qb TARGETDIR=C:\Users\%USERNAME%\python34