Introduction to Programming Using Python, An, Global Edition (häftad)
Fler böcker inom
Format
Häftad (Paperback)
Språk
Engelska
Antal sidor
432
Utgivningsdatum
2015-09-17
Upplaga
1
Förlag
Pearson
Medarbetare
Schneider, David
Dimensioner
275 x 215 x 12 mm
Vikt
754 g
Antal komponenter
1
Komponenter
Paperback (1)
ISBN
9781292103433

Introduction to Programming Using Python, An, Global Edition

Häftad,  Engelska, 2015-09-17
953
  • Skickas från oss inom 5-8 vardagar.
  • Fri frakt över 249 kr för privatkunder i Sverige.
For college-level Computer Science courses in Python

Basic Programming and Problem Solving in Python

As one of the most widely used programming languages in the software industry, Python is desirable to both learn and teach.

Introduction to Programming Using Python is designed for students eager to learn about the world of programming. Applicable to a range of skill levels, this First Edition textbook provides students with the tools to harness the powerful syntax of Python and understand how to develop computer programs. The compactly written text leverages highly focused chapters, diving deep into the most significant topics to give students an in-depth (rather than superficial) understanding of the language. Using real-world examples and data, the author illustrates practical usage of Python in a way to which students can relate. The text itself is readable, organized, and informative, discussing main points of each topic first and then addressing the peripheral details. Students learn good programming habits the first timebringing them in line with the best modern programming practices.

MyProgrammingLab not included. Students, if MyProgrammingLab is a recommended/mandatory component of the course, please ask your instructor for the correct ISBN and course ID. MyProgrammingLab should only be purchased when required by an instructor. Instructors, contact your Pearson representative for more information.

MyProgrammingLab is an online homework, tutorial, and assessment product designed to personalize learning and improve results. With a wide range of interactive, engaging, and assignable activities, students are encouraged to actively learn and retain tough course concepts.
Visa hela texten

Passar bra ihop

  1. Introduction to Programming Using Python, An, Global Edition
  2. +
  3. Python Crash Course, 3rd Edition

De som köpt den här boken har ofta också köpt Python Crash Course, 3rd Edition av Eric Matthes (häftad).

Köp båda 2 för 1550 kr

Kundrecensioner

Har du läst boken? Sätt ditt betyg »

Fler böcker av David I Schneider

  • Introduction to Programming Using Visual Basic

    David I Schneider

    For courses in Visual Basic Programming. A Current and Comprehensive Introduction to Visual Basic Programming Schneider's Introduction to Programming Using Visual Basic has been consistently praised in the industry since 1991 and is a favorite of ...

  • Introduction to Programming with Visual Basic 2012, An

    David I Schneider

    Schneiders tried and true text consistently praised by both students and instructors is designed for students with no prior computer programming experience. Now updated for Visual Basic 2012, Schneider focuses on teaching problem-solving skills an...

Övrig information

David I. Schneider spent over 32 years teaching at the University of Maryland and has published an impressive 28 books over the past 18 years. He is the author of several best-selling texts, including his Visual Basic Series. Students love his extensive use of examples and applications: a concept that stems from his teaching experience and results in books that are 'tried and true.' His best-selling Visual Basic texts have been successfully used for many years and have received consistent praise from both students and instructors.

Innehållsförteckning

Guide to VideoNotes

Guide to Application Topics

Preface

Acknowledgments

Chapter 1  An Introduction to Computing and Problem Solving

1.1  An Introduction to Computing and Python

1.2  Program Development Cycle

1.3  Programming Tools

1.4  An Introduction to Python

Chapter 2  Core Objects, Variables, Input, and Output

2.1  Numbers

2.2  Strings

2.3  Input and Output

2.4  Lists, Tuples, and Files an Introduction

Key Terms and Concepts

Programming Projects

Chapter 3  Structures that Control Flow

3.1  Relational and Logical Operators

3.2  Decision Structures

3.3  The while Loop

3.4  The for Loop

Key Terms and Concepts

Programming Projects

Chapter 4  Functions

4.1  Functions, Part 1

4.2  Functions, Part 2

4.3  Program Design

Key Terms and Concepts

Programming Projects

Chapter 5  Processing Data

5.1  Processing Data, Part 1

5.2  Processing Data, Part 2

5.3  Processing Data with Dictionaries

Key Terms and Concepts

Programming Projects

Chapter 6  Miscellaneous Topics

6.1  Exception Handling

6.2  Selecting Random Values

6.3  Turtle Graphics

6.4  Recursion

Key Terms and Concepts

Programming Projects

Chapter 7  Object-Oriented Programming

7.1  Classes and Objects

7.2  Inheritance

Key Terms and Concepts

Programming Projects

Chapter 8  Graphical User Interface

8.1  Widgets

8.2  The Grid Geometry Manger

8.3  Writing GUI Programs

Key Terms and Concepts

Programming Projects

Appendices

Appendix A  ASCII Values

Appendix B  Python Keywords

Appendix C  Installing Python and IDLE

Answers

Index