Make your Python environment "easy" with VS Code

at first

Hello. This post is like a memorandum and sharing. It seems that similar posts have not been posted on Qiita for a long time, so I will post them. Also, since this is my first post, it will be a trial and error process, and it is expected that there will be some mistakes, and I think it is difficult to understand. sorry.

table of contents

  1. Install VS Code
  2. Install the extension <-** End here **
  3. Execute

1. Install VS Code

  1. You can search for ** VS Code ** in your browser, or you can click this. I will go to the homepage for the time being.
  2. Click ** Download Now ** at the top and press the download button for your OS.
  3. Start the installer and install the main unit while setting the settings as you like as guided.
  4. Once installed, launch it.

That's all for one volume. I think it's hard to understand. (Lol)

2. Install the extension

If all goes well, VS Code should be running, so if it isn't, start it.

  1. Press Ctrl + Shift + x (for Windows) or click a button in the left sidebar that looks like ** one of the four blocks is separated **. When you hover the mouse, ** Extensions ** is displayed.
  2. Then you will see ** Search Extentions in ... (Marketplace) ** at the top, so type ** Python ** and click on the top one. You'll probably see the same thing as this. Other than that, you should stop.
  3. Press the ** Install ** button.
  4. Install the following extensions: At ** 2-2 **, this time search for ** Jupyter ** (this). Please ** Install **.

3. Execute

If you write a python file with the extension .py, you will probably see a green arrow in the upper right corner. Clicking on it will launch the terminal and display the execution result.

That's it! Have a fun VS Code Life! w

Recommended Posts

Make your Python environment "easy" with VS Code
Python (Windows 10) Virtual Environment / Package with VS Code
Use Python in Anaconda environment with VS Code
Build a python execution environment with VS Code
Python with VS Code (Windows 10)
Debug Python with VS Code
Prepare a Python virtual environment for your project with venv with VS Code
Easy Python data analysis environment construction with Windows10 Pro x VS Code x Docker
Build a Python environment with WSL + Pyenv + Jupyter + VS Code
How to build Python and Jupyter execution environment with VS Code
VS Code + Azure Functions + Python environment construction procedure
Debug with VS Code using boost python numpy
Steps to create a Python virtual environment with VS Code on Windows
Make your own module quickly with setuptools (python)
Python environment with docker-compose
Virtual environment with Python 3.6
Try touching the micro: bit with VS Code + Python
Allow real-time code checking in Python development with VS Code
VS Code settings for developing in Python with completion
Revive symbol search in Python workspace with VS Code
Python development environment with Windows + Anaconda3 + Visual Studio Code
Python development environment with Windows + Python + PipEnv + Visual Studio Code
Remote debug Django environment created with docker-compose with VS Code
[Super easy] Let's make a LINE BOT with Python.
[Co-occurrence analysis] Easy co-occurrence analysis with Python! [Python]
Easy folder synchronization with Python
Build python3 environment with ubuntu 16.04
Easy to make with syntax
Make Puyo Puyo AI with Python
Prepare python3 environment with Docker
Build python environment with direnv
Organize your Python development environment
Make a fortune with Python
Easy Python compilation with NUITKA-Utilities
Easy HTTP server with Python
Document Python code with Doxygen
Make it easy to install the ROS2 development environment with pip install on Python venv
Environment construction for those who want to study python easily with VS Code (for Mac)
Let's run jupyter natively supported by VS Code with python3.8
Set up a Python development environment with Visual Studio Code
Prepare Python development environment with Mac + Windows + VisualStudio Code (Windows version)
Prepare Python development environment with Mac + Windows + VisualStudio Code (Mac version)
The story that Python stopped working with VS Code (Windows 10)
UpNext2 Development Record # 1 Build Python CI environment in VS Code
[No venv required] The strongest Python development environment created with Remote Containers [VS Code / Docker]
[Python] Make your own LINE bot
Get started with Python! ~ ① Environment construction ~
[Python] Easy parallel processing with Joblib
Make apache log csv with python
Build python virtual environment with virtualenv
Setup modern Python environment with Homebrew
Let's make a GUI with python.
Easy Jupyter environment construction with Cloud9
Create a virtual environment with Python!
Create a Python (Django) learning environment with Docker so that you can debug with VS Code (almost your own procedure memo)
Prepare your first Python development environment
Building a virtual environment with Python 3
Easy Python + OpenCV programming with Canopy
Bayesian optimization very easy with Python
Try running Jupyter with VS Code
Python3 environment construction with pyenv-virtualenv (CentOS 7.3)