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

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

    1. Compound statements. URL: https://docs.python.org/3/reference/compound_stmts.html.

    2. if. URL: https://docs.python.org/3/reference/compound_stmts.html#the-if-statement.

    3. while. URL: https://docs.python.org/3/reference/compound_stmts.html#the-while-statement.

    4. for. URL: https://docs.python.org/3/reference/compound_stmts.html#the-for-statement.

    5. Iterator Types. URL: https://docs.python.org/3/library/stdtypes.html#iterator.

    6. List Comprehensions. URL: https://docs.python.org/3/tutorial/datastructures.html#list-comprehensions.

    7. Nested List Comprehensions. URL: https://docs.python.org/3/tutorial/datastructures.html#nested-list-comprehensions.

  2. Python.

    1. Comprehensions. URL: http://python-3-patterns-idioms-test.readthedocs.io/en/latest/Comprehensions.html.

    2. Comprehensions. URL: http://www.diveintopython3.net/comprehensions.html.

    3. Iterables vs. Iterators vs. Generators. URL: http://nvie.com/posts/iterators-vs-generators/.

  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/Списковое_включение.