像计算机科学家一样思考Python

像计算机科学家一样思考Python
内容简介:
《像计算机科学家一样思考python》按照培养读者像计算机科学家一样的思维方式的思路来教授python语言编程设计语言书籍不同,它不拘泥于语言细节,而是尝试从初学者的角度出发,用生动的示例和丰富的练习来引导读者渐入佳境。
作者简介:
Allen Downey is an Associate Professor of Computer Science at the Olin College of Engineering. He has taught computer science at Wellesley College, Colby College and U.C. Berkeley. He has a Ph.D. in Computer Science from U.C. Berkeley and Master’s and Bachelor’s degrees from MIT.
下载地址:
下载像计算机科学家一样思考Python
标签:
文章链接:https://www.dushupai.com/book-content-2937.html(转载时请注明本文出处及文章链接)
最新评论: 更多
  • 轮指扫马路
    2020-01-12
    转行第二本,为了写一个计算机真的是很有自己独到见解的python入门书,对比作者的相应题型的参考答案提升了对编程思想的理解只是一个指挥机器干活的工具罢了輚图相关写完计算机和学完数据结构与算法再看结合陈斌BKU、嵩天的递归部分和廖雪峰
  • everfight
    2016-07-13
    很适合入门,基本上扫一遍就能够大致了解整个语言的特性。面向对象部分简单涉及。而对于较为复杂的装饰器、高阶函数,没有涉及。如果仅作为提高兴趣来讲,这本书再适合不过了。
  • 瑄小璧
    2016-11-30
    我还没开始读,书就结束了... 尴尬....
最新书摘: 更多
  • [已注销]
    2015-09-03
    input: Get data from the keyboard, a file, or some other device.output: Display data on the screen or send data to a file or other device.math: Perform basic mathematical operations like addition and multiplication.conditional execution: Check for certain conditions and execute the appropriate code.repetition: Perform some action repeatedly, usually with some variation.
  • sssssen
    2012-11-10
    write pure function wherever it is reasonable and resort to modifier only if there is a compelling advantage---functional programming style
  • sssssen
    2012-11-09
    for [instances], the default behavior of the == operator ist the same as the is operator; it checks [object identity], not [object equivalence].
常见问题:
  • 《像计算机科学家一样思考Python》如何提升编程能力?

    《像计算机科学家一样思考Python》通过强调问题分解、算法设计和调试技巧提升编程能力。书中引导读者从多角度思考问题,培养抽象思维和逻辑推理能力。通过大量实践练习,读者能逐步掌握Python编程精髓,形成高效的编程习惯,从而全面提升解决复杂问题的能力。
  • 《像计算机科学家一样思考Python》有配套资源吗?

    《像计算机科学家一样思考Python》提供配套资源,包括源代码、练习题解答和在线教程。作者鼓励读者通过GitHub获取最新代码,并利用在线平台进行互动学习。这些资源帮助读者深入理解书中内容,巩固所学知识,提升实际编程能力。
  • 《像计算机科学家一样思考Python》适合大学生吗?

    《像计算机科学家一样思考Python》非常适合大学生,尤其是计算机专业初学者。书中内容结构清晰,理论与实践结合,能够帮助学生掌握编程基础的同时,培养计算思维。此外,书中案例贴近学术场景,可作为大学编程课程的补充教材,提升学习效果。
猜你喜欢: