Professional >> Engineering and Computer Science >> Computer Science >> Python


Python Distilled

Python Distilled

Author(s):
  • David M. Beazley
  • Author: David M. Beazley
    • ISBN:9789356063693
    • 10 Digit ISBN:9356063699
    • Price:Rs. 560.00
    • Pages:308
    • Imprint:Pearson Education
    • Binding:Paperback
    • Status:Available


    Be the first to rate the book !!

    "Focusing solely on the latest versions of Python (3.5 and higher), Python Distilled , from Beazley, returns to the roots of his classic Python Essential Reference : it is a concise, but powerfully useful book on effective Python programming. However, rather than trying to document everything, Beazley now focuses on the truly essential. In so doing, he reflects all he has learned through years of teaching Python to scientists, engineers, and software professionals, writing software libraries, and pushing the envelope of what Python makes possible. Python Distilled covers abstraction techniques, program structure, data, functions, objects, modules, and other topics ed to serve programmers working on Python projects of any size. Beazley never forgets that productivity is not enough: programming ought to capture the magic that lives inside the computer. It should be fun, too. "

    Table of Content

    "1 Python Basics 2 Operators, Expressions, and Data Manipulation  3 Program Structure and Control Flow 4 Objects, Types, and Protocols 5 Generators 6 Functions 7 Classes and Object-Oriented Programming 8 Input and Output 9 Modules and Packages (online) 10 Built-in Functions and Standard Library (online) "

    Salient Features

    "• Reflects modern Python programming idioms for Python 3.5 and beyond • Offers practical coverage of the most valuable advances, including generators, coroutines, decorators, and metaclasses of modern Python • Provides expanded coverage of modern library modules including asyncio, enum, and concurrent • Thoroughly illuminates systems programming topics including OS interfaces, concurrent, and network programming • Provides updated code examples utilizing forward-looking Python programming style "