an introduction to computer science using Python 3 /
First Statement of Responsibility
Paul Gries, Jennifer Campbell, Jason Montojo
EDITION STATEMENT
Edition Statement
2nd ed
.PUBLICATION, DISTRIBUTION, ETC
Place of Publication, Distribution, etc.
[Frisco, TX] :
Name of Publisher, Distributor, etc.
The Pragmatic Programmers,
Date of Publication, Distribution, etc.
c2014
PHYSICAL DESCRIPTION
Specific Material Designation and Extent of Item
1 online resource (1 v.) :
Other Physical Details
ill
SERIES
Series Title
The pragmatic programmers
GENERAL NOTES
Text of Note
"Version: P2.0 (August 2014)"--T.p
INTERNAL BIBLIOGRAPHIES/INDEXES NOTE
Text of Note
Includes bibliographical references
CONTENTS NOTE
Text of Note
What's programming? -- Hello, Python -- Designing and using functions -- Working with text -- Making choices -- A modular approach to program organization -- Using methods -- Storing collections of data using lists -- Repeating code using loops -- Reading and writing files -- Storing data using other collection types -- Designing algorithms -- Searching and sorting -- Object-oriented programming -- Testing and debugging -- Creating graphical user interfaces -- Databases