Core Python Applications Programming 在線電子書 pdf 下載 txt下載 epub 下載 mobi 下載 2024


Core Python Applications Programming

簡體網頁||繁體網頁
Wesley J Chun 作者
Prentice Hall
譯者
2012-3-9 出版日期
888 頁數
GBP 40.99 價格
Paperback
叢書系列
9780132678209 圖書編碼

Core Python Applications Programming 在線電子書 圖書標籤: Python  Programming  編程  python  Applications  程序設計  計算機科學  application   


喜歡 Core Python Applications Programming 在線電子書 的讀者還喜歡




點擊這裡下載
    


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

發表於2024-12-27

Core Python Applications Programming 在線電子書 epub 下載 mobi 下載 pdf 下載 txt 下載 2024

Core Python Applications Programming 在線電子書 epub 下載 pdf 下載 mobi 下載 txt 下載 2024

Core Python Applications Programming 在線電子書 pdf 下載 txt下載 epub 下載 mobi 下載 2024



Core Python Applications Programming 在線電子書 用戶評價

評分

Core Python Applications Programming這本書突然齣瞭新版瞭?記得原書的寫作水平一般般

評分

內容看似很多,但都太淺瞭,扔個模塊,講個demo就沒瞭. 隻能當做hello world來用.

評分

現在主要還是在用php,還需復習

評分

內容看似很多,但都太淺瞭,扔個模塊,講個demo就沒瞭. 隻能當做hello world來用.

評分

Core Python Applications Programming這本書突然齣瞭新版瞭?記得原書的寫作水平一般般

Core Python Applications Programming 在線電子書 著者簡介


Core Python Applications Programming 在線電子書 著者簡介


Core Python Applications Programming 在線電子書 pdf 下載 txt下載 epub 下載 mobi 在線電子書下載

Core Python Applications Programming 在線電子書 圖書描述

* Already know Python but want to learn more? A lot more? Dive into a variety of topics used in practice for real-world applications. * Covers regular expressions, Internet/network programming, GUIs, SQL/databases/ORMs, threading, and Web development. * Learn about contemporary development trends such as Google+, Twitter, MongoDB, OAuth, Python 3 migration, and Java/Jython. Presents brand new material on Django, Google App Engine, CSV/JSON/XML, and Microsoft Office. Includes Python 2 and 3 code samples to get you started right away! * Provides code snippets, interactive examples, and practical exercises to help build your Python skills. The Complete Developer's Guide to Python Python is an agile, robust, and expressive programming language that continues to build momentum. It combines the power of compiled languages with the simplicity and rapid development of scripting languages. In Core Python Applications Programming, Third Edition, leading Python developer and corporate trainer Wesley Chun helps you take your Python knowledge to the next level. This book has everything you need to become a versatile Python developer. You will be introduced to multiple areas of application development and gain knowledge that can be immediately applied to projects, and you will find code samples in both Python 2 and 3, including migration tips if that's on your roadmap too. Some snippets will even run unmodified on 2.x or 3.x. * Learn professional Python style, best practices, and good programming habits * Build clients and servers using TCP, UDP, XML-RPC, and be exposed to higher-level libraries like SocketServer and Twisted * Develop GUI applications using Tkinter and other available toolkits * Improve application performance by writing extensions in C/C++, or enhance I/O-bound code with multithreading * Discover SQL and relational databases, ORMs, and even non-relational (NonSQL) databases like MongoDB * Learn the basics of Web programming, including Web clients and servers, plus CGI and WSGI * Expose yourself to regular expressions and powerful text processing tools for creating and parsing CSV, JSON, and XML data * Interface with popular Microsoft Office applications such as Excel, PowerPoint, and Outlook using COM client programming * Dive deeper into Web development with the Django framework and cloud computing with Google App Engine * Explore Java programming with Jython, the way to run Python code on the JVM * Connect to Web services Yahoo! Finance to get stock quotes, or Yahoo! Mail, Gmail, and others to download or send e-mail * Jump into the social media craze by learning how to connect to the Twitter and Google+ networks Core Python Applications Programming, Third Edition, delivers *Broad coverage of a variety of areas of development used in real-world applications today *Powerful insights into current and best practices for the intermediate Python programmer *Dozens of code examples, from quick snippets to full-fledged applications *A variety of exercises at the end of every chapter to help hammer the concepts home

Core Python Applications Programming 在線電子書 下載 mobi epub pdf txt 在線電子書下載


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

Core Python Applications Programming 在線電子書 讀後感

評分

这本书,严重不推荐!非常不推荐!谁推荐你看这本书,就是在坑你! 1,这本书是2016年6月第一次印刷的,现在是2020年,python都是3的版本了,书里的内容相当一部分内容还是python2的,有些库和函数在python3里已经被废弃了的。 有些示例,也不清楚地告诉你是python2还是python3...

評分

这本书,严重不推荐!非常不推荐!谁推荐你看这本书,就是在坑你! 1,这本书是2016年6月第一次印刷的,现在是2020年,python都是3的版本了,书里的内容相当一部分内容还是python2的,有些库和函数在python3里已经被废弃了的。 有些示例,也不清楚地告诉你是python2还是python3...

評分

在百度工作的第一个月,需要用到Python来做项目。我用三天时间把这本书看完,并马上写代码付诸实践,并得到不错的效果。 虽然这本书存在着这样或那样的BUG(翻译不好),但是对于快速入门的新手还是很不错的一本书的。 因此,我极力推荐想在几天内快速入门Python的看这本书~  

評分

对于初学者,尤其是以前对编程没什么经验的人来说,这不是一本很适合的书。书的章节内容划分不好,内容常常相互交叉。我在看第一遍的时候很多地方都是不明觉厉,只好浅尝辄止,主要是快速浏览主要内容。在使用python一两个月后,再次回过来又看了一遍,其实书里很可以...  

評分

对Python基础数据结构讲得很好,比如对象深拷贝、浅拷贝, list,set,dic,等,还有面向对象那块讲得很细致,尽管Python面向对象比较怪,但是面向对象那块讲得还有欠缺的地方,比如对一些内置方法没有细致地讲(PHP管这类方法叫魔术方法)。 现在列出10点本人觉得比较欠缺的地方:...  

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

Core Python Applications Programming 在線電子書 pdf 下載 txt下載 epub 下載 mobi 下載 2024


分享鏈接





Core Python Applications Programming 在線電子書 相關圖書




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

友情鏈接

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