diff --git a/docs/intro/learning.rst b/docs/intro/learning.rst index 86f82431e..694abd865 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 also in-depth lessons like object oriented programming and regular expressions. + + `Python basics `_ + Python for Beginners ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~