Dive Into Python 3 (Paperback)
Mark Pilgrim
- 出版商: Apress
- 出版日期:
- 售價: $1,600
- 貴賓價: 9.5 折 $1,520
- 語言: 英文
- 頁數: 360
- 裝訂: Paperback
- ISBN: 1430224150
- ISBN-13: 9781430224150
-
相關分類:
Python 程式語言
立即出貨 (庫存=1)
買這商品的人也買了...
-
$1,700$1,615Python Essential Reference, 4/e (Paperback)
-
$890$757Google Android SDK 開發範例大全 2
-
$580$458程式設計師的自我修養-連結、載入、程式庫
-
$820$648鳥哥的 Linux 私房菜-基礎學習篇, 3/e
-
$450$356最簡單的互動設計 Arduino一試就上手
-
$450$351深入淺出 Android 系統原理及開發要點
-
$640$608The C Programming Language, 2/e (IE-Paprback)
-
$680$578Microsoft ASP.NET 3.5 最佳實務講座
-
$4,710$4,475Fundamentals of Queuing Systems: Statistical Methods for Analyzing Queuing Models (2012)
-
$1,650$1,568Linux Kernel Development, 3/e (Paperback)
-
$1,200$1,176Digital Signal Processing Using MATLAB & Wavelets, 2/e (Hardcover)
-
$530$403Google!Android 2 手機應用程式設計入門, 3/e
-
$880$695深入淺出設計模式 (Head First Design Patterns)
-
$520$468雲端運算大解密
-
$480$374Wireshark 網路協定分析與管理
-
$680$537精通 Objective-C 2.0 程式設計 (Programming in Objective-C 2.0, 2/e)
-
$490$417約耳續談軟體-探究軟體經營的根本實學 (More Joel on Software: Further Thoughts on Diverse and Occasionally Related Matters That Will Prove)
-
$490$372巧用 jQuery
-
$480$432玩通 VMware:108 個虛擬機實例講堂
-
$780$593Linux 裝置驅動程式之開發詳解
-
$600$480現代嵌入式系統開發專案實務-菜鳥成長日誌與專案經理的私房菜
-
$420$199iPhone SDK 3 Programming 應用程式開發
-
$620$527大話設計模式
-
$880$695深入淺出 Java 程式設計, 2/e (Head First Java, 2/e)
-
$900$855計算機組織與設計 (Computer Organization and Design: The Hardware/Software Interface, 4/e)
商品描述
Mark Pilgrim's Dive Into Python 3 is a hands-on guide to Python 3 (the latest version of the Python language) and its differences from Python 2. As in the original book, Dive Into Python, each chapter starts with a real, complete code sample, proceeds to pick it apart and explain the pieces, and then puts it all back together in a summary at the end.
This book includes:
- Example programs completely rewritten to illustrate powerful new concepts now available in Python 3: sets, iterators, generators, closures, comprehensions, and much more
- A detailed case study of porting a major library from Python 2 to Python 3
- A comprehensive appendix of all the syntactic and semantic changes in Python 3
This is the perfect resource for you if you need to port applications to Python 3, or if you like to jump into languages fast and get going right away.
What you'll learn
- Understand Python 3 code by seeing it broken down and explained
- Make full use of the latest Python features such as iterators, generators, closures, classes and comprehensions
- Refactor existing code to improve maintainability
- Learn how to serialize Python objects with the pickle protocol and JSON format
- Learn how to package your own Python libraries and upload them to the Python Package Index to share your projects with Python developers worldwide
- Use Python 3 to consume HTTP web services
- Port existing Python applications to Python 3 by following a case study for a major library
Who is this book for?
- Anyone who wants to learn the latest version of Python in a fast, hands-on fashion
- Existing Python programmers who want to learn quickly how to make the most of the features of the latest version of Python and port their code to it
- Programmers coming from other languages wanting a fast introduction to Python that gets them thinking about advanced concepts quickly