Skip to content

Commit 7ce15b8

Browse files
committed
add README
1 parent 2d952f7 commit 7ce15b8

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

Basic/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)