書名: Python for DevOps|學習精準有效的自動化
作者: 盧建成
ISBN: 9789865026073
出版社: O’REILLY
書籍開數、尺寸: 18.5x23x2.44
頁數: 544
內文印刷顏色: 單色
#資訊
#編程與軟體開發
#Python
定價: 780
售價: 663
庫存: 已售完
LINE US! 詢問這本書 團購優惠、書籍資訊 等
此書籍已售完,調書籍需2-5工作日。建議與有庫存書籍分開下單

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

詳細資訊

內容簡介   「搭配進階的課程,對Python提供極佳的介紹。透過這個課程了解如何應用Python到對現今軟體發展具有重要性的所有技術領域之中。」   —Jeremy Yabrow   Director of Engineering, BeyondView, Inc.   「你將遠離如尋寶般的探索,獲得能協助你改善DevOps實踐的新知和技術。」   —Wes Novack   Systems Architect, Pluralsight   在過去的十年裡,科技領域有許多事情發生改變。炙手可熱的資料科學、無所不在的雲端科技和許多組織需要某種方式的自動化。經歷這些轉變,Python已經成為世界上最受歡迎的語言之一。這本基於實務的技術指南將為你展示如何利用Python並與目前最有用的DevOps工具(包括Docker、Kubernetes和Terraform)結合,來處理日常Linux系統的管理與維護任務。   對於眾多的專家來說,學習如何操作Linux及自動化是十分重要的。Python讓這些事變得更為簡單。透過本書,你將學會如何開發軟體和解決使用容器的問題,當然還包括了如何設置監控與監測、進行負載測試和運維你的軟體。如何有效的使用Python「讓事情被完成」?以下是獻給你的指南。   ‧Python基礎知識,包含語言的介紹   ‧如何自動發送訊息、實作命令列工具和自動化檔案系統管理   ‧Linux工具集、套件管理、建構系統、監控與監測和自動化測試   ‧雲計算、基礎設施即程式碼、Kubernetes和無伺服器架構   ‧從DevOps觀點出發,進行機器學習和資料工程   ‧建構、部署和維運機器學習專案 目錄 前言 譯者序 第1章 以 Python 實踐 DevOps 的必需知識 第2章 檔案與檔案系統操作自動化 第3章 使用命令列 第4章 有用的 Linux 工具 第5章 套件管理 第6章 持續整合與持續部署 第7章 監控與日誌收集 第8章 運用 pytest 於 DevOps 第9章 雲端運算 第10章 基礎設施即程式碼 第11章 容器技術:Docker 和 Docker Compose 第12章 容器調度:Kubernetes 第13章 無伺服器技術 第14章 MLOps 和機器學習工程 第15章 資料工程 第16章 DevOps 戰爭故事與訪談 索引

為您推薦

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元
立即查看
Applied Numerical Methods with Python for Engineers and Scientists (1版)

Applied Numerical Methods with Python for Engineers and Scientists (1版)

類似書籍推薦給您

【簡介】 本書介紹   雖然MATLAB提供高品質與強大的運算平台,可是,採購的價格卻讓許多大學望而卻步,對此問題,作者 Chapra提供了另一種選擇方案,即「透過 Python 來學習數值方法」;本書是為工學院與理學院相關系所學生精心設計的核心教材,除了扎實的理論說明,在許多章節裡還附上許多工程應用的案例,從背景陳述到詳細的解題過程,協助學生能深刻的理解與應用;內容文筆與深度都十分容易閱讀,適合大學老師採用與指定為「數值方法」課程的學習課本。 【目錄】 Table of Contents PART ONE Modeling, Computers, and Error Analysis 1 Mathematical Modeling, Numerical Methods, and Problem Solving 2 Python Fundamentals 3 Programming in Python 4 Roundoff and Truncation Errors PART TWO Roots and Optimization 5 Roots: Bracketing Methods 6 Roots: Open Methods 7 Optimization PART THREE Linear Systems 8 Linear Algebraic Equations and Matrices 9 Gauss Elimination 10 LU Factorization 11 Matrix Inverse and Condition 12 Iterative Methods 13 Eigenvalues PART FOUR Curve Fitting 14 Straight-Line Linear Regression 15 General Linear and Nonlinear Regression 16 Fourier Analysis 17 Polynomial Interpolation 18 Splines and Piecewise Interpolation PART FIVE Integration and Differentiation 19 Numerical Integration Formulas 20 Numerical Integration of Functions 21 Numerical Differentiation PART SIX Ordinary Differential Equations 22 Initial-Value Problems 23 Adaptive Methods and Stiff Systems 24 Boundary-Value Problems

原價: 1600 售價: 1504 現省: 96元
立即查看
Python資料分析 第三版 Python for Data Analysis, 3rd Edition (1版)

Python資料分析 第三版 Python for Data Analysis, 3rd Edition (1版)

類似書籍推薦給您

第一章 開場白 第二章 Python 語言基本知識、IPython 與 Jupyter Notebooks 第三章 內建的資料結構、函式與檔案 第四章 NumPy 基本知識:陣列與向量化計算 第五章 pandas 入門 第六章 資料的載入與儲存,及檔案格式 第七章 資料清理與準備 第八章 資料整頓:連接、結合與重塑 第九章 繪圖與視覺化 第十章 彙總與群組操作 第十一章 時間序列 第十二章 Python 建模程式庫簡介 第十三章 資料分析範例 附錄A NumPy 進階功能 附錄B IPython 系統的進階功能

原價: 980 售價: 833 現省: 147元
立即查看
Intro to Python for Computer Science and Data Science: Learning to Program with AI, Big Data and the Cloud (1版)

Intro to Python for Computer Science and Data Science: Learning to Program with AI, Big Data and the Cloud (1版)

類似書籍推薦給您

目錄大綱 Table of Contents: 1. Introduction to Computers and Python 2. Introduction to Python Programming 3. Control Statements and Program Development 4. Functions 5. Sequences: Lists and Tuples 6. Dictionaries and Sets 7. Array-Oriented Programming with NumPy 8. Strings: A Deeper Look 9. Files and Exceptions 10. Object-Oriented Programming 11. Computer Science Thinking: Recursion, Searching, Sorting and Big O 12. Natural Language Processing (NLP) 13. Data Mining Twitter 14. IBM Watson and Cognitive Computing 15. Machine Learning: Classification, Regression and Clustering 16. Deep Learning 17. Big Data: Hadoop, Spark, NoSQL and IoT Index 目錄大綱(中文翻譯) 目錄: 1. 電腦和Python簡介 2. Python程式設計簡介 3. 控制語句和程式開發 4. 函式 5. 序列:列表和元組 6. 字典和集合 7. 使用NumPy進行陣列導向程式設計 8. 字串:更深入的觀察 9. 檔案和例外處理 10. 物件導向程式設計 11. 電腦科學思維:遞迴、搜尋、排序和Big O 12. 自然語言處理(NLP) 13. 探勘Twitter資料 14. IBM Watson和認知運算 15. 機器學習:分類、回歸和分群 16. 深度學習 17. 大數據:Hadoop、Spark、NoSQL和物聯網 索引

原價: 1480 售價: 1406 現省: 74元
立即查看
DYNAMIC SYSTEM MODELING & ANALYSIS WITH MATLAB & PYTHON:  FOR CONTROL ENGINEERS

DYNAMIC SYSTEM MODELING & ANALYSIS WITH MATLAB & PYTHON: FOR CONTROL ENGINEERS

類似書籍推薦給您

DESCRIPTION Dynamic System Modeling & Analysis with MATLAB & Python A robust introduction to the advanced programming techniques and skills needed for control engineering In Dynamic System Modeling & Analysis with MATLAB & Python: For Control Engineers, accomplished control engineer Dr. Jongrae Kim delivers an insightful and concise introduction to the advanced programming skills required by control engineers. The book discusses dynamic systems used by satellites, aircraft, autonomous robots, and biomolecular networks. Throughout the text, MATLAB and Python are used to consider various dynamic modeling theories and examples. The author covers a range of control topics, including attitude dynamics, attitude kinematics, autonomous vehicles, systems biology, optimal estimation, robustness analysis, and stochastic system. An accompanying website includes a solutions manual as well as MATLAB and Python example code. Dynamic System Modeling & Analysis with MATLAB & Python: For Control Engineers provides readers with a sound starting point to learning programming in the engineering or biology domains. It also offers: A thorough introduction to attitude estimation and control, including attitude kinematics and sensors and extended Kalman filters for attitude estimation Practical discussions of autonomous vehicles mission planning, including unmanned aerial vehicle path planning and moving target tracking Comprehensive explorations of biological network modeling, including bio-molecular networks and stochastic modeling In-depth examinations of control algorithms using biomolecular networks, including implementation Dynamic System Modeling & Analysis with MATLAB & Python: For Control Engineers is an indispensable resource for advanced undergraduate and graduate students seeking practical programming instruction for dynamic system modeling and analysis using control theory.

原價: 1850 售價: 1850 現省: 0元
立即查看
Python for Excel|自動化與資料分析的現代開發環境 Python for excel : a modern environment for automation and data analysis (1版)

Python for Excel|自動化與資料分析的現代開發環境 Python for excel : a modern environment for automation and data analysis (1版)

類似書籍推薦給您

Python for Excel自動化與資料分析的現代開發環境 ISBN13:9789865029340 出版社:美商歐萊禮 作者:Felix Zumstein 譯者:沈佩誼 裝訂/頁數:平裝/360頁 規格:23cm*17cm*2cm (高/寬/厚) 版次:1 出版日:2021/11/16 中國圖書分類:電腦應用及其程式 內容簡介   幫助沒有任何Python基礎的使用者,學會自動化Excel工作,在Excel中,輕鬆借助Python的資料分析和科學計算工具完成任務   在微軟的相關論壇中,使用者期望Excel支援Python的呼聲不斷,為什麼這個組合如此受人矚目?在這本實用的手冊當中,xlswings開發者Felix Zumstein,將現身說法,告訴您如何使用Python來達成Excel的自動化作業。   雖然Excel在過去幾年加入許多新功能,但其內建的腳本語言VBA已經停滯多年,許多Excel高手都已經開始運用Python來達成自動化作業,本書可以幫助您:   .無需進階程式設計知識即可運用Python   .使用現代化工具,包括Jupyter Notebook和Visual Studio Code   .使用Pandas取得、清理與分析資料,並取代傳統的Excel計算   .將繁瑣的工作自動化,如彙整工作簿與產出報表   .透過xlswings建立使用Python作為運算引擎的Excel互動式工具   .透過Python程式協助Excel自資料庫、CSV檔與網路取得資料   .使用Python取代VBA與樞紐分析表   "本書告訴你如何整合Excel和Python,將你從不可避免的龐大活頁簿、數以千計的公式,以及狼狽不堪的VBA 程式碼中解放出來。這是我看過最有用的Excel工具書,也是Excel進階使用者必讀的一本佳作。"-Andreas F. Clenow, Acies資產管理資訊長暨暢銷財經書作家 目錄 第Ⅰ部 Python 導論 第一章 為什麼要用 Python 寫 Excel? 第二章 開發環境 第三章 從零開始學 Python 第Ⅱ部 Pandas 導論 第四章 NumPy 基礎 第五章 以 pandas 執行資料分析 第六章 以 pandas 執行時間序列分析 第Ⅲ部 在 Excel 軟體之外讀取和編寫 Excel 檔案 第七章 以 pandas 處理 Excel 檔案 第八章 以 Reader 和 Writer 套件處理 Excel 檔案 第Ⅳ部 以 xlwings 設計 Excel 應用程式 第九章 自動化 Excel 第十章 以 Python 打造的 Excel 工具 第十一章 Python Package Tracker 第十二章 使用者定義函式(UDF) 附錄A Conda 環境 附錄B VS Code 進階功能 附錄C Python 進階概念

原價: 580 售價: 493 現省: 87元
立即查看