Dive Into Python 3
Autor Mark Pilgrimen Limba Engleză Paperback – 21 oct 2009
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
Preț: 328.40 lei
Preț vechi: 410.50 lei
-20% Nou
Puncte Express: 493
Preț estimativ în valută:
62.85€ • 65.28$ • 52.21£
62.85€ • 65.28$ • 52.21£
Carte disponibilă
Livrare economică 11-25 ianuarie 25
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781430224150
ISBN-10: 1430224150
Pagini: 416
Ilustrații: 412 p.
Dimensiuni: 191 x 235 x 22 mm
Greutate: 0.73 kg
Ediția:Second Edition
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
ISBN-10: 1430224150
Pagini: 416
Ilustrații: 412 p.
Dimensiuni: 191 x 235 x 22 mm
Greutate: 0.73 kg
Ediția:Second Edition
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
Public țintă
Popular/generalCuprins
Your First Python Program.- Native Datatypes.- Comprehensions.- Strings.- Regular Expressions.- Closures and Generators.- Classes and Iterators.- Advanced Iterators.- Unit Testing.- Refactoring.- Files.- XML.- Serializing Python Objects.- HTTP Web Services.- Case Study: Porting chardet to Python 3.- Packaging Python Libraries.
Notă biografică
By day, Mark Pilgrim is a developer advocate for open source and open standards. By night, he is a husband and father who lives in North Carolina with his wife, his two sons, and his big slobbery dog. He spends his copious free time sunbathing, skydiving, and making up autobiographical information.
Caracteristici
Distinctive dive-in approach where code comes first followed by detailed explanation A fast and hands on way for existing python developers to get to know Python 3, the latest version of the language Covers porting from python 2 to 3 with a detailed case study