From 66b35e498a9da9eb41aa6d1fbcc1396cc6f19de6 Mon Sep 17 00:00:00 2001 From: Toby Date: Sat, 30 Jun 2018 06:43:57 -0400 Subject: [PATCH] Updated learning.rst --- docs/intro/learning.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/intro/learning.rst b/docs/intro/learning.rst index 86f8243..1914c5a 100644 --- a/docs/intro/learning.rst +++ b/docs/intro/learning.rst @@ -15,6 +15,13 @@ quick-start guide to the language. `The Python Tutorial `_ +Python Basics +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +pythonbasics.org is an introductiory tutorial for beginners. The tutorial includes exercises. It covers the basics and there are als more in-depth lessons like object oriented programming and regular expressions. + + `Python basics `_ + Python for Beginners ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~