#pragma section-numbers off [[TableOfContents]] = 概要 = Python で良く使うであろう外部モジュール纏め = ライブラリ管理 = *["pip"] = 画像 = * [http://pypi.python.org/pypi/Pillow/ Pillow]:画像 * [http://www.pythonware.com/products/pil/ Python Imaging Library (PIL)] * [https://github.com/uploadcare/pillow-simd GitHub - uploadcare/pillow-simd: The friendly PIL fork] *["PIL"] = DB = * [https://pypi.org/project/peewee/ peewee · PyPI] * [https://pypi.org/project/PyMySQL/ PyMySQL · PyPI] * [https://github.com/psycopg/psycopg2/ GitHub - psycopg/psycopg2: PostgreSQL database adapter for the Python programming language] = グラフ = * [http://matplotlib.sourceforge.net/ matplotlib: python plotting — Matplotlib v0.98.6svn documentation] *["igraph"] = HTTP = * [http://docs.python-requests.org/ Requests: HTTP for Humans]:HTTP * [http://pypi.python.org/pypi/furl furl]:URL処理 = API関連 = * [https://pypi.org/project/marshmallow/ marshmallow · PyPI] * [https://pypi.org/project/grpcio/ grpcio · PyPI] = HTML = * [http://pygments.org/ Pygments — Python syntax highlighter]:コード色付け * [http://docutils.sourceforge.net/ Docutils: Documentation Utilities] *PythonDocutils *["Pygments"] = XML = * [http://pypi.python.org/pypi/pyquery pyquery]:XML,HTML処理 * [http://codespeak.net/lxml/ lxml]:XML処理 *["lxml"] = 設定 = * [https://pypi.org/project/simple-settings/ simple-settings · PyPI] = 文章解析 = * http://www.nltk.org/book * http://pypi.python.org/pypi/igo-python/ * [http://pypi.python.org/pypi/whoosh-igo whoosh-igo 0.6 : Python Package Index] = 数値処理 = *NumPy = ゲーム的 = *PyGame *PyOpenGl = 高速 = *["Cython"] *["cffi"] = テスト = *PyUnit *["tox"] *["nose"] = Mac = *["PyObjC"] = Windows = * [https://github.com/mhammond/pywin32 GitHub - mhammond/pywin32: Python for Windows (pywin32) Extensions] = Web API クライアント = *PythonTwitter = 検索 = * https://bitbucket.org/mchaput/whoosh/src = 研究とか = * [http://www.pymol.org/ PyMOL | www.pymol.org] * [http://aplpy.github.com/ APLpy Home Page] = 未分類 = *PythonAsynchronous *["Twisted"] *["NetworkX"] ---- CategoryPython