画像にテキストを印字する「drawtext」をリリース

Table of Contents 1. githubに「drawtext」というツールをリリース 2. 完成させてリリースすることが最大の成果 3. 完璧を求めない 4. ライセンスなど意識...

April 10, 2020

Python コマンドライン引数 バックスラッシュの扱い

Table of Contents 1. 改行を含む文字列を渡したい 2. 失敗例 3. Pythonの問題ではない 4. 本当はshellの問題 5. 改行を含む文字列を渡す方法 on bash 6. 問題を解決す...

April 7, 2020

最小限の機械学習環境の構築

Table of Contents 1. 最小限の機械学習環境の構築 2. 当記事で扱う環境 3. 導入する4つのパッケージ 4. 環境を構築 4.1. venvのインストール 4.2. 仮想環境の作成 4.3. requ...

March 31, 2020

UbuntuのPythonではPipが無効化されている

Table of Contents 1. ensurepip is not available 2. 有用な情報源 3. pythonに種類があるわけではない 4. sudo apt install python3-venv 1. ensurepip is not available Ubuntuでpythonの仮想環境を作成するためv...

March 28, 2020