2021-10-11 03:22:53 +00:00
|
|
|
= Python =
|
|
|
|
|
|
|
|
Wonderful little scripting language
|
|
|
|
|
|
|
|
== Libraries ==
|
|
|
|
|
2022-03-15 21:30:01 +00:00
|
|
|
* [[python-docx]]
|
2022-03-22 23:30:01 +00:00
|
|
|
* [[pandas]]
|
2022-03-15 21:30:01 +00:00
|
|
|
|
2021-10-11 03:22:53 +00:00
|
|
|
== Built ins ==
|
|
|
|
|
|
|
|
=== Map ===
|
|
|
|
|
|
|
|
takes a function (can be a lambda) and an iterator to perform the function upon
|
|
|
|
|
|
|
|
[[index]]
|