Think Python: How to Think Like a Computer Scientist, 2/e
暫譯: 思考 Python:如何像電腦科學家一樣思考,第二版
Allen B. Downey
- 出版商: O'Reilly
- 出版日期: 2016-01-26
- 售價: $1,730
- 貴賓價: 9.5 折 $1,644
- 語言: 英文
- 頁數: 292
- 裝訂: Paperback
- ISBN: 1491939362
- ISBN-13: 9781491939369
-
相關分類:
Python、程式語言
-
相關翻譯:
Think Python|學習程式設計的思考概念, 2/e (Think Python: How to Think Like a Computer Scientist, 2/e) (繁中版)
-
其他版本:
Think Python: How to Think Like a Computer Scientist 3rd Edition
買這商品的人也買了...
-
$1,710The Mythical Man-Month: Essays on Software Engineering, Anniversary Edition, 2/e (Paperback)
-
$620$490 -
$1,323Data Mining : Concepts and Techniques, 3/e (Hardcover)
-
$2,240Web Data Mining : Exploring Hyperlinks, Contents, and Usage Data, 2/e (Hardcover)
-
$2,560$2,432 -
$780$616 -
$1,584Programming Robots with ROS: A Practical Introduction to the Robot Operating Syste (Paperback)
-
$540$427 -
$1,100Think DSP: Digital Signal Processing in Python (Paperback)
-
$520$411 -
$360$180 -
$594$564 -
$990Hands-On Machine Learning with Scikit-Learn and TensorFlow (Paperback)
-
$749Fundamentals of Deep Learning: Designing Next-Generation Machine Intelligence Algorithms (Paperback)
-
$1,520$1,444 -
$3,180$3,021 -
$332GAN : 實戰生成對抗網絡
-
$490$417 -
$2,033Data Science from Scratch: First Principles with Python, 2/e (Paperback)
-
$1,390$1,321 -
$680$578 -
$780$764 -
$520$406 -
$580$458 -
$2,240Javascript: The Definitive Guide: Master the World's Most-Used Programming Language, 7/e (Paperback)
相關主題
商品描述
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 的程式