LoginSignup
1
1

More than 5 years have passed since last update.

Pythonを始める 環境構築

Posted at

環境構築 【所要時間 約1時間】

windows環境なので↓
https://qiita.com/kaki_k/items/1fff7fefcf26dc4b69bc

インストール時に環境変数に追加のチェックを忘れた。

↓こちらで解決。
https://qiita.com/huushihi/items/c7f578bf51c0017c9076

PyCharm Professional をインストール

Hello World!!

#!/usr/bin/env python
print("Hello World")

image.png

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