Merge pull request #10601 from Ryze-Borgia/patch-2

Update 20181004 Functional programming in Python- Immutable data stru…
This commit is contained in:
Xingyu.Wang 2018-10-11 01:06:43 +08:00 committed by GitHub
commit 5d06633b43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,4 @@
Translating by Ryze-Borgia
Functional programming in Python: Immutable data structures Functional programming in Python: Immutable data structures
====== ======
Immutability can help us better understand our code. Here's how to achieve it without sacrificing performance. Immutability can help us better understand our code. Here's how to achieve it without sacrificing performance.