Python2

Thumbnail of post image 048

今回はTypeError: exceptions must be old-style classes or derived from BaseException, not NoneTypeはなぜ起きるのかについてご紹介いたします。

Python2

Thumbnail of post image 074

今回はPython2でString文字列を他の文字コードに変換する方法について、自らのハマった経験を踏まえご紹介いたします。

String文字列を他の文字コードに変換しようとしてハマった話(Python2)

Python3だ ...