Cantitate/Preț
Produs

Supercharged Python

Autor Brian Overland, John Bennett
en Limba Engleză Paperback – 8 iul 2019
"Brian Overland makes programming simple. . . . To my amazement, his books explain complicated code clearly enough for anyone to understand."
-Art Sedighi, PhD Tapping into the full power of Python doesn't have to be difficult. Supercharged Python is written for people who've learned the fundamentals of the language but want to take their skills to the next level. After a quick review of Python, the book covers: advanced list and string techniques; all the ways to handle text and binary files; financial applications; advanced techniques for writing classes; generators and decorators; and how to master packages such as Numpy (Numeric Python) to supercharge your applications
  • Use profilers and "magic methods" to code like a pro
  • Harness the power of regular expressions to process text quickly with a single statement
  • Take advantage of 22 coding shortcuts, along with performance tips, to save time and optimize your code
  • Create really useful classes and objects, for games, simulations, money, mathematics, and more
  • Use multiple modules to build powerful apps while avoiding the "gotchas"
  • Import packages to dramatically speed up statistical operations-by as much as 100 times
  • Refer to the five-part language reference to look up fine points of the language
Supercharged Python demonstrates techniques that allow you to write faster and more powerful code, whether you're manipulating large amounts of data or building sophisticated applications. Register your book for convenient access to downloads, updates, and/or corrections as they become available. See inside book for details.
Citește tot Restrânge

Preț: 23411 lei

Preț vechi: 29264 lei
-20%

Puncte Express: 351

Preț estimativ în valută:
4485 4858$ 3846£

Carte disponibilă

Livrare economică 18 aprilie-02 mai
Livrare express 04-10 aprilie pentru 5186 lei

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9780135159941
ISBN-10: 0135159946
Pagini: 672
Dimensiuni: 181 x 231 x 35 mm
Greutate: 1.07 kg
Editura: Pearson Education (US)

Descriere

"Brian Overland makes programming simple. . .

. To my amazement, his books explain complicated code clearly enough for anyone to understand."-Art Sedighi, PhDTapping into the full power of Python doesn't have to be difficult. Supercharged Python is written for people who've learned the fundamentals of the language but want to take their skills to the next level.

After a quick review of Python, the book covers: advanced list and string techniques; all the ways to handle text and binary files; financial applications; advanced techniques for writing classes; generators and decorators; and how to master packages such as Numpy (Numeric Python) to supercharge your applications!Use profilers and "magic methods" to code like a pro Harness the power of regular expressions to process text quickly with a single statement Take advantage of 22 coding shortcuts, along with performance tips, to save time and optimize your code Create really useful classes and objects, for games, simulations, money, mathematics, and more Use multiple modules to build powerful apps while avoiding the "gotchas" Import packages to dramatically speed up statistical operations-by as much as 100 times! Refer to the five-part language reference to look up fine points of the languageSupercharged Python demonstrates techniques that allow you to write faster and more powerful code, whether you're manipulating large amounts of data or building sophisticated applications. Register your book for convenient access to downloads, updates, and/or corrections as they become available. See inside book for details.


Notă biografică

Brian Overland is a textbook author, sometime actor, programmer, film reviewer, and novelist. He has been professionally programming with the C family of languages since the early 1980s and spent 10 years at Microsoft, first as a software tester and then as programmer/writer, manager, and project lead. Almost unique among programmers, he is an award-winning writer deeply committed to teaching and simplifying advanced concepts. You can read his comments on technology, reviews, and his upcoming book projects at brianoverland.com.
John Bennett was formerly a senior software engineer at Proximity Technology, Franklin Electronic Publishing, and Microsoft Corporation. More recently, he has developed new programming languages using Python as a prototyping tool. He has worked on a variety of software projects, including a handheld spellchecker and East Asian handwriting recognition software. He holds nine U.S. patents.

Cuprins

  • Chapter 1: Review of the Fundamentals
  • Chapter 2: Advanced String Capabilities
  • Chapter 3: Advanced List Capabilities
  • Chapter 4: Shortcuts, Command Line, and Packages
  • Chapter 5: Formatting Text Precisely
  • Chapter 6: Regular Expressions, Part I
  • Chapter 7: Regular Expressions, Part II
  • Chapter 8: Text and Binary Files
  • Chapter 9: Classes and Magic Methods
  • Chapter 10: Decimal, Money, and Other Classes
  • Chapter 11: The Random and Math Packages
  • Chapter 12: The "numpy" (Numeric Python) Package
  • Chapter 13: Advanced Uses of "numpy"
  • Chapter 14: Multiple Modules and the RPN Example
  • Chapter 15: Getting Financial Data off the Internet
  • Appendix A Python Operator Precedence Table
  • Appendix B Built-In Python Functions
  • Appendix C Set Methods
  • Appendix D Dictionary Methods
  • Appendix E Statement Reference