You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/intro/learning.rst
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,6 +70,13 @@ experienced developers from other languages a crash course on Python.
70
70
71
71
`Crash into Python <http://stephensugden.com/crash_into_python/>`_
72
72
73
+
Dive Into Python
74
+
~~~~~~~~~~~~~~~~
75
+
76
+
Dive Into Python is a great book for experienced programmers coming from other languages and who want to learn what's great about Python without having to go through the fuss of learning beginner concepts such as conditionals and iteration. Covers the more widely used Python 2.
77
+
78
+
`Dive Into Python <http://www.diveintopython.net/>`_
0 commit comments