Python for Unix and Linux System Administration pdf epub mobi txt 電子書 下載 2024


Python for Unix and Linux System Administration

簡體網頁||繁體網頁
Noah Gift
O'Reilly Media
2008-08-22
458
USD 49.99
Paperback
9780596515829

圖書標籤: Python  Linux  係統管理  Unix  O'Reilly  計算機  python  編程   


喜歡 Python for Unix and Linux System Administration 的讀者還喜歡




點擊這裡下載
    


想要找書就要到 小哈圖書下載中心
立刻按 ctrl+D收藏本頁
你會得到大驚喜!!

发表于2024-11-22

Python for Unix and Linux System Administration epub 下載 mobi 下載 pdf 下載 txt 電子書 下載 2024

Python for Unix and Linux System Administration epub 下載 mobi 下載 pdf 下載 txt 電子書 下載 2024

Python for Unix and Linux System Administration pdf epub mobi txt 電子書 下載 2024



圖書描述

Python is an ideal language for solving problems, especially in Linux and Unix networks. With this pragmatic book, administrators can review various tasks that often occur in the management of these systems, and learn how Python can provide a more efficient and less painful way to handle them.

Each chapter in Python for Unix and Linux System Administration presents a particular administrative issue, such as concurrency or data backup, and presents Python solutions through hands-on examples. Once you finish this book, you'll be able to develop your own set of command-line utilities with Python to tackle a wide range of problems. Discover how this language can help you:

* Read text files and extract information

* Run tasks concurrently using the threading and forking options

* Get information from one process to another using network facilities

* Create clickable GUIs to handle large and complex utilities

* Monitor large clusters of machines by interacting with SNMP programmatically

* Master the IPython Interactive Python shell to replace or augment Bash, Korn, or Z-Shell

* Integrate Cloud Computing into your infrastructure, and learn to write a Google App Engine Application

* Solve unique data backup challenges with customized scripts

* Interact with MySQL, SQLite, Oracle, Postgres, Django ORM, and SQLAlchemy

With this book, you'll learn how to package and deploy your Python applications and libraries, and write code that runs equally well on multiple Unix platforms. You'll also learn about several Python-related technologies that will make your life much easier.

Python for Unix and Linux System Administration 下載 mobi epub pdf txt 電子書

著者簡介

Jeremy Jones Jeremy Jones is a software engineer who works for Predictix. His weapon of choice is Python, but he has done some shell, plenty of Perl, a touch of Java, is currently learning C#, and finds functional programming languages (especially OCaml) fascinating.

He is the author of the open source projects Munkware, a multiproducer/multiconsumer, transactional, and persistent queuing mechanism, ediplex, an EDI (Electronic Data Interchange) parsing engine, and podgrabber a podcast downloader. All three projects were written in the Python language.

Jeremy spends his spare time enjoying his family and doing a little writing. He lives in Conyers, Georgia, just east of Atlanta, with his wife, Debra; two children, Zane and Justus; a Lab named Genevieve (how Madelinesque).

Opinions and views expressed by Jeremy are his own and not those of Predictix.

Noah Gift Noah Gift is an author, speaker, consultant, and community leader, writing for publications such as IBM Developerworks, Red Hat Magazine, O'Reilly, and MacTech. His consulting company's website is www.giftcs.com , and his personal website is www.noahgift.com . Noah is also the current organizer for www.pyatl.org , which is the Python User Group for Atlanta, GA. He has given presentations at PyCon and PyAtl.

He has a Master's degree in CIS from Cal State Los Angeles, B.S. in Nutritional Science from Cal Poly San Luis Obispo, is an Apple and LPI certified SysAdmin, and has worked at companies such as, Caltech, Disney Feature Animation, Sony Imageworks, and Turner Studios.

In his free time he enjoys spending time with his wife Leah, and their son Liam, playing the piano, and exercising religiously.


圖書目錄


Python for Unix and Linux System Administration pdf epub mobi txt 電子書 下載
想要找書就要到 小哈圖書下載中心
立刻按 ctrl+D收藏本頁
你會得到大驚喜!!

用戶評價

評分

新東西不多,總結的挺好

評分

我被書名忽悠瞭

評分

Python存在領域:爬蟲/數據分析/Web/腳本,前三者都已經在幾段工作經曆中接觸過瞭,打算通過這本書,把最後一個領域也走一遭。花瞭一個下午和晚上,速讀瞭一遍,因為自己工作是數據開發,不是運維,隻是想知道在python在腳本運維領域究竟在做些什麼,所以代碼部分可以跳過,隻看文字部分。雖然是速讀,但是收益還頗深,發現原來自己之前就一直或多或少地做著運維的事情,但是一直都當成是自己職務。建議直接食用英文版,因為措辭都比較簡單,以及先挑感興趣的來看。內容部分的話,雖然有些庫已經有更好的方案瞭(Argparse替代瞭Optparse),但是一些知識點還是實在的。 新知:綫程最好用Queue,因為它比列錶好的地方是,Queue內部實現瞭mutex互斥鎖,而列錶還要自己顯式實現

評分

代碼有誤

評分

Python存在領域:爬蟲/數據分析/Web/腳本,前三者都已經在幾段工作經曆中接觸過瞭,打算通過這本書,把最後一個領域也走一遭。花瞭一個下午和晚上,速讀瞭一遍,因為自己工作是數據開發,不是運維,隻是想知道在python在腳本運維領域究竟在做些什麼,所以代碼部分可以跳過,隻看文字部分。雖然是速讀,但是收益還頗深,發現原來自己之前就一直或多或少地做著運維的事情,但是一直都當成是自己職務。建議直接食用英文版,因為措辭都比較簡單,以及先挑感興趣的來看。內容部分的話,雖然有些庫已經有更好的方案瞭(Argparse替代瞭Optparse),但是一些知識點還是實在的。 新知:綫程最好用Queue,因為它比列錶好的地方是,Queue內部實現瞭mutex互斥鎖,而列錶還要自己顯式實現

讀後感

評分

Python is an ideal language for solving problems, especially in Linux and Unix networks. With this pragmatic book, administrators can review various tasks that often occur in the management of these systems, and learn how Python can provide a more efficient...

評分

Python is an ideal language for solving problems, especially in Linux and Unix networks. With this pragmatic book, administrators can review various tasks that often occur in the management of these systems, and learn how Python can provide a more efficient...

評分

Python is an ideal language for solving problems, especially in Linux and Unix networks. With this pragmatic book, administrators can review various tasks that often occur in the management of these systems, and learn how Python can provide a more efficient...

評分

Python is an ideal language for solving problems, especially in Linux and Unix networks. With this pragmatic book, administrators can review various tasks that often occur in the management of these systems, and learn how Python can provide a more efficient...

評分

Python is an ideal language for solving problems, especially in Linux and Unix networks. With this pragmatic book, administrators can review various tasks that often occur in the management of these systems, and learn how Python can provide a more efficient...

類似圖書 點擊查看全場最低價

Python for Unix and Linux System Administration pdf epub mobi txt 電子書 下載 2024


分享鏈接





相關圖書




本站所有內容均為互聯網搜索引擎提供的公開搜索信息,本站不存儲任何數據與內容,任何內容與數據均與本站無關,如有需要請聯繫相關搜索引擎包括但不限於百度google,bing,sogou

友情鏈接

© 2024 qciss.net All Rights Reserved. 小哈圖書下載中心 版权所有