Python Brain Teasers
Autor Miki Tebekaen Limba Engleză Paperback – 6 sep 2021
At the beginning of each chapter I'll show you a short Python program and will ask you to guess the output. The possible answers can be:
- Syntax error
- Exception
- Hang
- Some output (e.g. [1 2 3] )
People who make mistakes during the learning process learn better than people who don't. If you use this approach at work when fixing bugs, you'll find you enjoy bug hunting more and become a better developer after each bug you fix.
Many of these puzzles are from the author's lessons learned (and others) of shipping bugs to production. He often uses the puzzles as quizzes during conferences and meetups, and they tend to create a buzz of excitement.
What You Need:
- You need to know Python at some level and have experience programming with it.
- NOTE: The book uses Python version 3.8.2 to run the code; the output _could_ change in future versions.
- You will need a working Python environment, you can download it from python.org: https: //www.python.org/downloads/.
- You will probably want a good IDE for python, two of the most popular ones are Visual Studio Code: https: //code.visualstudio.com/ and PyCharm: https: //www.jetbrains.com/pycharm/.
Preț: 109.80 lei
Preț vechi: 137.25 lei
-20% Nou
Puncte Express: 165
Preț estimativ în valută:
21.02€ • 21.66$ • 17.74£
21.02€ • 21.66$ • 17.74£
Carte tipărită la comandă
Livrare economică 03-17 martie
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781680509007
ISBN-10: 1680509004
Pagini: 100
Dimensiuni: 190 x 234 x 11 mm
Greutate: 0.22 kg
Editura: O'Reilly
ISBN-10: 1680509004
Pagini: 100
Dimensiuni: 190 x 234 x 11 mm
Greutate: 0.22 kg
Editura: O'Reilly
Notă biografică
Miki has a passion for teaching and mentoring. He teaches many workshops on various technical subjects all over the world and also mentored many young developers on their way to success. Miki is involved in open source, has several projects of his own, and contributed to several more - including the Python project. He has been using Python for more than 23 years.