SoFunction
Updated on 2024-11-21

Download and Installation of Python 3.6.1 on Windows (for both 32 and 64 bit)

Why, with such a simple python, do I have to make a special effort to write an article about it?

It's because of the leave-behind, having used Anaconda2 and Anaconda3, I now need to install python 3.6.0 to do the data analysis.

I will be updating and posting about the Data Analytics Engineer's, related blogs.

Download of Python 3.6.1

/Or go to my downloadhttps:///softs/

Click on DOWNLOAD to select the version you downloaded. Don't hesitate to choose the latest one. There are a lot of options for you to choose from. x86 version (32-bit) and x86-64 (64-bit) are available for windows. I installed the 64-bit version. In addition, there are executable installer and web-based installer, the main difference is that the first one is to download the installer file and install it directly after downloading, while the web-based one is to download the file from the internet after downloading and the installer will continue to download the file from the internet. I used the executable installer. Then, it finished downloading very quickly. It's so easy.

32-bit operating systems can only install 32-bit Python; 64-bit operating systems can install 32-bit Python.

It is also possible to install 64-bit Python, so I won't go into that here.

Python 3.6.1 Installation

Here's an example of a 64-bit Python installation, same for 32-bit.

Check "Add Python 3.6 to PATH" and select "Customize installation".
Note: Path is added so that you can run Python from any directory using cmd, just like Java's path. If you didn't add a path during installation, you can add one later.

Don't worry about it. Click "Next".

You don't need to manage the above options, but you can choose the installation path and click "Install". For example, we choose D:\SoftWare\Python\Python36 as the installation path.

Start the installation and wait a little while.

Installation successful, standalone "Close"

  

This is my customized Python installation directory (D:\SoftWare\Python\Python36\Scripts)

Python's default installation directory

C:\Users\Administrator\AppData\Local\Programs\Python\Python36\Scripts Directory

python pip install jupyter

In order to use jupyter notebook to keep track of the code and notes you've taken while learning python, you need to install jupyter.

Installed using pip because the python environment is new and missing a lot of things. During the installation process, many problems were encountered

1, install setuptools download address /pypa/setuptools/downloads/

Download and unzip it, run the command line in the unzipped directory

python install

2. Installationipython pip install ipython

3. Install vcforpython27 /en-in/download/?id=44266

4.Installationjupyter pip install jupyter