0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Visual StudioでPythonを試してみる

Posted at

概要

必要に迫られてPythonを学習することになりました。
せっかくなので、学習記録を残します。
VSCodeでの記事が多いので、今回はVisual Studio202を使います。

開発環境

Windows11 Home 64bit
Python 3.11
Visual Studio2022、コミュニティエディション

前提
Visual Studio Community はインストール済であること

Python インストール

1. Microsoft Storeで「Python」を選択して入手する

pythonダウンロード.png

2. インストール完了

pythonダウンロード完了.png

Pythonワークロード インストール

1. Visual Studio Installerで「Python開発」を選択してインストールする

インストール.png

2. Visual Studioを起動して [新しいプロジェクトの作成] →「Pythonアプリケーション」テンプレートを選択して「次へ」

pythonアプリケーション.png

3. プロジェクト名などを設定して「次へ」
4. プロジェクト作成完了

プロジェクト.png

Hello Worldしてみる

PythonApplication1.py
print("hello world.")

開始▶を押下する

開始.png

Hello World.png

参考URL

Python のインストール
Visual Studio での Python サポートのインストール

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?