Intuitive Python
Autor David Mulleren Limba Engleză Paperback – 29 iun 2021
No matter your experience level or background, Python's batteries-included standard library and rich third-party ecosystem provide a solid foundation to build your projects on. With the right intuition and background knowledge, you can take advantage of all the power Python offers. Take a guided tour of some of Python's high points to craft a project that you can sustain and build on for a long time.
Run static analysis tools to detect and eliminate classes of bugs before you run code. Experiment with Python's concurrency model and develop patterns for using Python's thread and process abstractions to their full potential. Introduce yourself to Python's type hinting system: mypy. Download and run third-party Python packages and do so safely without compromising on security. Debug code using Python's built in debugger, and try procedures out in the interactive console. Run your code under new versions of the Python interpreter to unlock performance and usability improvements. All along the way, sharpen your Python instincts so you can keep your code clean and reduce the chance of bugs.
Mine Python for all you can by playing to its strengths and embracing patterns that harness its potential.
What You Need:
The books assumes you have some experience programming in any language (not necessarily Python). To run the code presented in the book, you'll need a Python environment which you can download from https: //www.python.org/downloads/.
Preț: 148.84 lei
Preț vechi: 186.05 lei
-20% Nou
Puncte Express: 223
Preț estimativ în valută:
26.33€ • 30.73$ • 23.02£
26.33€ • 30.73$ • 23.02£
Carte tipărită la comandă
Livrare economică 16-30 ianuarie 26
Livrare express 12-18 decembrie pentru 24.05 lei
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781680508239
ISBN-10: 1680508237
Pagini: 142
Dimensiuni: 190 x 228 x 12 mm
Greutate: 0.28 kg
Editura: Pragmatic Programmers
ISBN-10: 1680508237
Pagini: 142
Dimensiuni: 190 x 228 x 12 mm
Greutate: 0.28 kg
Editura: Pragmatic Programmers
Notă biografică
David Muller is a professional software engineer. He's not a stranger to other languages, but he gravitates to Python because of its low barrier to entry and focus on readability. David has been writing Python almost daily since he was introduced to the language in 2012 while studying bioinformatics at UC San Diego. He also authors Python tutorials for Digital Ocean's public knowledge base.