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

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

    1. Модуль math. URL: https://docs.python.org/3/library/math.html.

    2. Модуль random. URL: https://docs.python.org/3/library/random.html.

    3. Модуль statistics. URL: https://docs.python.org/3/library/statistics.html.

    4. Модуль datetime. URL: https://docs.python.org/3/library/datetime.html.

    5. Модуль time. URL: https://docs.python.org/3/library/time.html.

    6. Модуль calendar. URL: https://docs.python.org/3/library/calendar.html.

    7. Модуль locale. URL: https://docs.python.org/3/library/locale.html.

    8. Модуль sys. URL: https://docs.python.org/3/library/sys.html.

    9. Модуль platform. URL: https://docs.python.org/3/library/platform.html.

    10. Модуль os. URL: https://docs.python.org/3/library/os.html.

    11. Модуль shutil. URL: https://docs.python.org/3/library/shutil.html.

    12. Модуль glob. URL: https://docs.python.org/3/library/glob.html.

    13. Модуль subprocess. URL: https://docs.python.org/3/library/subprocess.html.

    14. Модуль re. URL: https://docs.python.org/3/library/re.html.

    15. Built-in Functions. URL: https://docs.python.org/3/library/functions.html.

  2. Python.

    1. Statistics Module Python Tutorial. URL: https://pythonprogramming.net/statistics-python-3-module-mean-standard-deviation/.

    2. Дата, время и временные зоны в пайтоне. URL: http://blog.trukhanov.net/Data-i-vremya-i-vremennye-zony-v-paitone/.

    3. Таймстампы в пайтоне. URL: http://blog.trukhanov.net/Python-timestamps/.

    4. Doing operating system tasks in Python. URL: http://hplgit.github.io/edu/ostasks/ostasks.html.

    5. Automating common tasks on your computer. URL: http://www.pythonlearn.com/html-008/cfbook017.html.

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

    7. Тонкости использования языка Python: Часть 3. Функциональное программирование. URL: https://www.ibm.com/developerworks/ru/library/l-python_details_03/.

    8. Python Functions - map, filter, and reduce. URL: http://www.bogotobogo.com/python/python_fncs_map_filter_reduce.php.

    9. Map, Filter, Lambda, and List Comprehensions in Python. URL: http://www.u.arizona.edu/~erdmann/mse350/topics/list_comprehensions.html.

    10. Mary Rose Cook. A practical introduction to functional programming. URL: http://maryrosecook.com/blog/post/a-practical-introduction-to-functional-programming.

    11. Why isn’t Python very good for functional programming? URL: http://stackoverflow.com/questions/1017621/why-isnt-python-very-good-for-functional-programming.

    12. Python built-in Function example code: map, reduce, zip, filter. URL: http://www.lleess.com/2013/07/python-built-in-function-map-reduce-zip.html#.VprTil6li1E.

  3. Прочее.

    1. What are random seed values? URL: http://www.grasshopper3d.com/forum/topics/what-are-random-seed-values.

    2. Как перестать думать о часовых поясах и начать жить. URL: http://habrahabr.ru/post/100741/.

    3. Регулярные выражения. URL: https://ru.wikipedia.org/wiki/Регулярные_выражения.

    4. Регулярные выражения, пособие для новичков. Часть 1. URL: http://habrahabr.ru/post/115825/.

    5. Регулярные выражения, пособие для новичков. Часть 2. URL: http://habrahabr.ru/post/115436/.