5.3. Список источников

  1. Официальная документация.

    1. Function definitions. URL: https://docs.python.org/3/reference/compound_stmts.html#function-definitions.

    2. parameter. URL: https://docs.python.org/3/glossary.html#term-parameter.

    3. argument. URL: https://docs.python.org/3/glossary.html#term-argument.

    4. What is the difference between arguments and parameters?. URL: https://docs.python.org/3/faq/programming.html#faq-argument-vs-parameter.

    5. How do I write a function with output parameters (call by reference)?. URL: How do I write a function with output parameters (call by reference).

  2. Python.

    1. How do I pass a variable by reference?. URL: http://stackoverflow.com/questions/986006/how-do-i-pass-a-variable-by-reference.

    2. Когда использовать lambda? URL: http://stackoverflow.com/questions/25010167/e731-do-not-assign-a-lambda-expression-use-a-def.

    3. Short Description of Python Scoping Rules. URL: http://stackoverflow.com/questions/291978/short-description-of-python-scoping-rules.

    4. A Beginner’s Guide to Python’s Namespaces, Scope Resolution, and the LEGB Rule. URL: http://sebastianraschka.com/Articles/2014_python_scope_and_namespaces.html.

    5. Всё, что вы хотели знать о функциях в Python URL: https://compscicenter.ru/media/slides/python_2014_autumn/2014_09_24_python_2014_autumn_1.pdf

    6. Real-world examples of recursion. URL: http://stackoverflow.com/questions/105838/real-world-examples-of-recursion.

  3. Прочее.

    1. Подпрограмма. URL: https://ru.wikipedia.org/wiki/Подпрограмма.

    2. Функция. URL: https://ru.wikipedia.org/wiki/Функция_(программирование).

    3. Анонимная функция. URL: https://ru.wikipedia.org/wiki/Анонимная_функция.

    4. Параметр. URL: https://ru.wikipedia.org/wiki/Параметр_(программирование).

    5. Стратегия вычисления. URL: https://ru.wikipedia.org/wiki/Стратегия_вычисления.

    6. Функции первого класса. URL: https://ru.wikipedia.org/wiki/Функции_первого_класса.

    7. Область видимости. URL: https://ru.wikipedia.org/wiki/Область_видимости.

    8. Замыкание. URL: https://ru.wikipedia.org/wiki/Замыкание_(программирование).

    9. Побочный эффект. URL: https://ru.wikipedia.org/wiki/Побочный_эффект_(программирование).