Development, Programming, Git

Python の for ループで enumerate() を活用

As a programming memo, I’ve summarized why expressions like “for index, data in enumerate(list):” i ...

Development, Programming, Git

クリックゲームの進化 ~続編:新機能&改善点を解説~

In our previous article, we introduced the basic design of a simple click game and how the score-up mechanism works. ...

Linux, Server Setup, Networking

Ubuntu 22.04 での pyenv インストールと使い方

pyenv is a convenient tool when you want to easily switch between and manage different versions of Python. This artic ...