{:rank
 ["memory_model" "aggregate_types" "functional_programming" "map" "filter" "list_comprehension" "reduce"]}

Index

Python

We will review selected elements of the Python programming language.

  1. Data structures: https://docs.python.org/3/tutorial/datastructures.html

  2. Functional programming: https://docs.python.org/3/howto/functional.html

  3. Jupyter Notebook: https://jupyter-notebook.readthedocs.io/en/stable/notebook.html

If you are looking for tutorial material on Python in general, refer to: https://docs.python.org/3/tutorial/