Skip to content

Commit ad9a656

Browse files
author
Kenneth Reitz
committed
python for you and me
@kushaldas
1 parent 036c803 commit ad9a656

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

docs/intro/learning.rst

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@ allows you to go through the lessons without having to install Python locally.
1414

1515
`Learn Python <http://www.learnpython.org/>`_
1616

17+
18+
If you want a more traditional book, *Python For You and Me* is an
19+
excellent resource for learning all aspects of the language.
20+
21+
`Python for You and Me <http://pymbook.readthedocs.org/>`_
22+
23+
1724
Learn Python the Hard Way
1825
~~~~~~~~~~~~~~~~~~~~~~~~~
1926

@@ -130,15 +137,15 @@ A Primer on Scientific Programming with Python
130137
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
131138

132139
A Primer on Scientific Programming with Python, written by Hans Petter Langtangen,
133-
mainly covers python's usage in scientific field. In the book, examples are
140+
mainly covers python's usage in scientific field. In the book, examples are
134141
choosen from mathematics and the natural sciences.
135142

136143
`A Primer on Scientific Programming with Python <http://www.springer.com/mathematics/computational+science+%26+engineering/book/978-3-642-18365-2>`_
137144

138145
Numerical Methods in Engineering with Python
139146
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
140147

141-
Numerical Methods in Engineering with Python,written by Jaan Kiusalaas, attempts to
148+
Numerical Methods in Engineering with Python,written by Jaan Kiusalaas, attempts to
142149
emphasis on numerical methods and how to implement them in python.
143150

144151
`Numerical Methods in Engineering with Python <http://www.cambridge.org/us/academic/subjects/engineering/engineering-mathematics-and-programming/numerical-methods-engineering-python-2nd-edition>`_

0 commit comments

Comments
 (0)