原作名:Think Python:how to think like a computer scientist 译者:赵普明 出版年:2013-8 页数:328 定价:49 装帧:平装 丛书:O'Reilly动物系列(中译本) ISBN:9787115320926 豆瓣评分 8.1 210人评价 5星 36.7% 4星 41.4% 3星 18.1% 2星 2.4% 1星 ...
简介 ""How to Think Like a Computer Scientist"" is an introduction to programming using Python, one of the best languages for beginners. This is a Free Book ...展开短评 打开App写短评 Terry Chen2012-08-19 09:23:58 本书优点是生动有趣,适于入门者阅读。但平心而论在 Python 和 CS 方面...
# coding=gbkimportmathimportturtledefpie(t,r,n):"""画一个包含 n 个三角形的饼图。 t:Turtle object r:三角形腰长 n:包含几个三角形或几边形 """angle1 =180/ n angle2 =90+ angle1 y =2* math.sin(math.radians(angle1)) *r t.lt(angle1)foriinrange(n): t.fd(r) t.lt(angle2)...
Think PythonHow to Think Like a Computer Scientist by Allen B. Downey This is the first edition of Think Python, which uses Python 2. If you are using Python 3, you might want to use the second edition, which is here.Buy this book at Amazon.com Download Think Python in PDF. ...
thee?ectofgeneratingadevice-independent representationofatextbook,whichcanbe convertedtootherformatsandprinted. A TheLTXsourceforthisbookisavailablefrom///. E Publisher’sCataloging-in-Publicationprovidedby QualityBooks,Inc. Downey,Allen Howtothinklikeacomputerscientist:learning with...
How to think like a Computer Scientist - Learning with Python 星级: 288 页 【软件编程】How to Think Like a Computer Scientist-Learning with Python 星级: 287 页 Think Python How to Think Like a Computer Scientist 星级: 298 页 Think Python - How to Think Like a Computer Scientist 星...
ThinkPython HowtoThinkLikeaComputerScientist Version1.1.22 AllenDowney GreenTeaPress Needham,MassachusettsCopyright©2008AllenDowney Printinghistory: April2002:FirsteditionofHowtoThinkLikeaComputerScientist August2007:Majorrevision,changedtitletoHowtoThinkLikea(Python)ProgrammerJune2008:Majorrevision,changedtitleto...
The debugging section in chapter 1 serves well to explain the process to a novice.N. ChakrapaniComputing reviewsDowney, Allen, Jeff Elkner, and Chris Meyers. "Python for Software Design: How to Think Like a Computer Scientist." Green Tea Press: Free Computer Science Books. Web. 01 Aug. ...
No.18 How to Think Like a Computer Scientist: Learning with Python(豆瓣评分:8.5)"How to Think Like a Computer Scientist" is an introduction to programming using Python, one of the best languages for beginners. This is a Free Book -- you can download it from thinkpython.com. But if you...