OS windows10 home
IDE No for the time being Coding and executing with Atom. (The step execution environment has not been built yet)
Drop python3 series from the official (because 2 is near the end of support) Insert anaconda Make sure that the environment variables are set when you enter
autocomplete-python python completion function
atom-runner Can be executed with Alt + R
highlight-selected Not directly related to python. Emphasize the selected word
atom-beauty Code formatting function Run with CTRL + ALT + B
--Add plugin Open the menu File-> Settings .. \ + Open the Install tab
--Atom runner's Japanese characters are garbled Open the menu File-> Init Script ... process.env.PYTHONIOENCODING = "utf-8" And add one line
Recommended Posts