Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ae341c commit 6f370e1Copy full SHA for 6f370e1
docs/intro/learning.rst
@@ -13,6 +13,15 @@ quick-start guide to the language.
13
14
`The Python Tutorial <http://docs.python.org/tutorial/index.html>`_
15
16
+Python for Beginners
17
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
18
+
19
+thepythonguru.com is a tutorial focuses on beginner programmers. It covers many python concepts
20
+in depth. It also teaches you some advance constructs of python like lambda expression, regular expression.
21
+At last it finishes off with tutorial "How to access MySQL db using python"
22
23
24
+ `Python for beginners <http://thepythonguru.com/>`_
25
26
Learn Python Interactive Tutorial
27
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
0 commit comments