From 33f85f708d88fe335af01190bcf2b33ea38a569e Mon Sep 17 00:00:00 2001 From: raer6 <40835566+raer6@users.noreply.github.com> Date: Wed, 29 Aug 2018 17:13:59 +0200 Subject: [PATCH 1/2] 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. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c6fbbee..f63b313 100644 --- a/README.md +++ b/README.md @@ -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.
From 924eea1e6924ecc76be141535a62e6d4d88b4a2d Mon Sep 17 00:00:00 2001 From: raer6 <40835566+raer6@users.noreply.github.com> Date: Thu, 30 Aug 2018 19:10:23 +0200 Subject: [PATCH 2/2] adding to your list Hi there! I thought this video about Python might be useful for your list. Thank you for your consideration, Rada. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f63b313..0e9190b 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ - A random collection of useful Python snippets [[IPython nb](http://nbviewer.ipython.org/github/rasbt/python_reference/blob/master/python_patterns/patterns.ipynb)] - Things in pandas I wish I'd had known earlier [[IPython nb](http://nbviewer.ipython.org/github/rasbt/python_reference/blob/master/tutorials/things_in_pandas.ipynb)] - +- Get Programming with Python in Motion (https://www.manning.com/livevideo/get-programming-with-python-in-motion)]