ProgrammingLanguage > Python > Python3
official†
.†
- Python/Type
- PyFormat
- Python/Web
- Python/Web#framework (フレームワーク)
- Python/GUI
- Python/Thread
- Python/Logging
- PyInotify
入門†
- Pythonプログラミング入門
- プログラミング演習 Python 2019
Linter / Formatter†
引数†
- argparse – コマンドラインオプションと引数の解析
- argparseを使ってみた
バイナリ†
- struct – バイナリデータを扱う
PHP†
- php プログラマのための Python チュートリアル
- PHPerの為のPython入門 - 超基礎
Windows 用†
http://www.python.jp/Zope/download/pythonjpdist
- IronPython (.NET)
日本語†
パッケージ†
ライブラリ†
- PyOpenGL
- PyCUDA
- NumPy
- python-colormath
- Python/Colour
- pandas (data analysis)
- Twisted (event-driven networking engine)
- HOPE (天文物理学向け計算に特化したPython JITコンパイラ)
画像†
音声†
その他†
- Pythonによる黒魔術入門
- [python] 細かすぎて伝わりにくい、Pythonの本当の落とし穴10選
- Mypy is an experimental optional static type checker for Python
- http://docs.python.jp/3/library/traceback.html
- textsIntroduction To Computation And Programming Using Python, Revised Guttag, John V.
- Pythonを書き始める前に見るべきTips
- Google Python スタイルガイド
- Python の __init__.py とは何なのか
- How to Convert RGB Image to Grayscale in Python
- https://appdividend.com/2022/09/15/how-to-convert-rgb-image-to-grayscale-in-python/
ap = argparse.ArgumentParser() ap.add_argument("-i", "--image", required=True, help="path to input image to be OCR'd") ap.add_argument("-p", "--preprocess", type=str, default="thresh", help="type of preprocessing to be done") args = vars(ap.parse_args())
- https://appdividend.com/2022/09/15/how-to-convert-rgb-image-to-grayscale-in-python/