Python Distilled (häftad)
Fler böcker inom
Format
Häftad (Paperback)
Språk
Engelska
Antal sidor
352
Utgivningsdatum
2021-11-09
Upplaga
1
Förlag
Pearson
Medarbetare
Beazley, David
Dimensioner
228 x 176 x 18 mm
Vikt
540 g
Antal komponenter
1
ISBN
9780134173276
Python Distilled (häftad)

Python Distilled

Häftad,  Engelska, 2021-11-09
381

10% rabatt på allt med kod LUCIA23 i kassan

Gäller t.o.m. 13 december. Villkor

  • Skickas från oss inom 5-8 vardagar.
  • Fri frakt över 249 kr för privatkunder i Sverige.
Python Distilled Kan tyvärr inte levereras innan julafton.
Python has grown into one of the world's most popular programming languages, with a wealth of reference information available for it. For Python programmers, the richness of modern Python presents new challenges. It can be overwhelming to know where to begin-or even whether you're coding in a reasonable style. Problems like these are the foundation for Dave Beazley's new Python Distilled. Focusing solely on the latest versions of Python (3.5 and higher), Python Distilled returns to the roots of Beazley's classic Python Essential Reference: it's 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's 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 selected to serve programmers working on Python projects of any size. Beazley never forgets that productivity isn't enough: programming ought to capture the magic that lives inside the computer. It should be fun, too.
Visa hela texten

Passar bra ihop

  1. Python Distilled
  2. +
  3. Elon Musk

De som köpt den här boken har ofta också köpt Elon Musk av Walter Isaacson (inbunden).

Köp båda 2 för 710 kr

Kundrecensioner

Har du läst boken? Sätt ditt betyg »

Fler böcker av David M Beazley

  • Python Essential Reference

    David M Beazley

    Python Essential Reference is the definitive reference guide to the Python programming language - the one authoritative handbook that reliably untangles and explains both the core Python language and the most essential parts of the Python library....

Övrig information

David Beazley is the author of the Python Essential Reference, Fourth Edition (Addison-Wesley), and Python Cookbook, Third Edition (O'Reilly Media). He currently teaches advanced computer science courses through his company, Dabeaz LLC ( www.dabeaz.com). He's been using, writing about, speaking about, and teaching Python since 1996.

Innehållsförteckning

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