Build environment with pyenv, miniconda & conda-forge
When I tried to run a python in the environment using pyenv and miniconda, it didn't work because it pointed to the wrong package.
Build failed when pyenv install on macOS
I installed Miniconda3 before installing pyenv, so I tried to uninstall Miniconda and then install pyenv, but it failed.
The way to uninstall Miniconda
I tried to uninstall Miniconda 3 and reinstall it with pyenv, but I failed because some configuration remained.
Create e-paper calendar connected to Google
It is helpful to check my schedule with a calendar at any time. All I have to do is open Google Calendar on my phone or PC, but I would like to see it with less effort.
Calendar APIでGoogleカレンダーから情報を取得する
Google Calendar API を用いて Python でカレンダーのイベントを取得します
VSCodeやPyCharmでパッケージがインポートされていないというようなエラーが出るときにはインタプリタがうまく設定できていない可能性があります.
Pythonで計算するEarth Mover's Distance
Earth mover's distance (EMD) とは統計学において二つの確率分布間の距離を測る指標です.
通常のプログラムは CPU で計算していますが,機械学習やディープラーニングでは GPU を用いればより早く計算することができる(場合もある)ことはよく知られています.
Google Colaboratory は自分の PC やリモートサーバに環境を構築することなく,ブラウザ経由で Python の実行が可能になる便利なサービスです.