There is a phenomenon in the Python programming language that affects the efficiency of data representation and memory. I call it the "invisible line." This invisible line might seem innocuous at ...
今まで利用していたPythonの文字列はすべてアルファベットと数字で構成されていました。今回は日本語のような「マルチバイト文字」を使ってみたいと思います。 基数 いきなり脱線なのですが、文字コードの話をする前に「基数」の話をしてしまいましょうか ...