Think Python: How to Think Like a Computer Scientist, 2/e

Allen B. Downey

買這商品的人也買了...

商品描述

If you want to learn how to program, working with Python is an excellent way to start. This hands-on guide takes you through the language a step at a time, beginning with basic programming concepts before moving on to functions, recursion, data structures, and object-oriented design. This second edition and its supporting code have been updated for Python 3.

Through exercises in each chapter, you’ll try out programming concepts as you learn them. Think Python is ideal for students at the high school or college level, as well as self-learners, home-schooled students, and professionals who need to learn programming basics. Beginners just getting their feet wet will learn how to start with Python in a browser.

  • Start with the basics, including language syntax and semantics
  • Get a clear definition of each programming concept
  • Learn about values, variables, statements, functions, and data structures in a logical progression
  • Discover how to work with files and databases
  • Understand objects, methods, and object-oriented programming
  • Use debugging techniques to fix syntax, runtime, and semantic errors
  • Explore interface design, data structures, and GUI-based programs through case studies

商品描述(中文翻譯)

如果你想學習如何程式設計,使用Python是一個很好的起點。這本實踐指南將帶領你逐步學習這個語言,從基本的程式設計概念開始,然後進一步學習函數、遞迴、資料結構和物件導向設計。這本第二版及其支援的程式碼已經更新為Python 3。

通過每章的練習,你將在學習的同時嘗試程式設計概念。《Think Python》非常適合高中或大學水平的學生,以及自學者、在家教育的學生和需要學習程式設計基礎的專業人士。初學者可以學習如何在瀏覽器中開始使用Python。

- 從基礎知識開始,包括語言語法和語義
- 清楚地定義每個程式設計概念
- 以邏輯進行的方式學習值、變數、語句、函數和資料結構
- 瞭解如何處理檔案和資料庫
- 理解物件、方法和物件導向程式設計
- 使用除錯技巧修復語法、運行時和語義錯誤
- 通過案例研究探索介面設計、資料結構和基於GUI的程式