LoginSignup
10
12

More than 5 years have passed since last update.

Python IDEのSpyderを使う

Last updated at Posted at 2016-07-12

知り合いのデータサイエンティストが、Spyderを便利に使っていたから自分も使おうと思った

前準備

condaをいれておく

spyderをインストールする

$ conda install spyder

起動

$ spyder

便利

fn + F9で指定した行の部分だけ実行してくれる。
この機能が便利だから、Spyderを使っていると聞いた

Spyder__Python_2_7__と_contents-studio-dev_—_spyder_—_spyder_—_python2_7_—_194×50.png

まとめ

iPython notebookより、ステップごとの確認がしやすい

Tips

Python開発環境(Anaconda3+spyder)の操作の小技

10
12
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
10
12