Skip to content

Commit f362847

Browse files
author
Kenneth Reitz
committed
Merge pull request realpython#34 from epequeno/master
Added another book to learning section
2 parents 5b176d1 + 2fba2f2 commit f362847

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

docs/intro/learning.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,22 @@ experience programming in another language.
3636

3737
`Dive Into Python 3 <http://diveintopython3.ep.io/>`_
3838

39+
Think Python: How to Think Like a Computer Scientist
40+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
41+
42+
Think Python attempts to give an introduction to basic concepts in computer science through the
43+
use of the python language. The focus was to create a book with plenty of exercises, minimal jargon and
44+
a section in each chapter devoted to the subject of debugging.
45+
46+
While exploring the various features available in the python language the author weaves in various design
47+
patterns and best practices.
48+
49+
The book also inclused several case studies which have the reader explore the topics discussed in the book
50+
in greater detail by applying those topics to real-world examples. Case studies include assingments in GUI
51+
and Markov Analysis.
52+
53+
`Think Python <http://greenteapress.com/thinkpython/html/index.html>`_
54+
3955

4056
Advanced
4157
--------

0 commit comments

Comments
 (0)