Cantitate/Preț
Produs

Dive Into Python 3

Autor Mark Pilgrim
en Limba Engleză Paperback – 21 oct 2009
Mark Pilgrim's Dive Into Python 3 is a hands-on guide to Python 3 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.
Citește tot Restrânge

Preț: 32840 lei

Preț vechi: 41050 lei
-20% Nou

Puncte Express: 493

Preț estimativ în valută:
6285 6528$ 5221£

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

Public țintă

Popular/general

Cuprins

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