vimwiki/tech/Python.wiki

14 lines
187 B
Plaintext

= Python =
Wonderful little scripting language
== Libraries ==
== Built ins ==
=== Map ===
takes a function (can be a lambda) and an iterator to perform the function upon
[[index]]