0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

1.環境構築

Last updated at Posted at 2025-03-16

シリーズ記事一覧

タイトル リンク
第1回 環境構築
第2回 Python 概要
第3回 Python 基礎
第4回 Pythonで学ぶWebの基本と実践
第5回 Streamlitを使ってみよう
第6回 Streamlitでリアルタイム画像処理
第7回 リアルタイムで顔検出を行ってみよう

環境構築

Python

Pythonインストーラーをダウンロード

Python公式ダウンロード

Pythonインストール

python_download.png

install.png

Pythonがインストールされたことを確認

  • windows 検索ボタンでターミナルと検索

  • ターミナルを開きコマンドを押す

    python --version
    

    1-1-4.png
    Python 3.xx.xx のようにpythonのバージョンが返ってくればOK

0
0
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
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?