Skip to content

Commit 90f08d6

Browse files
committed
update questions
1 parent 54dacf1 commit 90f08d6

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

Questions.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,17 @@ Questions 的目的:用来回顾 Python 的重点。
5252

5353
* dict in JSON Style 的弊端
5454

55-
55+
56+
## Chapter4. Text versus Bytes
57+
58+
* byte,unicode 的定义,Unicode sequence 和 byte sequence 的区别是什么
59+
* byte 和 Unicode 如何互相转换
60+
* python 如何对文件进行字节读
61+
* Python2/Python3 默认的字符 sequence 类型
62+
* Python3 如何定义 Byte sequence
63+
* Python 默认的编码器
64+
* Python 如何判断文本的编码格式,如何对文本进行 byte 字节流的读写
65+
* Python 为何要 Encode
66+
* 解释 大端和小端,DOM,utf-8 和 utf-8 BOM,Unicode Sandwich
67+
* 正则表达式对 byte 进行匹配
68+

0 commit comments

Comments
 (0)