From 6f370e16dc5f7c7a511c820570ae8b9c89710413 Mon Sep 17 00:00:00 2001 From: prateekrc3 Date: Sat, 5 Mar 2016 11:28:30 +0530 Subject: [PATCH] Update learning.rst Added a tutorial http://thepythonguru.com/. --- docs/intro/learning.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/intro/learning.rst b/docs/intro/learning.rst index d7266b8..8ab6608 100644 --- a/docs/intro/learning.rst +++ b/docs/intro/learning.rst @@ -13,6 +13,15 @@ quick-start guide to the language. `The Python Tutorial `_ +Python for Beginners +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +thepythonguru.com is a tutorial focuses on beginner programmers. It covers many python concepts +in depth. It also teaches you some advance constructs of python like lambda expression, regular expression. +At last it finishes off with tutorial "How to access MySQL db using python" + + + `Python for beginners `_ Learn Python Interactive Tutorial ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~