The Python Standard Library by Example pdf epub mobi txt 電子書 下載 2024


The Python Standard Library by Example

簡體網頁||繁體網頁
Doug Hellmann
Addison-Wesley Professional
2011-6-11
1344
USD 59.99
Paperback
9780321767349

圖書標籤: Python  編程  計算機  python  programming  工具書  Cookbook  腳本語言   


喜歡 The Python Standard Library by Example 的讀者還喜歡




點擊這裡下載
    


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

发表于2024-11-26

The Python Standard Library by Example epub 下載 mobi 下載 pdf 下載 txt 電子書 下載 2024

The Python Standard Library by Example epub 下載 mobi 下載 pdf 下載 txt 電子書 下載 2024

The Python Standard Library by Example pdf epub mobi txt 電子書 下載 2024



圖書描述

"Hellmann's writing has become an indispensable resource for me and many others as it fills a critical gap in Python Documentation with examples." -- Jesse Noller, Python Core Developer and PSF Board Member Master the Powerful Python Standard Library through Real Code Examples The Python Standard Library contains hundreds of modules for interacting with the operating system, interpreter, and Internet--all extensively tested and ready to jump-start your application development. The Python Standard Library by Example introduces virtually every important area of the Python 2.7 library through concise, stand-alone source code/output examples, designed for easy learning and reuse. Building on his popular Python Module of the Week blog series, author and Python expert Doug Hellmann focuses on "showing" not "telling." He explains code behavior through downloadable examples that fully demonstrate each feature. You'll find practical code for working with text, data types, algorithms, math, file systems, networking, the Internet, XML, email, cryptography, concurrency, runtime and language services, and much more. Each section fully covers one module, and links to valuable additional resources, making this book an ideal tutorial and reference. Coverage includes *Manipulating text with string, textwrap, re, and difflib*Implementing data structures: collections, array, queue, struct, copy, and more*Reading, writing, and manipulating files and directories*Regular expression pattern matching*Exchanging data and providing for persistence Archiving and data compression*Managing processes and threads*Using application "building blocks": parsing command-line options, prompting for passwords, scheduling events, and logging*Testing, debugging, and compilation*Controlling runtime configuration*Using module and package utilities If you're new to Python, this book will quickly give you access to a whole new world of functionality. If you've worked with Python before, you'll discover new, powerful solutions and better ways to use the modules you've already tried.

The Python Standard Library by Example 下載 mobi epub pdf txt 電子書

著者簡介

Doug Hellmann目前是Racemi公司的一位高級開發人員,也是Python Software Foundation的信息交流主管。從1.4版開始他就一直在做Python編程,曾在大量UNIX和非UNIX平颱上參與項目開發,涉及領域包括地圖、醫療新聞播報、金融和數據中心自動化。為《Python Magazine》做瞭一年普通專欄作傢後,他在2008—2009年成為這傢雜誌的主編。自2007年以來,Doug在他的博客上發錶瞭頗受關注的“Python Module of the Week”係列。他居住在喬治亞州的Athens。


圖書目錄


The Python Standard Library by Example pdf epub mobi txt 電子書 下載
想要找書就要到 小哈圖書下載中心
立刻按 ctrl+D收藏本頁
你會得到大驚喜!!

用戶評價

評分

翻閱瞭一下,書很新,基於Python2.7和3,事無巨細地為幾乎全部標準庫的功能列舉瞭基本例子。相比官方文檔,缺少明確的模塊、類、函數定義,而其樣例又沒好多少,查找起來又麻煩。還是官方文檔靠譜……

評分

標準庫是語言本身的關鍵組成部分。

評分

翻閱瞭一下,書很新,基於Python2.7和3,事無巨細地為幾乎全部標準庫的功能列舉瞭基本例子。相比官方文檔,缺少明確的模塊、類、函數定義,而其樣例又沒好多少,查找起來又麻煩。還是官方文檔靠譜……

評分

pythoner的必備工具書,陸路續續在看,大部頭啊,讀完我可能也快不行瞭。另一本大部頭python cookbook有點舊瞭(2005),新版還未齣。

評分

翻閱瞭一下,書很新,基於Python2.7和3,事無巨細地為幾乎全部標準庫的功能列舉瞭基本例子。相比官方文檔,缺少明確的模塊、類、函數定義,而其樣例又沒好多少,查找起來又麻煩。還是官方文檔靠譜……

讀後感

評分

最近双十一气氛弥漫在整个互联网,不买点东西总觉得缺了什么。在逛某东的时候无意中发现了这本刚出版没多久的书,一时心血来潮立即加入购物车,这不对啊,价格这么贵。去当当一看,五折,99.5块,果断拿下。 Python的库太庞大的,确实需要一本书来梳理一下,最好是按库的功能来...  

評分

这本书来源作者博客的一个专栏,Python Module of the Week。讲了python标准库中很多模块的使用方法,而且是以完整的代码来讲解模块的应用。 对于我这种喜欢一边看书,一边敲代码的人而言,晚上拿着这本放在腿上,选上一节主题,敲上那么100来行(2至3个程序的量)的代...  

評分

最近双十一气氛弥漫在整个互联网,不买点东西总觉得缺了什么。在逛某东的时候无意中发现了这本刚出版没多久的书,一时心血来潮立即加入购物车,这不对啊,价格这么贵。去当当一看,五折,99.5块,果断拿下。 Python的库太庞大的,确实需要一本书来梳理一下,最好是按库的功能来...  

評分

http://pycoders-weekly-chinese.readthedocs.org/en/latest/issue4/a-python-reading-list.html 如果你希望有一本拥有很多代码样例的参考书,那么这本书就是你想要的,这本书不仅仅包含了所有的标准库的样例,还包含了许多现在开发中经常用到的库的使用样例,这本书基于作者...  

評分

我看的是网络版的Python Standard Library,中文名为python标准库中文版,翻译是:python江湖群,没有出版社。 出彩的地方: 1.是一本查阅python库的工具书,涉及的库很多,不仅有标准库还有其他常用库 2.署名作者是:python江湖群。好像是一群网友热心翻译的作品,很佩服这种...

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

The Python Standard Library by Example pdf epub mobi txt 電子書 下載 2024


分享鏈接





相關圖書




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

友情鏈接

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