We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d952f7 commit 7ce15b8Copy full SHA for 7ce15b8
1 file changed
Basic/README.md
@@ -0,0 +1,10 @@
1
+# 基础
2
+
3
+本章主要介绍两个方面的内容:
4
5
+- [字符编码](./character_encoding.md)
6
+- [输入和输出](./input_output.md)
7
8
+其中,**字符编码**的概念很重要,不管你用的是 Python2 还是 Python3,亦或是 C++ 等其他编程语言,希望读者厘清这个概念,当遇到 UnicodeEncodeError 和 UnicodeDecodeError 时才能从容应对,而不是到处查找资料。
9
10
0 commit comments