2
0
mirror of https://github.com/LCTT/TranslateProject.git synced 2025-03-27 02:30:10 +08:00

Merge pull request from StdioA/master

StdioA requesting for translate "Functional programming in Python"
This commit is contained in:
Xingyu.Wang 2018-11-10 20:43:24 +08:00 committed by GitHub
commit 56ba432da7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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