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?

More than 3 years have passed since last update.

【環境構築】Python編-初歩

Posted at

##1.VScode拡張機能pythonを追加
こちらをインストール
スクリーンショット 2021-02-04 10.35.10.png

##2.anacondaをインストールする
こちらのサイトより自分のOSにあったものを
https://www.anaconda.com/products/individual/download-success

##3.pyファイルをつくる
○○○○○.pyというファイルをつくる
そしてその中にpythonのコードを記述していく

スクリーンショット 2021-02-04 10.54.03.png

##4.実行する
ターミナルを開く。
Macなら(Shift+control+@)コマンドでターミナルをひらく。
python + ファイル名 で実行する。
(例)
python python.py

スクリーンショット 2021-02-04 10.55.48.png

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?