Starting Out with Python 5th GE Tony Gaddis 9781292408637
TITLE :Starting Out with Python Tony Gaddis
ISBN13 : 9781292408637
PUBLISHER : Pearson (2021)
EDITION : 5th Edition PAPERBACK
PAGES : 893 PAGES
Table of Contents
1. Introduction to Computers and Programming
2. Input, Processing, and Output
3. Decision Structures and Boolean Logic
4. Repetition Structures
5. Functions
6. Files and Exceptions
7. Lists and Tuples
8. More About Strings
9. Dictionaries and Sets
10. Classes and Object-Oriented Programming
11. Inheritance
12. Recursion
13. GUI Programming
14. Database Programming
Appendix A: Installing Python
Appendix B: Introduction to IDLE
Appendix C: The ASCII Character Set
Appendix D: Predefined Named Colors
Appendix E: More About the import Statement
Appendix F: Formatting Numeric Output with the format() Function
Appendix G: Installing Modules with the pip Utility
Appendix H: Answers to Checkpoints