ニュース

Moving from Python 2 to 3? Here's what you need to know about strings and their role in in your upgrade. An old joke asks "What do you call someone who speaks three languages? Trilingual. Two ...
Pythonでは、 基本的なデータ型を 「組み込み型 (Builtin Types⁠)⁠」として提供しています。文字列や数値といった基本的なデータ型だけでなく、 リストや辞書、 集合 (Set) 型のような構造を持ったデータ型が組み込み型として用意されています。 Python 2.
データの表記ゆれにどう対処するか? 以前、あるクライエントから大量のテキストデータをもらったことがありまして、その校正作業を頼まれたことがあります。 細かな表記ゆれなどの修正でしたが、意外に手間がかかる作業として、「ア」「ァ」「1 ...
simple Python project that demonstrates the use of Unicode UTF-8. We'll write a program that takes user input, converts it into UTF-8, and then displays the Unicode representation for each character ...
simple Python project that demonstrates the use of Unicode UTF-8. We'll write a program that takes user input, converts it into UTF-8, and then displays the Unicode representation for each character ...
JSONのUnicodeエスケープを通常文字列に変換したい事がよくあるので、備忘録メモ。