語系:
繁體中文
English
說明(常見問題)
回圖書館首頁
手機版館藏查詢
登入
回首頁
切換:
標籤
|
MARC模式
|
ISBD
Good habits for great coding = impro...
~
Stueben, Michael.
FindBook
Google Book
Amazon
博客來
Good habits for great coding = improving programming skills with examples in Python /
紀錄類型:
書目-電子資源 : Monograph/item
正題名/作者:
Good habits for great coding/ by Michael Stueben.
其他題名:
improving programming skills with examples in Python /
作者:
Stueben, Michael.
出版者:
Berkeley, CA :Apress : : 2018.,
面頁冊數:
xxix, 314 p. :ill., digital ;24 cm.
內容註:
Part 1: Not Learned in School -- 1. A Coding Fantasy -- 2. Coding Tricks -- 3. Style -- 4. More Coding Tricks -- Part 2: Coding Advice -- 5. Function Design -- 6. Self-Documenting Code -- 7. Step-Wise Refinement -- 8. Comments -- 9. Stop Coding -- 10. Testing -- 11. Defensive Programming -- 12. Refactoring -- 13. Write The Tests First (Sometimes) -- 14. Expert Advice -- Part 3: Perspective -- 15. A Lesson In Design -- 16. Beware Of OOP -- 17. The Evolution Of A Function -- 18. Do Not Snub Inefficient Algorithms -- Part 4: Walk the Walk -- 19.Problems Worth Solving -- 20. Problem Solving -- 21. Dynamic Programming.
Contained By:
Springer eBooks
標題:
Python (Computer program language) -
電子資源:
http://dx.doi.org/10.1007/978-1-4842-3459-4
ISBN:
9781484234594
Good habits for great coding = improving programming skills with examples in Python /
Stueben, Michael.
Good habits for great coding
improving programming skills with examples in Python /[electronic resource] :by Michael Stueben. - Berkeley, CA :Apress :2018. - xxix, 314 p. :ill., digital ;24 cm.
Part 1: Not Learned in School -- 1. A Coding Fantasy -- 2. Coding Tricks -- 3. Style -- 4. More Coding Tricks -- Part 2: Coding Advice -- 5. Function Design -- 6. Self-Documenting Code -- 7. Step-Wise Refinement -- 8. Comments -- 9. Stop Coding -- 10. Testing -- 11. Defensive Programming -- 12. Refactoring -- 13. Write The Tests First (Sometimes) -- 14. Expert Advice -- Part 3: Perspective -- 15. A Lesson In Design -- 16. Beware Of OOP -- 17. The Evolution Of A Function -- 18. Do Not Snub Inefficient Algorithms -- Part 4: Walk the Walk -- 19.Problems Worth Solving -- 20. Problem Solving -- 21. Dynamic Programming.
Improve your coding skills and learn how to write readable code. Rather than teach basic programming, this book presumes that readers understand the fundamentals, and offers time-honed best practices for style, design, documenting, testing, refactoring, and more. Taking an informal, conversational tone, author Michael Stueben offers programming stories, anecdotes, observations, advice, tricks, examples, and challenges based on his 38 years experience writing code and teaching programming classes. Trying to teach style to beginners is notoriously difficult and can easily appear pedantic. Instead, this book offers solutions and many examples to back up his ideas. Good Habits for Great Coding distills Stueben's three decades of analyzing his own mistakes, analyzing student mistakes, searching for problems that teach lessons, and searching for simple examples to illustrate complex ideas. Having found that most learn by trying out challenging problems, and reflecting on them, each chapter includes quizzes and problems in each chapter. The final chapter introduces dynamic programming to reduce complex problems to subcases, and illustrates many concepts discussed in the book. Code samples are provided in Python and designed to be understandable by readers familiar with any modern programming language. At the end of this book, you will have acquired a lifetime of good coding advice; the lessons the author wishes he had learned when he was a novice.
ISBN: 9781484234594
Standard No.: 10.1007/978-1-4842-3459-4doiSubjects--Topical Terms:
729789
Python (Computer program language)
LC Class. No.: QA76.73.P98
Dewey Class. No.: 005.262
Good habits for great coding = improving programming skills with examples in Python /
LDR
:03013nmm a2200289 a 4500
001
2137278
003
DE-He213
005
20180312122037.0
006
m d
007
cr nn 008maaau
008
181117s2018 cau s 0 eng d
020
$a
9781484234594
$q
(electronic bk.)
020
$a
9781484234587
$q
(paper)
024
7
$a
10.1007/978-1-4842-3459-4
$2
doi
035
$a
978-1-4842-3459-4
040
$a
GP
$c
GP
041
0
$a
eng
050
4
$a
QA76.73.P98
082
0 4
$a
005.262
$2
23
090
$a
QA76.73.P98
$b
S933 2018
100
1
$a
Stueben, Michael.
$3
3309470
245
1 0
$a
Good habits for great coding
$h
[electronic resource] :
$b
improving programming skills with examples in Python /
$c
by Michael Stueben.
260
$a
Berkeley, CA :
$b
Apress :
$b
Imprint: Apress,
$c
2018.
300
$a
xxix, 314 p. :
$b
ill., digital ;
$c
24 cm.
505
0
$a
Part 1: Not Learned in School -- 1. A Coding Fantasy -- 2. Coding Tricks -- 3. Style -- 4. More Coding Tricks -- Part 2: Coding Advice -- 5. Function Design -- 6. Self-Documenting Code -- 7. Step-Wise Refinement -- 8. Comments -- 9. Stop Coding -- 10. Testing -- 11. Defensive Programming -- 12. Refactoring -- 13. Write The Tests First (Sometimes) -- 14. Expert Advice -- Part 3: Perspective -- 15. A Lesson In Design -- 16. Beware Of OOP -- 17. The Evolution Of A Function -- 18. Do Not Snub Inefficient Algorithms -- Part 4: Walk the Walk -- 19.Problems Worth Solving -- 20. Problem Solving -- 21. Dynamic Programming.
520
$a
Improve your coding skills and learn how to write readable code. Rather than teach basic programming, this book presumes that readers understand the fundamentals, and offers time-honed best practices for style, design, documenting, testing, refactoring, and more. Taking an informal, conversational tone, author Michael Stueben offers programming stories, anecdotes, observations, advice, tricks, examples, and challenges based on his 38 years experience writing code and teaching programming classes. Trying to teach style to beginners is notoriously difficult and can easily appear pedantic. Instead, this book offers solutions and many examples to back up his ideas. Good Habits for Great Coding distills Stueben's three decades of analyzing his own mistakes, analyzing student mistakes, searching for problems that teach lessons, and searching for simple examples to illustrate complex ideas. Having found that most learn by trying out challenging problems, and reflecting on them, each chapter includes quizzes and problems in each chapter. The final chapter introduces dynamic programming to reduce complex problems to subcases, and illustrates many concepts discussed in the book. Code samples are provided in Python and designed to be understandable by readers familiar with any modern programming language. At the end of this book, you will have acquired a lifetime of good coding advice; the lessons the author wishes he had learned when he was a novice.
650
0
$a
Python (Computer program language)
$3
729789
650
0
$a
Microcomputers
$x
Programming.
$3
648628
650
0
$a
Computer programming.
$3
527209
650
1 4
$a
Computer Science.
$3
626642
650
2 4
$a
Python.
$3
3201289
650
2 4
$a
Programming Languages, Compilers, Interpreters.
$3
891123
650
2 4
$a
Algorithms.
$3
536374
650
2 4
$a
Coding and Information Theory.
$3
891252
650
2 4
$a
Programming Techniques.
$3
892496
710
2
$a
SpringerLink (Online service)
$3
836513
773
0
$t
Springer eBooks
856
4 0
$u
http://dx.doi.org/10.1007/978-1-4842-3459-4
950
$a
Professional and Applied Computing (Springer-12059)
筆 0 讀者評論
館藏地:
全部
電子資源
出版年:
卷號:
館藏
1 筆 • 頁數 1 •
1
條碼號
典藏地名稱
館藏流通類別
資料類型
索書號
使用類型
借閱狀態
預約狀態
備註欄
附件
W9343972
電子資源
11.線上閱覽_V
電子書
EB QA76.73.P98
一般使用(Normal)
在架
0
1 筆 • 頁數 1 •
1
多媒體
評論
新增評論
分享你的心得
Export
取書館
處理中
...
變更密碼
登入