Cognitive_technologies/лр1-2/extra-links.txt

8 lines
773 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

* ресурс [Pythontutor](https://pythontutor.ru) на русском языке: материалы в виде тьюториалов и задачи для самостоятельного решения
* Pythontutor [Visualizer](http://www.pythontutor.com/visualize.html#mode=edit): позволяет скопировать код и исполнять его построчно. Удобно для изучения того, как устроено присваивание, копирование списков и ссылки на них и прочее.
* Тьюториал по [pandas](https://pandas.pydata.org/pandas-docs/stable/tutorials.html)
* Графики и pandas: [ссылка](https://pandas.pydata.org/pandas-docs/stable/visualization.html)
* Документация по [numpy](http://www.numpy.org)
* Документация по [matplotlib](https://matplotlib.org)
* Галерея графиков по [matplotlib](https://matplotlib.org/gallery.html)
* Документация по [scipy](https://docs.scipy.org/doc/)