Language:
English
繁體中文
Help
Login
Back
to Search results for
[ subject:"Python (Computer program language)." ]
Switch To:
Labeled
|
MARC Mode
|
ISBD
Learn Python 3 the hard way : = a ve...
~
Shaw, Zed.
Learn Python 3 the hard way : = a very simple introduction to the terrifyingly beautiful world of computers and code /
Record Type:
Language materials, printed : Monograph/item
Title/Author:
Learn Python 3 the hard way :/ Zed A. Shaw.
Reminder of title:
a very simple introduction to the terrifyingly beautiful world of computers and code /
remainder title:
very simple introduction to the terrifyingly beautiful world of computers and code
Author:
Shaw, Zed.
Published:
Boston :Addison-Wesley, : c2017.,
Description:
xx, 297 p. :ill. ; : 24 cm.;
Subject:
Computer programming - Congresses. -
ISBN:
9780134692883 (pbk.) :
Learn Python 3 the hard way : = a very simple introduction to the terrifyingly beautiful world of computers and code /
Shaw, Zed.
Learn Python 3 the hard way :
a very simple introduction to the terrifyingly beautiful world of computers and code /very simple introduction to the terrifyingly beautiful world of computers and codeZed A. Shaw. - Boston :Addison-Wesley,c2017. - xx, 297 p. :ill. ;24 cm. - Zed Shaw's hard way series. - Zed Shaw's hard way series..
Includes bibliographical references and index.
Exercise 0 : the setup -- Exercise 1 : a good first program -- Exercise 2 : comments and pound characters -- Exercise 3 : numbers and math -- Exercise 4 : variables and names -- Exercise 5 : more variables and printing -- Exercise 6 : strings and text -- Exercise 7 : more printing -- Exercise 8 : printing, printing -- Exercise 9 : printing, printing, printing -- Exercise 10 : what was that? -- Exercise 11 : asking questions -- Exercise 12 : prompting people -- Exercise 13 : parameters, unpacking, variables -- Exercise 14 : prompting and passing -- Exercise 15 : reading files -- Exercise 16 : reading and writing files -- Exercise 17 : more files -- Exercise 18 : names, variables, code, functions -- Exercise 19 : functions and variables -- Exercise 20 : functions and files -- Exercise 21 : Functions can return something -- Exercise 22 : what do you know so far? -- Exercise 23 : strings, bytes, and character encodings -- Exercise 24 : more practice -- Exercise 25 : even more practice -- Exercise 26 : congratulations, take a test! -- Exercise 27 : memorizing logic -- Exercise 28 : Boolean practice -- Exercise 29 : what if -- Exercise 30 : Else and if -- Exercise 31 : making decisions -- Exercise 32 : loops and lists -- Exercise 33 : white loops -- Exercise 34 : accessing elements of lists -- Exercise 35 : branches and functions -- Exercise 36 : designing and debugging -- Exercise 37 : symbol review -- Exercise 38 : Doing things to lists -- Exercise 39 : dictionaries, oh lovely dictionaries -- Exercise 40 : modules, classes, and objects -- Exercise 41 : learning to speak object-oriented -- Exercise 42 : is-A. has-A. objects, and classes -- Exercise 43 : basic object-oriented analysis and design -- Exercise 44 : inheritance versus composition -- Exercise 45 : you make a game -- Exercise 46 : a project skeleton -- Exercise 47 : automated testing -- Exercise 48 : advances user input -- Exercise 49 : making sentences -- Exercise 50 : your first website -- Exercise 51 : getting input from a browser -- Exercise 52: the start of your web game -- Next steps -- Advice from an old programmer
Zed Shaw has perfected the world's best system for learning Python. Following it, students will succeed-just like the hundreds of thousands of beginners Zed has taught to date! InLearn Python 3 the Hard Way, students will learn Python while working through 52 brilliantly crafted exercises. Read them. Type their code precisely. (No copying and pasting!) Fix mistakes. Watch the programs run. As they do, they'll learn how software works; what good programs look like; how to read, write, and think about code; and how to find and fix your mistakes using tricks professional programmers use. -- Provided by publisher.
ISBN: 9780134692883 (pbk.) :NT1233
LCCN: 2017940290Subjects--Topical Terms:
528620
Computer programming
--Congresses.
LC Class. No.: QA76.73.P98 / S533 2017
Dewey Class. No.: 005.133
Learn Python 3 the hard way : = a very simple introduction to the terrifyingly beautiful world of computers and code /
LDR
:03678cam 2200253 ab4500
001
891725
005
20180110121444.0
008
181002s2017 maua b 001 0 eng d
010
$a
2017940290
020
$a
9780134692883 (pbk.) :
$c
NT1233
020
$a
0134692888 (pbk.)
035
$a
(OCoLC)969386935
035
$a
969386935
040
$a
YDX
$b
eng
$e
aacr2
$c
YDX
$d
OCP
$d
UAP
$d
YDX
$d
OCLCF
$d
WRF
$d
HF9
$d
BKL
$d
CLE
$d
I8M
$d
CWR
050
4
$a
QA76.73.P98
$b
S533 2017
082
0 4
$a
005.133
$2
23
100
1
$a
Shaw, Zed.
$3
1150700
245
1 0
$a
Learn Python 3 the hard way :
$b
a very simple introduction to the terrifyingly beautiful world of computers and code /
$c
Zed A. Shaw.
246
3 0
$a
very simple introduction to the terrifyingly beautiful world of computers and code
246
3
$a
Learn Python three the hard way
260
$a
Boston :
$b
Addison-Wesley,
$c
c2017.
300
$a
xx, 297 p. :
$b
ill. ;
$c
24 cm.
490
1
$a
Zed Shaw's hard way series
504
$a
Includes bibliographical references and index.
505
0
$a
Exercise 0 : the setup -- Exercise 1 : a good first program -- Exercise 2 : comments and pound characters -- Exercise 3 : numbers and math -- Exercise 4 : variables and names -- Exercise 5 : more variables and printing -- Exercise 6 : strings and text -- Exercise 7 : more printing -- Exercise 8 : printing, printing -- Exercise 9 : printing, printing, printing -- Exercise 10 : what was that? -- Exercise 11 : asking questions -- Exercise 12 : prompting people -- Exercise 13 : parameters, unpacking, variables -- Exercise 14 : prompting and passing -- Exercise 15 : reading files -- Exercise 16 : reading and writing files -- Exercise 17 : more files -- Exercise 18 : names, variables, code, functions -- Exercise 19 : functions and variables -- Exercise 20 : functions and files -- Exercise 21 : Functions can return something -- Exercise 22 : what do you know so far? -- Exercise 23 : strings, bytes, and character encodings -- Exercise 24 : more practice -- Exercise 25 : even more practice -- Exercise 26 : congratulations, take a test! -- Exercise 27 : memorizing logic -- Exercise 28 : Boolean practice -- Exercise 29 : what if -- Exercise 30 : Else and if -- Exercise 31 : making decisions -- Exercise 32 : loops and lists -- Exercise 33 : white loops -- Exercise 34 : accessing elements of lists -- Exercise 35 : branches and functions -- Exercise 36 : designing and debugging -- Exercise 37 : symbol review -- Exercise 38 : Doing things to lists -- Exercise 39 : dictionaries, oh lovely dictionaries -- Exercise 40 : modules, classes, and objects -- Exercise 41 : learning to speak object-oriented -- Exercise 42 : is-A. has-A. objects, and classes -- Exercise 43 : basic object-oriented analysis and design -- Exercise 44 : inheritance versus composition -- Exercise 45 : you make a game -- Exercise 46 : a project skeleton -- Exercise 47 : automated testing -- Exercise 48 : advances user input -- Exercise 49 : making sentences -- Exercise 50 : your first website -- Exercise 51 : getting input from a browser -- Exercise 52: the start of your web game -- Next steps -- Advice from an old programmer
520
$a
Zed Shaw has perfected the world's best system for learning Python. Following it, students will succeed-just like the hundreds of thousands of beginners Zed has taught to date! InLearn Python 3 the Hard Way, students will learn Python while working through 52 brilliantly crafted exercises. Read them. Type their code precisely. (No copying and pasting!) Fix mistakes. Watch the programs run. As they do, they'll learn how software works; what good programs look like; how to read, write, and think about code; and how to find and fix your mistakes using tricks professional programmers use. -- Provided by publisher.
650
0
$a
Computer programming
$v
Congresses.
$3
528620
650
0
$a
Python (Computer program language)
$3
566246
650
0
$a
Python (Computer program language).
$3
1127623
830
0
$a
Zed Shaw's hard way series.
$3
1150701
based on 0 review(s)
ALL
圖書館3F 書庫
Items
1 records • Pages 1 •
1
Inventory Number
Location Name
Item Class
Material type
Call number
Usage Class
Loan Status
No. of reservations
Opac note
Attachments
E045183
圖書館3F 書庫
一般圖書(BOOK)
一般圖書
005.133 S537 2017
一般使用(Normal)
On shelf
0
Reserve
1 records • Pages 1 •
1
Reviews
Add a review
and share your thoughts with other readers
Export
pickup library
Processing
...
Change password
Login