6
3

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 5 years have passed since last update.

ちょっとPyCharmを使ってみたい!

Posted at

#はじめに
Pythonを勉強しはじめ、ちょっと背のびしたくなり、Pythonの統合開発環境を使いたくなった。
インストールしてみてちょっと使ってみるだけのtipsです。
#PyCharm概要
・PyCharmは、JetBrains社が開発したPython用の統合開発環境
・Pythonのための便利機能を提供している
##主な機能
1.Git操作
2.venv環境の作製
3.テスト静的コード解析の実行
etc...

#環境
スクリーンショット 2017-12-24 16.55.58.png

#PyCharmのインストール
https://www.jetbrains.com/pycharm/

スクリーンショット 2017-12-24 16.58.00.png

スクリーンショット 2017-12-24 16.59.12.png
今回は、Community版をダウンロード。

ダウンドードしたらインストーラーを機動。
スクリーンショット 2017-12-24 17.02.23.png

インストーラーに従ってインストールする作業を進める。
スクリーンショット 2017-12-24 17.04.57.png

スクリーンショット 2017-12-24 17.05.09.png

スクリーンショット 2017-12-24 17.05.19.png

スクリーンショット 2017-12-24 17.05.28.png

スクリーンショット 2017-12-24 17.05.38.png

「Welcome to PyCharm」と表示されればインストール完了。

#Pythonを動かしてみる
「Create New Project」をクリック。
「New Project」画面の「Create」をクリック。

スクリーンショット 2017-12-24 17.11.02.png

スクリーンショット 2017-12-24 17.15.30.png

Pythonファイルを作成するには、「untitled」を右クリックし「New」→「Python File」を選択。

スクリーンショット 2017-12-24 17.16.58.png
「Name」を入力しOKボタンをクリック
スクリーンショット 2017-12-24 17.18.35.png

#ちょっと使ってみる
スクリーンショット 2017-12-24 17.22.40.png
#感想
便利な機能が多いみたいなので、使い倒していきたい🤓

6
3
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
6
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?