adding to the list of your resources

Hi, I was wondering if this book might be good match to add to the list of your resources for learning Python.

Thank you for your consideration.

Rada.
This commit is contained in:
raer6 2018-08-29 17:13:59 +02:00 committed by GitHub
parent b0bd985d7e
commit 33f85f708d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -197,6 +197,7 @@
- [Python Patterns](http://matthiaseisen.com/pp/) - A directory of proven, reusable solutions to common programming problems.
- [Intro to Computer Science - Build a Search Engine & a Social Network](https://www.udacity.com/course/intro-to-computer-science--cs101) - A great, free course for learning Python if you haven't programmed before.
- [Classic Computer Science Problems in Python](https://www.manning.com/books/classic-computer-science-problems-in-python) - this book presents dozens of coding challenges, ranging from simple tasks like finding items in a list with a binary search algorithm to clustering data using k-means.
<br>