Skip to content

Instantly share code, notes, and snippets.

@hirokai
Last active May 30, 2019 03:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hirokai/b012e97b4bc91c3ddcd2 to your computer and use it in GitHub Desktop.
Save hirokai/b012e97b4bc91c3ddcd2 to your computer and use it in GitHub Desktop.
(Macでの)Pythonの環境構築からプロットするまで

色々意見はあると思われるが、現状以下の組み合わせが良さそう(更新: 2019/5/30)。

  • 環境:
  • IDE/Editor: Visual Studio Codeが設定がほとんど不要,動作が軽く,機能も充実して良い。
  • ライブラリ:
    • 表データ読み込み・操作: Pandas
    • 数値計算・画像処理: Numpy, SciPy
    • プロット: Matplotlib, Seaborn
    • データ処理ジョブの依存性管理: Luigi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment