Leveraging enumerate() in Python for Loops
As a programming memo, I’ve summarized why expressions like “for index, data in enumerate(list):” i ...
Evolution of the Click Game ~Sequel: Explaining New Features & Improvements~
In our previous article, we introduced the basic design of a simple click game and how the score-up mechanism works. ...
Installing and Using pyenv on Ubuntu 22.04
pyenv is a convenient tool when you want to easily switch between and manage different versions of Python. This artic ...