Pearson+

Starting Out with Python, 5th edition

  • Tony Gaddis
loading

  • Watch and learn
    Watch and learn

    Videos & animations bring concepts to life

  • Find it fast
    Find it fast

    Quickly navigate your eTextbook with search

  • Stay organized
    Stay organized

    Access all your eTextbooks in one place

  • Easily continue access
    Easily continue access

    Keep learning with auto-renew

Starting Out with Python® presents a clear approach to the fundamentals of Python. With the knowledge acquired using Python, you'll gain confidence in your skills and learn to recognize the logic behind developing high-quality programs. Author Tony Gaddis utilizes an accessible, step-by-step approach to present essential programming concepts. Control structures, functions and lists are covered before classes. This helps ensure that you understand fundamental programming and problem-solving concepts. Every chapter includes clear and easy-to-read code listings, practical real-world examples and an abundance of exercises.

The 5th Edition includes a new chapter on database programming, as well as new coverage of GUI programming, string processing and formatting, and turtle graphics topics.

Published by Pearson (March 17th 2021) - Copyright © 2021

ISBN-13: 9780136912330

Subject: Programming - Introductory

Category: Python

  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

APPENDICES

  1. Installing Python
  2. Introduction to IDLE
  3. The ASCII Character Set
  4. Predefined Named Colors
  5. More About the import Statement
  6. Formatting Numeric Output with the format() Function
  7. Installing Modules with the pip Utility
  8. Answers to Checkpoints