Introduction to Python Programming (Taiwan Edition / 含Access Code, 刮除不受退)(Paperback)

LIANG

  • 出版商: Pearson FT Press
  • 出版日期: 2024-11-15
  • 定價: $1,700
  • 售價: 9.5$1,615
  • 語言: 英文
  • 頁數: 604
  • ISBN: 9813351934
  • ISBN-13: 9789813351936
  • 相關分類: Python程式語言
  • 立即出貨 (庫存=1)

相關主題

商品描述

Hallmark Features
Bring programming to life with dynamic content designed for the way today's students read, think, and learn
* Interactives and videos interwoven throughout the content enable students to practice essential coding skills in context. Thanks to this media-rich presentation of content, students come to class better prepared and ready to develop problem-solving skills through programming fundamentals.
- VideoNotes are narrated step-by-step video tutorials that show how to solve problems completely, from design through coding (available on the companion website).
- Listings step students through the code line-by-line, showing and explaining what is happening in the program.
- Algorithm Animations show how an algorithm work visually and interactively (available on the companion website).
- Notes, Tips, and Key Points offer insight and valuable advice on important aspects of programming.

A fundamentals-first approach and clear framework foster understanding of key concepts
* Teaches programming in a problem-driven way that focuses on problem solving rather than syntax using a fundamentals-first and problem-driven strategy, moving students at a steady pace through all the necessary and important basic concepts and techniques on selections, loops, functions, before writing custom classes.
* Basic programming concepts are explained by examples from many different areas—math, science, business, finance, gaming, animation, and multimedia—and are supported by a variety of interactive learning activities to keep students engaged.
* Step-by-step presentation guides students in learning all essential subjects in Python incrementally from fundamental programming techniques to object-oriented programming, from simple functions to STL.
-- --

This new edition is completely revised in every detail to enhance clarity, presentation, content, examples, and exercises. The major improvements are as follows:

* Section 1.2 is updated to include cloud storage and touchscreens.
* Section 3.14 introduces the new Python 3.10 match-case statements to simplify coding for multiple cases.
* F-strings are covered in Chapter 4 to provide a concise syntax to format strings for output.
* Statistics functions are covered in Chapter 7 to enable students to write simple code for common statistics tasks.
* Sections 14.4, 14.6 are split into multiple subsections to improve the presentation of the contents.
* This edition provides many new examples and exercises to motivate and stimulate student interest in programming.
* Additional exercises not printed in the book are available to adopting instructors.

目錄大綱

1. Introduction to Computers, Programs, and Python
2. Elementary Programming
3. Selections
4. Mathematical Functions, Strings, and Objects
5. Loops
6. Functions
7. Lists
8. Multidimensional Lists
9. Objects and Classes
10. Basic GUI Programming Using Tkinter
11. Advanced GUI Programming Using Tkinter
12. Inheritance and Polymorphism
13. Files and Exception Handling
14. Tuples, Sets, and Dictionaries
15. Recursion
Appendix A. Python Keywords
Appendix B. The ASCII Character Set
Appendix C. Number Systems
Appendix D. Command Line Arguments
Appendix E. Regular Expressions
Appendix F. Bitwise Operations
Appendix G. The Big-O, Big-Omega, and Big-Theta Notations
Appendix H. Operator Precedence Chart
Symbol Index
Supplemental Material
Glossary