Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions docs/intro/learning.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,15 @@ quick-start guide to the language.

`The Python Tutorial <http://docs.python.org/tutorial/index.html>`_

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 <http://thepythonguru.com/>`_

Learn Python Interactive Tutorial
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down