Think Python (Paperback)
暫譯: 思考 Python

Allen B. Downey

  • 出版商: O'Reilly
  • 出版日期: 2012-08-23
  • 售價: $1,730
  • 貴賓價: 9.5$1,644
  • 語言: 英文
  • 頁數: 300
  • 裝訂: Paperback
  • ISBN: 144933072X
  • ISBN-13: 9781449330729
  • 相關分類: Python程式語言
  • 已過版

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

相關主題

商品描述

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 one step at a time, beginning with basic programming concepts before moving on to functions, recursion, data structures, and object-oriented design.

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.

  • Start with the basics, including language syntax and semantics
  • Get a clear definition of each programming concept
  • Learn 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 是一個很好的起點。這本實用指南將一步一步帶你了解這門語言,從基本的編程概念開始,然後進入函數、遞迴、資料結構和物件導向設計。

透過每一章的練習,你將在學習的同時實踐編程概念。《Think Python》非常適合高中或大學的學生、自學者、在家學習的學生,以及需要學習編程基礎的專業人士。

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