ニュース

bytes型は2. xまでのstr型とほぼ同じ機能を提供している文字列型です。 同時に、 bytes型のリテラル表記として 「b"~"」 が追加されています。 Python 2. xまででは、 str型とunicode型を連結することができました。 連結をするとunicode型のデータを得ます。
python bytearray serial reading example and integration with flask socketio on web server *There are 2 programs.
I'm currently attempting to use the bytearray type, but it complains that it doesn't know what the database is returning it and wants either a string or an int. Typecasting the data to a string ...