Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 315 Bytes

File metadata and controls

9 lines (7 loc) · 315 Bytes

python-cool-features

A gentle guide to Python features that I didn't know exist or was too afraid to use. Will be updated as I learn more and become less lazy.

1. Lambda, map, filter, reduce

2. List manipulation

3. Classes and magic methods

4. local namespace, object's attributes

5. Wild import