Matches in Harvard for { <http://id.lib.harvard.edu/aleph/009161877/catalog> ?p ?o. }
Showing items 1 to 27 of
27
with 100 items per page.
- catalog contributor b12908679.
- catalog created "c2002.".
- catalog date "2002".
- catalog date "c2002.".
- catalog dateCopyrighted "c2002.".
- catalog description "Assignment Magic 98 -- Blocks: The Joy of Indentation 100 -- Conditions and Conditional Statements 101 -- Loops 110 -- List Comprehension-Slightly Loopy 118 -- And Three for the Road 120 -- Chapter 6 Abstraction 129 -- Laziness Is a Virtue 129 -- Abstraction and Structure 130 -- Creating Your Own Functions 131 -- The Magic of Parameters 134 -- Scoping 150 -- Recursion 154 -- Throwing Functions Around 160 -- Chapter 7 More Abstraction 167 -- The Magic of Objects 167 -- Classes and Types 177 -- Some Thoughts on Object-Oriented Design 189 -- Chapter 8 Exceptions 193 -- What Is an Exception? 193 -- Making Things Go Wrong ... Your Way 194 -- Catching Exceptions 197 -- More Than One except Clause 199 -- Catching Two Exceptions with One Block 200 -- Catching the Object 200 -- A Real Catchall 201 -- When All Is Well 202 -- Exceptions and Functions 205 --".
- catalog description "Chapter 1 Instant Hacking: The Basics 1 -- Installing Python 1 -- The Interactive Interpreter 7 -- Algo ... What? 9 -- Numbers and Expressions 10 -- Variables 14 -- Statements 14 -- Getting input from the User 16 -- Functions 17 -- Modules 19 -- Saving and Executing Your Programs 21 -- Strings 26 -- Chapter 2 Lists and Tuples 37 -- Common Sequence Operations 38 -- Lists: Python's Workhorse 47 -- Tuples: Immutable Sequences 58 -- Chapter 3 Working with Strings 63 -- Basic String Operations 63 -- String Formatting: The Short Version 63 -- String Formatting: The Long Version 64 -- String Methods 69 -- Chapter 4 Dictionaries: When Indices Won't Do 79 -- But What Are They For? 79 -- Dictionary Syntax 81 -- Basic Dictionary Operations 82 -- Dictionary Methods 85 -- Chapter 5 Conditionals, Loops, and Some Other Statements 96 -- More About print and import 95 --".
- catalog description "Python Reference 571 -- Expressions 571 -- Statements 581 -- Python Distributions 589 -- Python Documentation 590 -- Useful Toolkits and Modules 591 -- Newsgroups and Mailing Lists 592.".
- catalog description "The Ju-Jitsu of Programming 349 -- Prototyping 350 -- Configuration 351 -- Testing 354 -- If You Can't Be Bothered 362 -- Project Structure 363 -- Chapter 14 Project 1: Instant Markup 365 -- Chapter 15 Project 2: Painting a Pretty Picture 387 -- Chapter 16 Project 3: XML for All Occasions 401 -- Chapter 17 Project 4: In the News 421 -- Chapter 18 Project 5: A Virtual Tea Party 439 -- Chapter 19 Project 6: Remote Editing with CGI 461 -- Chapter 20 Project 7: Your Own Bulletin Board 481 -- Chapter 21 Project 8: File Sharing with XML-RPC 501 -- Chapter 22 Project 9: File Sharing II-Now with GUI! 525 -- Chapter 23 Project 10: Do-It-Yourself Arcade Game 535 -- Useful Tools 536 -- Preparations 540 -- First Implementation 540 -- Second Implementation 545 -- Appendix A The Short Version 559 -- Functions 562 -- Objects and Stuff 564 -- Some Loose Ends 568 -- Appendix B".
- catalog description "The Zen of Exceptions 206 -- Chapter 9 Magic Methods, Properties, and Iterators 209 -- Constructors 210 -- Item Access 216 -- More Magic 222 -- Properties 223 -- Iterators 227 -- Generators 229 -- The Eight Queens 235 -- Chapter 10 Batteries Included 245 -- Modules 245 -- Exploring Modules 255 -- The Standard Library: A Few Favorites 260 -- Chapter 11 Files and Stuff 303 -- Opening Files 303 -- The Basic File Methods 306 -- Iterating Over File Contents 313 -- Accessing Remote Files with urllib 318 -- Chapter 12 Graphical User Interfaces 325 -- An Example GUI Application 325 -- A Plethora of Platforms 327 -- Downloading and Installing Anygui 329 -- Creating Windows and Components 330 -- Attributes 332 -- Layout 334 -- Event Handling 338 -- The Finished Program 339 -- But I'd Rather Use ... 342 -- Chapter 13 Playful Programming 349 -- Why Playful? 349 --".
- catalog extent "xxi, 619 p. :".
- catalog identifier "1590590066".
- catalog isPartOf "Books for professionals by professionals".
- catalog isPartOf "Expert's voice".
- catalog issued "2002".
- catalog issued "c2002.".
- catalog language "eng".
- catalog publisher "Berkeley, CA : Apress ; New York : Springer-Verlag,".
- catalog subject "Python (Computer program language)".
- catalog subject "QA76.73.P98 H47 2002".
- catalog tableOfContents "Assignment Magic 98 -- Blocks: The Joy of Indentation 100 -- Conditions and Conditional Statements 101 -- Loops 110 -- List Comprehension-Slightly Loopy 118 -- And Three for the Road 120 -- Chapter 6 Abstraction 129 -- Laziness Is a Virtue 129 -- Abstraction and Structure 130 -- Creating Your Own Functions 131 -- The Magic of Parameters 134 -- Scoping 150 -- Recursion 154 -- Throwing Functions Around 160 -- Chapter 7 More Abstraction 167 -- The Magic of Objects 167 -- Classes and Types 177 -- Some Thoughts on Object-Oriented Design 189 -- Chapter 8 Exceptions 193 -- What Is an Exception? 193 -- Making Things Go Wrong ... Your Way 194 -- Catching Exceptions 197 -- More Than One except Clause 199 -- Catching Two Exceptions with One Block 200 -- Catching the Object 200 -- A Real Catchall 201 -- When All Is Well 202 -- Exceptions and Functions 205 --".
- catalog tableOfContents "Chapter 1 Instant Hacking: The Basics 1 -- Installing Python 1 -- The Interactive Interpreter 7 -- Algo ... What? 9 -- Numbers and Expressions 10 -- Variables 14 -- Statements 14 -- Getting input from the User 16 -- Functions 17 -- Modules 19 -- Saving and Executing Your Programs 21 -- Strings 26 -- Chapter 2 Lists and Tuples 37 -- Common Sequence Operations 38 -- Lists: Python's Workhorse 47 -- Tuples: Immutable Sequences 58 -- Chapter 3 Working with Strings 63 -- Basic String Operations 63 -- String Formatting: The Short Version 63 -- String Formatting: The Long Version 64 -- String Methods 69 -- Chapter 4 Dictionaries: When Indices Won't Do 79 -- But What Are They For? 79 -- Dictionary Syntax 81 -- Basic Dictionary Operations 82 -- Dictionary Methods 85 -- Chapter 5 Conditionals, Loops, and Some Other Statements 96 -- More About print and import 95 --".
- catalog tableOfContents "Python Reference 571 -- Expressions 571 -- Statements 581 -- Python Distributions 589 -- Python Documentation 590 -- Useful Toolkits and Modules 591 -- Newsgroups and Mailing Lists 592.".
- catalog tableOfContents "The Ju-Jitsu of Programming 349 -- Prototyping 350 -- Configuration 351 -- Testing 354 -- If You Can't Be Bothered 362 -- Project Structure 363 -- Chapter 14 Project 1: Instant Markup 365 -- Chapter 15 Project 2: Painting a Pretty Picture 387 -- Chapter 16 Project 3: XML for All Occasions 401 -- Chapter 17 Project 4: In the News 421 -- Chapter 18 Project 5: A Virtual Tea Party 439 -- Chapter 19 Project 6: Remote Editing with CGI 461 -- Chapter 20 Project 7: Your Own Bulletin Board 481 -- Chapter 21 Project 8: File Sharing with XML-RPC 501 -- Chapter 22 Project 9: File Sharing II-Now with GUI! 525 -- Chapter 23 Project 10: Do-It-Yourself Arcade Game 535 -- Useful Tools 536 -- Preparations 540 -- First Implementation 540 -- Second Implementation 545 -- Appendix A The Short Version 559 -- Functions 562 -- Objects and Stuff 564 -- Some Loose Ends 568 -- Appendix B".
- catalog tableOfContents "The Zen of Exceptions 206 -- Chapter 9 Magic Methods, Properties, and Iterators 209 -- Constructors 210 -- Item Access 216 -- More Magic 222 -- Properties 223 -- Iterators 227 -- Generators 229 -- The Eight Queens 235 -- Chapter 10 Batteries Included 245 -- Modules 245 -- Exploring Modules 255 -- The Standard Library: A Few Favorites 260 -- Chapter 11 Files and Stuff 303 -- Opening Files 303 -- The Basic File Methods 306 -- Iterating Over File Contents 313 -- Accessing Remote Files with urllib 318 -- Chapter 12 Graphical User Interfaces 325 -- An Example GUI Application 325 -- A Plethora of Platforms 327 -- Downloading and Installing Anygui 329 -- Creating Windows and Components 330 -- Attributes 332 -- Layout 334 -- Event Handling 338 -- The Finished Program 339 -- But I'd Rather Use ... 342 -- Chapter 13 Playful Programming 349 -- Why Playful? 349 --".
- catalog title "Practical Python / Magnus Lie Hetland.".
- catalog type "text".