File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff 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
4056Advanced
4157--------
You can’t perform that action at this time.
0 commit comments