はじめに 最近使用しているVSCodeでPythonの開発環境を構築していきます。 VSCodeでデバッグ、実行ができることまで。 Pythonはインストール済みとします。 環境 macOS Sierra 10.12.5 Visual Studio Code version1.18 extensionのinstall python 基本的にこれで十分。ちなみに下記機能を揃えている Linting Debugging (multi-threaded, remote) Intellisense code formatting refactoring unit tests snippets Data Science (with Jupyter) PySpark ...and more. linterのインストール 事前にインストールしておいても良いが、 VSCodeで.pyファイル開くとlint

