1
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 1 year has passed since last update.

Python環境構築

Last updated at Posted at 2023-06-26

目次

1 Pythonの導入

Windowsの人はこちらを参考にしてください
https://www.python.jp/install/windows/install.html

Macの人はこちらを参考にしてください
https://www.python.jp/install/macos/index.html

2 VSCodeの導入

ここからDLしましょう
https://code.visualstudio.com/

3 VSCodeの拡張機能

次の2つを導入しましょう

4 いろいろ使えるようにする

コマンドライン(ターミナル)で,次を実行しましょう.

pip install jupyter
pip install numpy
pip install pandas
1
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
1
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?