May 2019
Beginner
528 pages
29h 51m
English
Throughout the book, we focus on using existing libraries to help you avoid “reinventing the wheel,” thus leveraging your program-development efforts. Often, rather than developing lots of original code—a costly and time-consuming process—you can simply create an object of a pre-existing library class, which takes only a single Python statement. So, libraries will help you perform significant tasks with modest amounts of code. You’ll use a broad range of Python standard libraries, data-science libraries and other third-party libraries.
The Python Standard Library provides rich capabilities for text/binary data processing, mathematics, functional-style programming, file/directory access, ...
Read now
Unlock full access