1
0
mirror of https://github.com/namibia/free-programming-books.git synced 2024-11-22 19:45:09 +00:00

Update free-programming-books-ru.md (#2787)

This commit is contained in:
Alex Gorelov 2018-04-04 19:01:34 +03:00 committed by eshellman
parent 806411649e
commit 44cce7d0a5

View File

@ -371,6 +371,8 @@
### Python
* [Problem Solving with Algorithms and Data Structures](https://aliev.github.io/runestone)
* [Python. unittest](https://devpractice.ru/book-python-unittest) - Абдрахманов М
* [Python. Уроки](https://devpractice.ru/book-python-lessons) - Абдрахманов М.И.
* [Вглубь языка Python](http://ru.diveintopython.net/toc.html)
* [Основы программирования на Python](http://dfedorov.spb.ru/python3) - Дмитрий Фёдоров (PDF)
* [Руководство по языку программирования Python](https://metanit.com/python/tutorial) - Евгений Попов