书籍 Introduction to Computation and Programming Using Python (2/e)的封面

Introduction to Computation and Programming Using Python (2/e)

John V. Guttag

出版社

The MIT Press

出版时间

2016-08-12

ISBN

9780262529624

评分

★★★★★
书籍介绍

The new edition of an introductory text that teaches students the art of computational problem solving, covering topics ranging from simple algorithms to information visualization.

This book introduces students with little or no prior programming experience to the art of computational problem solving using Python and various Python libraries, including PyLab. It provides students with skills that will enable them to make productive use of computational techniques, including some of the tools and techniques of data science for using computation to model and interpret data. The book is based on an MIT course (which became the most popular course offered through MIT's OpenCourseWare) and was developed for use not only in a conventional classroom but in in a massive open online course (MOOC). This new edition has been updated for Python 3, reorganized to make it easier to use for courses that cover only a subset of the material, and offers additional material including five new chapters.

Students are introduced to Python and the basics of programming in the context of such computational concepts and techniques as exhaustive enumeration, bisection search, and efficient approximation algorithms. Although it covers such traditional topics as computational complexity and simple algorithms, the book focuses on a wide range of topics not found in most introductory texts, including information visualization, simulations to model randomness, computational techniques to understand data, and statistical techniques that inform (and misinform) as well as two related but relatively advanced topics: optimization problems and dynamic programming. This edition offers expanded material on statistics and machine learning and new chapters on Frequentist and Bayesian statistics.

John V. Guttag is the Dugald C. Jackson Professor of Computer Science and Electrical Engineering at MIT.

用户评论
MITx: 6.00.1x 对应教材。作者对CS整体的掌控太强,整本书可算雅俗共赏,入门者易学,老成者也有很多收获。老头用得文字也很活泼,信手拈来即是典故,真是高人
好书。尤其讲同类型书讲不好的内容比如测试、异常、通俗的解释算法,这本书都讲的很容易懂。推荐给所有对计算机有兴趣的朋友。MIT真会选教材啊。看了1-10章,后面的选择不看
MITx: 6.00.1x & 6.00.2x
作者挺喜欢用括弧和注脚抖机灵,一副堪布雷奇左胶的形象跃然纸上。也许大学生喜欢这样的吧,但是中年人就觉得得啦快点讲重点!#人间悲剧之学python的中年人
ch1~12
MIT羊毛真香
best introduction–level book!
这本书不是教技法的,重在讲解实用python去实现目的。尤其后半部分的simulation,probability,须得对这些概念有初步的理解。个人觉得,本书适合有强烈应用目的的同学,而非单纯的coding初学者。plus后面一些sampling的概念讲得挺好的。