LoginSignup
14

More than 3 years have passed since last update.

pythonのライブラリ図鑑

Last updated at Posted at 2019-11-30

pythonではほとんどなんでもできると言っても過言ではないほど万能なのですが

それぞれどのライブラリを使えばできるのか把握するために簡単にまとめておきます

自分が現時点で知ってるもののみなので随時更新していきます

ファイル処理

  • os
  • csv

計算系

  • math
  • numpy
  • scipy

グラフの描画

  • matplotlib

データ処理

  • pandas

web・通信系

  • Django
  • Flask
  • socket

スクレイピング

  • beautifulsoup4
  • requests

画像処理

  • opencv
  • pillow
  • skimage

日本語の音声認識

  • SpeechRecognition
  • julius

日本語の自然言語処理

  • mecab
  • janome

英語の音声認識

  • pocketsphinx

英語の自然言語処理

  • nltk
  • polyglot
  • treetager
  • word2vec
  • Doc2vec

機械学習

  • sklean

時間

  • datetime

乱数生成

  • random

qrcode生成

  • qrcode

正規表現

  • re

GUI

  • tkinter

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
14