Use Python on Windows (PyCharm)

Introduction

With the recent trend of machine learning in Python, I feel that more and more people are using it. Python is usually installed on Mac and Linux, so it's good, but on Windows it takes a lot of work. Therefore, I have summarized the procedure for building an environment for using Python on Windows very simply. By the way, here I am writing how to use PyCharm, an IDE for Python developed by JetBrains.

① Python installation

Download and install the Python installer for Windows from the official Python site (https://www.python.org/downloads/). This time, I installed the latest version of 2.X series (ver. 2.7.11: as of June 2016). The installation path is set directly under the C drive with the default settings.

② Install PyCharm

After installing Python, download and install PyCharm from the PyCharm Official Page. There are paid Professional and free Community, but this time I installed the free Community. It may be natural because it is made by the same company, but Android Studio and UI are exactly the same.

③ Creating a project with PyCharm

When you start PyCharm, the following window will appear.

図1.png   Click Create New Project to open the New Project window. Rename the location untitled appropriately. Interpreter will be filled in if Python is pre-installed. If nothing is mentioned, enter the Python path installed in ① manually. Finally, press Create to complete the project creation.   図1.png

Recommended Posts

Use Python on Windows (PyCharm)
Python on Windows
Use pyvenv on Windows
Use without installing python 2.x on Windows
python basic on windows ②
Install python on windows
Use Ansible on Windows
Use QuTiP on Windows
Use pip on Windows
Set-enable Python virtualenv on Windows
Run python with PyCharm (Windows)
Use matplotlib on Ubuntu 12 & Python
Install watchdog on Windows + Python 3.3
Python + Kivy development on Windows
Sphinx-autobuild (0.5.2) on Windows7, Python 3.5.1, Sphinx 1.3.5
Fastest Python installation on Windows
Build python environment on windows
I ran python on windows
[Python] [Chainer] [Windows] Install Chainer on Windows
Use Linux on Windows 10 (WSL2)
Python environment construction memo on Windows 10
Python 3.6 on Windows ... and to Xamarin.
Installing Kivy on Windows10 64bit Python3.5
Anaconda python environment construction on Windows 10
Install python2.7 on windows 32bit environment
Install Python on Windows + pip + virtualenv
Install Pytorch on Blender 2.90 python on Windows
Integrate Modelica and Python on Windows
Installing Kivy-Designer on Windows10 64bit Python3.5
Mecab / Cabocha / KNP on Python + Windows
Use Tensorflow 2.1.0 with Anaconda on Windows 10!
Use Windows 10 speech synthesis with Python
Install Python development environment on Windows 10
Python CGI file created on Windows
Getting started with Python 3.8 on Windows
Sakura Use Python on the Internet
Reproduce One-Touch Search on Python 3.7.3. (Windows 10)
Print PDF in Python on Windows: Use an external application
Notes for using OpenCV on Windows10 Python 3.8.3.
Python 2.7, 3.4, 3.5 extension module build environment on Windows
docker and PyCharm under proxy on windows
twitter on python3
[Kivy] How to install Kivy on Windows [Python]
python windows environment
How to use Cmder with PyCharm (Windows)
Virtualenv does not work on Python3.5 (Windows)
How to use Google Assistant on Windows 10
Creating a python virtual environment on Windows
python on mac
Use Python external module on Sakura Internet
Install python on xserver to use pip
Use Django's ImageField on App Engine / Python
Python on Windbg
Use Jupyter Notebook with Visual Studio Code on Windows 10 + Python + Poetry + pyenv-win
Put MicroPython on Windows to run ESP32 on Python
Install Python3, numpy, pandas, matplotlib, etc. on Windows
Easy way to use Python 2.7 on Cent OS 6
(Windows) Causes and workarounds for UnicodeEncodeError on Python 3
Simply build a Python 3 execution environment on Windows
Notes on installing Python3 and using pip on Windows7
Install OpenCV 4.0 and Python 3.7 on Windows 10 with Anaconda