Python Brain Teasers: 30 brain teasers to tickle your mind and help become a better developer

Python Brain Teasers: 30 brain teasers to tickle your mind and help become a better developer

English | 2020 | ISBN: 979-8643432357 | 146 Pages | EPUB, AZW3 | 10 MB

In this book you’ll find 30 brain teasers. Each come with a solution and an explanation on Python’s internals and why the program behave this way. You’ll have fun, and learn a lot about Python along the way.
The Python programming language is a simple one, but like all other languagesit has its quirks. This book uses these quirks as a teaching opportunity. Byunderstanding the gaps in your knowledge – you’ll become better at what you do.There’s a lot of research showing that people who make mistakes during thelearning process learn better than people who don’t. If you use this approachwhen fixing bugs – you’ll find you enjoy bug hunting more and become a betterdeveloper after each bug you fix.These teasers will help you avoid mistakes. Some of the teasers are from my ownexperience shipping bugs to production, and some from others doing the same.Teasers are fun! We geeks love to solve puzzles. You can also use these teasersto impress your co-workers, have knowledge competitions and become bettertogether.Many of these brain teasers are from quizzes I gave at conferences andmeetups. I’ve found out that people highly enjoy them and they tend to liventhe room.At the beginning of each chapter I’ll show you a short Python program and willask you to guess the output. The possible answers can be:- Syntax error- Exception- Hang- Some output (e.g. `[1 2 3]`)Before moving on to the answer and the explanation, go ahead and guess theoutput. After guessing the output I encourage you to run the code andsee the output yourself, only then proceed to read the solution andthe explantation. I’ve been teaching programming for many years and found thiscourse of action to be highly effective.

Homepage