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


The Python Standard Library by Example

簡體網頁||繁體網頁
Doug Hellmann 作者
Addison-Wesley Professional
譯者
2011-6-11 出版日期
1344 頁數
USD 59.99 價格
Paperback
叢書系列
9780321767349 圖書編碼

The Python Standard Library by Example 在線電子書 圖書標籤: Python  編程  計算機  python  programming  工具書  Cookbook  腳本語言   


喜歡 The Python Standard Library by Example 在線電子書 的讀者還喜歡




點擊這裡下載
    


想要找書就要到 圖書目錄大全
立刻按 ctrl+D收藏本頁
你會得到大驚喜!!

發表於2024-12-23

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

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

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



The Python Standard Library by Example 在線電子書 用戶評價

評分

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

評分

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

評分

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

評分

鑒於Doug同誌提供瞭免費版https://pymotw.com/3/index.html,我決定給五星

評分

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

The Python Standard Library by Example 在線電子書 著者簡介

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 在線電子書 著者簡介


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

The Python Standard Library by Example 在線電子書 圖書描述

"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 在線電子書下載


想要找書就要到 圖書目錄大全
立刻按 ctrl+D收藏本頁
你會得到大驚喜!!

The Python Standard Library by Example 在線電子書 讀後感

評分

我想这本书作为一本字典的存在可能必作为平常书籍存在的意义更大。1300多页(英文版),详尽地介绍了标准库中绝大多数模块,并且难能可贵的是每一个模块都有相应的例子。但是冗长的内容加上内容本身的特殊性,使得本书更适合作为一本字典。我想一个python程序员不可能仅仅通过...  

評分

好处:有例子,可以参考,diy 坏处:例子有错误,没有说明函数原型,不太适合新手,如果能配合工程经验和实际的函数解释就更好了,建议参考这里http://docs.python.org/2/library/re.html?highlight=re.compile#re.compile  

評分

一直希望手里有本上千页的Python大全书(c,c++,delphi,java都有过....) 这本书过了一千页 ------ 啊,找到了能长期占据书桌的宝典了 但是 读了一小时之后 我只能说: 这是一本充分体现现有机器翻译能力的作品  

評分

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

評分

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

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

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


分享鏈接





The Python Standard Library by Example 在線電子書 相關圖書




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

友情鏈接

© 2024 book.wenda123.org All Rights Reserved. 圖書目錄大全 版權所有