Descriere YEO:
Pe YEO găsești The Python Library Reference: Release de la 12th Media Services, în categoria Foreign Books.
Indiferent de nevoile tale, The Python Library Reference: Release 3.6.4 - Book 2 of 2, Paperback/Guido Van Rossum din categoria Foreign Books îți poate aduce un echilibru perfect între calitate și preț, cu avantaje practice și moderne.
Preț: 301.99 Lei
Caracteristicile produsului The Python Library Reference: Release
- Brand: 12th Media Services
- Categoria: Foreign Books
- Magazin: elefant.ro
- Ultima actualizare: 06-05-2025 02:24:36
Comandă The Python Library Reference: Release Online, Simplu și Rapid
Prin intermediul platformei YEO, poți comanda The Python Library Reference: Release de la elefant.ro rapid și în siguranță. Bucură-te de o experiență de cumpărături online optimizată și descoperă cele mai bune oferte actualizate constant.
Descriere magazin:
This book is the second half of The
Python Library Reference for
Release 3.6.4, and covers chapters 19-37. The first book may be found with ISBN 9781680921083. The original
Python Library Reference book is 1920 pages long. This book contains the original page numbers and index, along with the back sections fully intact. While reference-index describes the exact syntax and semantics of the
Python language, this library reference manual describes the standard library that is distributed with Python. It also describes some of the optional components that are commonly included in Python distributions. Python\'s standard library is very extensive, offering a wide range of facilities as indicated by the long table of contents listed below. The library contains built-in modules (written in C) that provide access to system functionality such as file I/O that would otherwise be inaccessible to Python programmers, as well as modules written in Python that provide standardized solutions for many problems that occur in everyday programming. Some of these modules are explicitly designed to encourage and enhance the portability of Python programs by abstracting away platform-specifics into platform-neutral APIs.