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.

2024-03-02
2022-08-16

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.

2024-02-19
2022-08-15

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 でカレンダーのイベントを取得します

2021-03-07

PoetryをVSCode向けに設定する

VSCodeやPyCharmでパッケージがインポートされていないというようなエラーが出るときにはインタプリタがうまく設定できていない可能性があります.

M1 Macにpyenv+Poetryをインストールする

pyenv+Poetryを使用してPython環境を作ります.

Pythonで計算するEarth Mover's Distance

Earth mover's distance (EMD) とは統計学において二つの確率分布間の距離を測る指標です.

numpyを使ったプログラムをGPUで動かす方法

通常のプログラムは CPU で計算していますが,機械学習やディープラーニングでは GPU を用いればより早く計算することができる(場合もある)ことはよく知られています.

Colab無料版の利用時間制限とGPU性能比較

Google Colaboratory は自分の PC やリモートサーバに環境を構築することなく,ブラウザ経由で Python の実行が可能になる便利なサービスです.