From 9b3644c97604d9eb0bb4dd4d332fccad2586729e Mon Sep 17 00:00:00 2001 From: Vitaly Pavlenko Date: Thu, 24 Nov 2016 16:43:05 +0300 Subject: [PATCH] Add Snakify.org to Python interactive resources --- resources.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resources.md b/resources.md index 50321f7..55f9d30 100644 --- a/resources.md +++ b/resources.md @@ -594,6 +594,8 @@ That said, when working on your own programs, I would always pick Python 3 unles - Interactive resources: - [LearnPython][python-learn] An interactive online guide that teaches basic Python. + - [Snakify][python-snakify] + An interactive online guide for beginners with 100+ algorithmic exercises. - [Try Python][python-try] Another interactive online guide. - Video tutorials: N/A @@ -641,6 +643,7 @@ That said, when working on your own programs, I would always pick Python 3 unles [python-learn]: http://learnpython.org [python-try]: http://www.trypython.org/ + [python-snakify]: https://snakify.org/ [python-automate]: http://automatetheboringstuff.com/ [python-lpthw]: http://learnpythonthehardway.org/book/