vimwiki/tech/Python.wiki

17 lines
219 B
Plaintext

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