From 0e090d555b489e16001a502119b9eaee03e5a7e3 Mon Sep 17 00:00:00 2001 From: benjaminjamesrussell <41921185+benjaminjamesrussell@users.noreply.github.com> Date: Wed, 3 Nov 2021 11:19:10 +0100 Subject: [PATCH] added Kikodo tutorial to tutorials list --- docs/intro/learning.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/intro/learning.rst b/docs/intro/learning.rst index b0c957398..b052112ed 100644 --- a/docs/intro/learning.rst +++ b/docs/intro/learning.rst @@ -200,6 +200,15 @@ making the process of learning Python fun and engaging. `Code the blocks `_ +Kikodo Interactive Python +~~~~~~~~~~~~~~~~~~~~ + +*Kikodo* is a free interactive python tutorial with real time live feedback. +Learn all the basics of Python in bitesize exercises which guide you at every step. +This tutorial is suitable to absolute beginners of any kind. + + `Kikodo `_ + ************ Intermediate