書名: Real Python 人氣站長教你動手寫程式 - 不說教也能心領神會的引導式實作課 (1版)
作者: David Amos, Dan Bader, Joanna Jablonski, Fletcher Heisler
譯者: 蔣佑仁
版次: 1
ISBN: 9789863127239
出版社: 旗標
出版日期: 2023/05
書籍開數、尺寸: 17x23x2.9
頁數: 608
內文印刷顏色: 單色
#資訊
#編程與軟體開發
#Python
定價: 750
售價: 675
庫存: 已售完
LINE US! 詢問這本書 團購優惠、書籍資訊 等
此書籍已售完,調書籍需2-5工作日。建議與有庫存書籍分開下單

付款方式: 超商取貨付款 line pay
信用卡 全支付
線上轉帳 Apple pay
物流方式: 超商取貨
宅配
門市自取

詳細資訊

內容簡介   進入 AI 應用時代,查詢語法和函式功能就交給 AI 吧!   用這本書來學『寫程式的直覺』!   ★知名教學網站『Real Python』人氣站長帶你學 Python!★   ★擺脫理論教條,從寫程式的過程體會怎麼寫程式!★   Python 毫無疑問是現在最熱門的入門程式語言,而程式語言是現在最熱門的學科。許多人都想學習 Python,但看到複雜的語法和難懂的程式碼,又打退了堂鼓。   其實寫程式不該像個『考試學科』,什麼都要死記硬背!   Real Python 站長憑著多年的教學經驗,秉持 80 / 20 法則,讓你在精心安排的實作範例中,掌握少數的關鍵概念,就能學會寫程式的必要知識。   比起『埋頭苦讀』,這本書會讓你『心領神會』:   (X)每章開頭都講 2、3 頁道理,也不懂該用在哪裡   (O)總之先寫程式,直接解釋執行結果   (X)提供完美範例,看著都明白,自己寫卻一團亂   (O)從程式雛型開始示範,試錯、除錯、完成步驟全收錄   (X)相關功能一次教一大串,書一闔上就全忘   (O)打鐵趁熱,每教一個功能就立刻操作   跟著站長精心設計的實作流程、輕鬆詼諧的詳細解說,   搭配有趣又豐富的練習題,   讓我們『先寫程式』,然後自然而然『會寫程式』! 目錄 第 1 章 關於本書 1.1 為什麼要選這本書? 1.2 該怎麼讀這本書? 1.3 額外教材與學習資源 第 2 章 安裝與設定 2.1 關於Python 版本 2.2 在 Windows 安裝 Python 3 2.3 在 macOS 安裝 Python3 2.4 在 Ubuntu Linux 安裝 Python 3 第 3 章 第一個 Python 程式 3.1 開始寫 Python 程式 3.2 處理程式中的錯誤 3.3 創建變數 3.4 在互動視窗檢視變數 3.5 留下註解 第 4 章 字串與字串方法 4.1 字串是什麼? 4.2 串接、索引和切片 4.3 使用字串方法來操作字串 4.4 和使用者的輸入互動 4.5 挑戰:對使用者的輸入挑三揀四 4.6 處理字串和數字 4.7 進階 print 用法 4.8 在字串裡尋找或取代字串 4.9 挑戰:將你的使用者變成 L33t H4x0r 第 5 章 數字資料與算術運算 5.1 整數與浮點數 5.2 算術算符和運算式 5.3 挑戰:計算使用者輸入的內容 5.4 Python 也會欺騙你:浮點數的誤差 5.5 數學函式與數字的方法 5.6 顯示出不同格式的數字 5.7 複數 第 6 章 函式與迴圈 6.1 函式到底是什麼? 6.2 創造自己的函式 6.3 挑戰:溫度換算 6.4 迴圈 6.5 挑戰:追蹤投資狀況 6.6 Python 的變數範圍 第 7 章 尋找與修復程式碼錯誤 7.1 使用除錯控制視窗 7.2 實作:動手除蟲(debug) 第 8 章 條件邏輯和流程控制 8.1 數值比較 8.2 邏輯算符 8.3 控制程式的流程 8.4 挑戰:因數分解 8.5 跳脫迴圈 8.6 讓程式自己處理錯誤 8.7 模擬事件並計算機率 8.8 挑戰:模擬擲硬幣實驗 8.9 挑戰:選舉模擬 第 9 章 tuple、list 和字典 9.1 不可變的序列:tuple 9.2 可變的序列:list 9.3 巢狀、複製和排序 9.4 挑戰:存取巢狀 list 9.5 挑戰:七步成詩 9.6 記錄資料的對應關係:字典 9.7 挑戰:美國各州首府巡禮 9.8 如何選擇資料結構 9.9 挑戰:戴帽子的貓 第 10 章 物件導向程式設計 10.1 建立類別 10.2 建立物件 10.3 類別繼承 10.4 挑戰:模擬一個農場 第 11 章 模組與套件 11.1 使用模組 11.2 使用套件 第 12 章 檔案輸入與輸出 12.1 檔案與檔案系統 12.2 在 Python 處理檔案路徑 12.3 常見檔案系統操作 12.4 挑戰:把所有圖檔移到新的目錄 12.5 讀取和寫入檔案 12.6 讀寫 CSV 資料 12.7 挑戰:建立一個最高分數表 第 13 章 以 pip 安裝套件 13.1 用 pip 安裝第三方套件 13.2 第三方套件的陷阱 第 14 章 建立與修改 PDF 14.1 從 PDF 頁面讀取文字 14.2 從 PDF 擷取頁面 14.3 挑戰:PdfFileSplitter 類別 14.4 連接和合併 PDF 檔案 14.5 旋轉和裁剪 PDF 頁面 14.6 加密和解密 PDF 檔案 14.7 挑戰:整理 PDF 14.8 從頭開始建立一個 PDF 檔案 第 15 章 使用資料庫 15.1 SQLite 簡介 15.2 其他 SQL 資料庫的套件 第 16 章 網站操作 16.1 從網站上抓取和解析文字 16.2 使用 HTML 解析器抓取網站 16.3 操作 HTML 表格 16.4 即時與網站互動 第 17 章 Numpy 科學運算 17.1 矩陣操作 17.2 安裝 NumPy 17.3 建立 NumPy 陣列 17.4 Numpy 陣列操作 第 18 章 Matplotlib 資料視覺化 18.1 用 pyplot 繪製基本圖形 18.2 調整圖表樣式 18.3 繪製其他類型的圖表 第 19 章 EasyGUI 圖形使用者介面入門 19.1 使用 EasyGUI 加入 GUI 元素 19.2 應用程式範例:PDF 頁面旋轉程式 19.3 挑戰:PDF 頁面提取應用程式 第 20 章 Tkinter 進階圖形使用者介面 20.1 Tkinter 簡介 20.2 使用元件 20.3 使用幾何管理器控制版面配置 20.4 和應用程式互動 20.5 範例程式:溫度轉換器 20.6 範例程式:文字編輯器 20.7 挑戰:七步成詩 part 2 第 21 章 結語 21.1 給 Python 開發人員的每週小技巧 21.2 Python 神乎其技 全新超譯版 21.3 Real Python 的課程影片圖書館 21.4 致謝

為您推薦

Python 函式庫語法範例字典

Python 函式庫語法範例字典

相關熱銷的書籍推薦給您

商品描述 <內容簡介> 彙整最常使用的 Python 函式庫語法 功能索引 + 字母順序查詢, 隨查隨用, 快速解決問題! Python 是近來非常熱門的程式語言, 原因之一就是具有豐富的標準函式庫及第三方套件可以使用, 用途涵蓋字串處理、數值計算、資料壓縮與封存、XML與 JSON 存取等層面。本書集合 Python 常用的函式及模組功能, 依用途分門別類, 提供詳細的使用說明、豐富的語法範例, 讓使用者可以在短時間內找到、學會函式的正確使用方式, 在撰寫程式時更加得心應手! <本書特色> ● 依功能分類, 每個函式都以豐富範例實際演練用法 ● 目錄上列有函式名稱與用途說明, 可依據名稱或是用途查詢 ● 可依字母順序快速查詢想使用的函式功能 ● 本書嚴選的模組功能包括: argparse/array/base64/beautifulsoup4/bisect/bz2/collections/ConfigParser/csv/datetime/dateutil/decimal/doctest/email/enum/fnmatch/glob/gzip/heapg/io/itertools/json/logging/lxml/lzma/math/multiprocessing/openpyxl/os/pathlib/paramiko/pdb/Pillow/pprint/PyCrypto/pydoc/pytest/pytz/random/re/requests/shutil/statistics/subprocess/sys/tartile/tempfile/time/timeit/traceback/unicodedata/unittest/unittest.mock/urllib.parse/weakref/xml.etree.ElementTree/yaml/zipfile/zlib ● 適用 Python 3

原價: 450 售價: 405 現省: 45元
立即查看
Real-World Python: A Hacker's Guide to Solving Problems with Code 2020 <No Starch Press>

Real-World Python: A Hacker's Guide to Solving Problems with Code 2020 <No Starch Press>

類似書籍推薦給您

原價: 1170 售價: 1170 現省: 0元
立即查看
Practical Deep Learning for Cloud, Mobile, and Edge Real-World AI & Computer-Vision Projects Using Python, Keras & TensorFlow 20

Practical Deep Learning for Cloud, Mobile, and Edge Real-World AI & Computer-Vision Projects Using Python, Keras & TensorFlow 20

類似書籍推薦給您

原價: 2480 售價: 2480 現省: 0元
立即查看
REAL ANALYSIS

REAL ANALYSIS

類似書籍推薦給您

an the limitations of the Riemann integral be overcome? What is its relationship with modern analysis? The theory of Lebesgue integration is a crucial component in the development of modern analysis. This book is an in-depth real analysis textbook, which introduces the basic theory of modern analysis and the basic skills of analysis. Based on the knowledge of real analysis, the theory of interpolation of operators and the Fourier transform theory are further introduced systematically. The main contents include: abstract measures and integrals, measure and topology, Lebesgue integration on Rn, the interpolation of operators on Lp(Rn), Hardy-Littlewood maximal function, convolution and the Fourier transform. They play an important role in harmonic analysis, partial differential equations, probability and numerical analysis. This book is moderately difficult and detailed, focusing on the combination of abstract and concrete, and training readers to skillfully use modern analysis. This textbook is an excellent reference book for readers studying the fields of Harmonic analysis and partial differential equations. It is intended for advanced undergraduate and graduate students in university mathematics, as well as mathematicians and physicists in general. Request Inspection Copy Contents: Abstract Measure and Integral Measure and Topology Lebesgue Integration on ℝn The Interpolation of Operator on Lp(ℝn) Hardy–Littlewood Maximal Function Convolution The Fourier Transform Readership: Advanced undergraduate and graduate students, mathematicians and physicists.

原價: 2579 售價: 2579 現省: 0元
立即查看
Digital You: Real Personal Branding in the Virtual Age (1版)

Digital You: Real Personal Branding in the Virtual Age (1版)

類似書籍推薦給您

原價: 199 售價: 199 現省: 0元
立即查看
A Course in Real Algebraic Geometry: Positivity and Sums of Squares (1版)

A Course in Real Algebraic Geometry: Positivity and Sums of Squares (1版)

類似書籍推薦給您

原價: 2243 售價: 2243 現省: 0元
立即查看