python

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
次のリビジョン両方とも次のリビジョン
python [2019/09/20 16:40] – [JIT コンパイラ] ともやんpython [2020/01/31 04:46] ともやん
行 21: 行 21:
 [[windows:mercurial|TortoiseHg - Mercurial 分散型バージョン管理システム用ツール]](Windows)\\ [[windows:mercurial|TortoiseHg - Mercurial 分散型バージョン管理システム用ツール]](Windows)\\
 [[mac:tortoisehg|TortoiseHg - Mercurial 分散型バージョン管理システム用ツール]](Mac)\\ [[mac:tortoisehg|TortoiseHg - Mercurial 分散型バージョン管理システム用ツール]](Mac)\\
 +
 +===== 言語関連 =====
 +[[python:language_memo|Python ランゲージ メモ]]\\
 +[[python:module_sample | Python モジュールサンプル]]\\
 +[[python:decorator|Python デコレータ]]\\
 +[[http://www.shido.info/py/python7.html|Python のクラスシステム]]について解説されている文献\\
  
 ===== パッケージ ===== ===== パッケージ =====
行 38: 行 44:
 \\ \\
 [[python:python-hwinfo|python-hwinfo]]\\ [[python:python-hwinfo|python-hwinfo]]\\
 +\\
 +[[python:mutagen|Mutagen]]\\
 +
 +===== アプリ =====
 +[[python:youtube-dl|youtube-dl - YouTube や他の動画サイトから動画をダウンロード]]\\
  
 ===== 言語構文 ===== ===== 言語構文 =====
行 70: 行 81:
  * Numba は関数の Python バイトコードを LLVM を使用して CPU に合わせた関数のマシンコードバージョンを生成する\\  * Numba は関数の Python バイトコードを LLVM を使用して CPU に合わせた関数のマシンコードバージョンを生成する\\
  * [[https://developer.nvidia.com/cuda-zone|Nvidia CUDA]] および [[https://rocm.github.io/|AMD ROC]] GPU をターゲットにできる\\  * [[https://developer.nvidia.com/cuda-zone|Nvidia CUDA]] および [[https://rocm.github.io/|AMD ROC]] GPU をターゲットにできる\\
 +
 +Pandas がボトルネックになってもカーネル関数に分離すれば Numba で最適化出来る。\\
 +[[https://medium.com/bcggamma/bring-your-python-code-up-to-speed-with-numba-1aa1c0e52885|Bring Your Python Code Up to Speed with Numba - BCG GAMMA - Medium]]\\
  
 ===== 開発環境 ===== ===== 開発環境 =====
行 78: 行 92:
 ===== プロセス制御 ===== ===== プロセス制御 =====
 [[python:supervisor|Supervisor - プロセス制御システム]]\\ [[python:supervisor|Supervisor - プロセス制御システム]]\\
- 
-===== 言語関連 ===== 
-[[python:language_memo|Python ランゲージ メモ]]\\ 
-[[python:module_sample | Python モジュールサンプル]]\\ 
-[[python:decorator|Python デコレータ]]\\ 
-[[http://www.shido.info/py/python7.html|Python のクラスシステム]]について解説されている文献\\ 
  
 ===== Deep Learning 関連 ===== ===== Deep Learning 関連 =====