From 83a4d1c758d85ef1072182dfd26a60174bc45aca Mon Sep 17 00:00:00 2001 From: Citron2 <45082801+Citron2@users.noreply.github.com> Date: Fri, 16 Nov 2018 00:14:32 +0100 Subject: [PATCH] Update resources.md --- resources.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resources.md b/resources.md index cfa89f2..b6d75f9 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. + - [Learnival][python-learnival] + Interactive tutorial for beginners that focuses on practical exercises. - [Try Python][python-try] Another interactive online guide. - Video tutorials: N/A @@ -638,6 +640,7 @@ That said, when working on your own programs, I would always pick Python 3 unles [python-treehouse]: http://teamtreehouse.com/features/python [python-learn]: http://learnpython.org + [python-learnival]: http://learnival.com [python-try]: http://www.trypython.org/ [python-automate]: http://automatetheboringstuff.com/