Preface

Python Brain Teasers — by Miki Tebeka (3 / 40)

The Pragmatic Programmers
The Pragmatic Programmers

--

👈 Acknowledgments | TOC | About the Author 👉

The Python programming language is a simple one, but like all other languages it has its quirks. This book uses these quirks as a teaching opportunity. By understanding 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 the learning process learn better than people who don’t. If you use this approach when fixing bugs, you’ll find you enjoy bug hunting more and become a better developer after each bug you fix.

These teasers will help you avoid mistakes. Some of the teasers are from my own experience shipping bugs to production, and some are from others doing the same.

Teasers are fun! We geeks love to solve puzzles. You can also use these teasers to impress your coworkers, have knowledge competitions, and become better together.

Many of these brain teasers are from quizzes I gave at conferences and meetups. I’ve found that people highly enjoy them and they tend to liven the room.

At the beginning of each chapter, I’ll show you a short Python program and will ask you to guess the output. The following are the possible answers:

  • Syntax error
  • Exception
  • Hang
  • Some output (e.g., [1 2 3])

Python Version

--

--

The Pragmatic Programmers
The Pragmatic Programmers

We create timely, practical books and learning resources on classic and cutting-edge topics to help you practice your craft and accelerate your career.