Simply build a Python 3 execution environment on Windows

When I started studying Python with engineers and non-engineers in-house, I stumbled upon the installation in the Windows 10 environment, so I will leave a note.

Premise

Python installation

Install Python itself

  1. Download the latest dated Windows x86-64 executable installer on the official download page (https://www.python.org/downloads/windows/)
  1. Run and install the downloaded python-3.6.1-amd64.exe (3.6.1 part may change depending on the download date)
  1. After installation, open a command prompt, type python -V and say Python 3.6.1, etc.

Install the Visual C ++ Redistributable Package for Visual Studio 2015

Even if I install only Python, an error occurs at startup, so install the VC ++ redistributable package of VS2015.

  1. Click the red "Download" button with "Japanese" selected on This page.
  2. Check vc_redist.x64.exe and download with the blue "Next" button
  3. Downloaded Install by running vc_redist.x64.exe

Install Visual Studio Code

Installation of the main unit

  1. Click the green "Download for Windows" button on the Official Page to download
  2. Run and install the downloaded VSCodeSetup-1.12.2.exe (1.12.2 part may change depending on the download date)

Extension installation

  1. Launch the installed Visual Studio Code
  2. Display the extension screen with Ctrl + Shift + x, enter python in the search field, and install the extension called Python that appears at the top.

Recommended Posts

Simply build a Python 3 execution environment on Windows
Build Python environment on Windows
Build python environment on windows
Build a python3 environment on CentOS7
Build a GVim-based Python development environment on Windows 10 (3) GVim8.0 & Python3.6
Build a GVim-based Python development environment on Windows 10 (1) Installation
Python 2.7, 3.4, 3.5 extension module build environment on Windows
Build a python environment on MacOS (Catallina)
Creating a python virtual environment on Windows
Build a GVim-based Python development environment on Windows 10 (2) Basic settings
Build a Python + OpenCV environment on Cloud9
Build a 64-bit Python 2.7 environment with TDM-GCC and MinGW-w64 on Windows 7
Build a python environment with ansible on centos6
Build a Python environment on Mac (Mountain Lion)
Build a Python development environment on your Mac
Create a Python execution environment on IBM i
Create a Python virtual development environment on Windows
Build a Python development environment on Raspberry Pi
Build a python execution environment with VS Code
Build a Python environment offline
# 2 Build a Python environment on AWS EC2 instance (ubuntu18.04)
Build a machine learning Python environment on Mac OS
Build a Python extension for E-Cell 4 on Windows 7 (64bit)
Create a comfortable Python 3 (Anaconda) development environment on windows
How to build a Django (python) environment on docker
Build a Python development environment on Mac OS X
Build a Python environment on your Mac using pyenv
Procedure for building a CDK environment on Windows (Python)
Build a Python development environment using pyenv on MacOS
Create a decent shell and python environment on Windows
How to build a Python environment on amazon linux 2
Build a machine learning environment natively on Windows 10 (x64)
Building a Python environment on Mac
Anaconda python environment construction on Windows 10
Building a Python environment on Ubuntu
Install python2.7 on windows 32bit environment
Create a Python environment on Mac (2017/4)
Create a Linux environment on Windows 10
Create a python environment on centos
Install Python development environment on Windows 10
Build Python 3.8 + Pipenv environment on Ubuntu 18.04
Build a python machine learning study environment on macOS sierra
Build a python data analysis environment on Mac (El Capitan)
Build a python environment on CentOS 7.7 for your home server
Python on Windows
python windows environment
Build Python3 and OpenCV environment on Ubuntu 18.04
Create a python environment on your Mac
Building a Python 3.6 environment with Windows + PowerShell
I want to build a Python environment
Build Python environment with Anaconda on Mac
I built a TensorFlow environment on windows10
Build a python virtual environment with pyenv
Build a modern Python environment with Neovim
Create a Python execution environment for Windows with VScode + Remote WSL
Build a Python environment on your Mac with Anaconda and PyCharm
# 3 Build a Python (Django) environment on AWS EC2 instance (ubuntu18.04) part2
How to build a Python environment using Virtualenv on Ubuntu 18.04 LTS
Build a Python execution environment using GPU with GCP Compute engine
Everything from building a Python environment to running it on Windows
Build a LAMP environment on your local Docker