Skip to content

Commit 4515c8d

Browse files
authored
Merge pull request ictar#52 from ictar/pd_6
add translated for 'Deep Exploration Into Python: Let's Review The Di…
2 parents f1f2f38 + 124b8e7 commit 4515c8d

File tree

4 files changed

+261
-596
lines changed

4 files changed

+261
-596
lines changed

Python Common/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,8 @@
5858

5959
- [解释python中的*args和**kwargs](./解释python中的*args和**kwargs.md)
6060

61-
我发现,大多数的Python新手程序员很难搞清楚\*args和\*\*kwargs魔术变量。所以,它们是什么呢?
61+
我发现,大多数的Python新手程序员很难搞清楚\*args和\*\*kwargs魔术变量。所以,它们是什么呢?
62+
63+
- [深度探索Python:让我们审查dict模块](./深度探索Python:让我们审查dict模块.md)
64+
65+
Dictobject.c是Python的dict对象背后的模块。它非常常用,但有一些鲜为人知的秘密,这些秘密对于了解最佳性能非常有用

0 commit comments

Comments
 (0)