Email the Author
You can use this page to email Christian Mayer, Lukas Rieger, and Zohaib Riaz about Coffee Break Python Workbook.
About the Book
Puzzle-based Learning Python
This book is the chess grandmaster way of learning Python. It offers you 127 unique and brand-new Python puzzles. Every puzzle points to gaps in your knowledge, challenges you to guess a solution, and then explains potential solutions, in an easy-to-understand manner:
~~~
# Here’s one example puzzle:
my_list = [1, 1, 1, 1]
my_list[1::2] = [2, 3]
print(my_list)
# What’s the output of this code snippet?
~~~
An easy, fun, and effective way of learning Python -- day after day -- in your COFFEE BREAK PYTHON!
Here's what research says about puzzle-based learning:
"Students who were quizzed after studying a short text could recall significantly more information than students who were asked to reread it"
-- Karpicke, 2007, Elsevier Journal of Memory and Language
Practice testing is scientifically proven to generate up to 44% better learning retention and efficiency.
Simply put: quizzes and puzzles work! More than 100,000 Finxters and thousands of "Coffee Break Python" book customers have already successfully improved their skills with code puzzles.
Learning does not happen in a linear and orderly manner. It's a probabilistic, chaotic, and iterative process of creating knowledge gaps in your brain -- and filling them with just the right information you need.
That's the premise of the "Coffee Break Python" textbook series.
What will you get out of the book?
- Improve your level of deep Python code understanding.
- Surprise your peers with your newly acquired code speed reading skills.
- Enjoy the small daily doses of intellectual challenges. A Finxter once called it "Sudoku for coders"! ;)
- Improve your brain's working memory by hammering down the most important concepts.
- Learn all the basic Python syntax elements.
- Discover your own skill level by tracking your puzzle-solving performance.
- Compare your skill level against other coders: are you a grandmaster of code?
- Enjoy the fun of rushing over Python -- from "hello world" to "recursive Quicksort".
- Get the best of all Finxter Python cheat sheets to revive 80% of the Python features in 20% of the time.
- Get your dream job and rock future code interviews!
And take one step forward mastering the most popular programming language ON THE PLANET!
About the Authors
Chris is the founder of the programming education company FINXTER, author of the Coffee Break Python series of self-published books, the popular programming book Python One-Liners (NoStarch 2020), a doctorate computer scientist, and owner of one of the top 10 Python blogs worldwide.
His research interests include graph theory and distributed systems.
You can join the FINXTER email academy and consume a large body of free email courses about various topics in computer science and programming.
I love coding and espacially in Python! Python is easy to learn and at the same time it is very powerful. Through the books I would like to help you to discover this! Therefore we designed our puzzle based teaching approach which helps you to learn quickly what you really need and with fun.
I have been working as a Software developer for several years. Currently I'm in the field of operations/SRE of cloud applications.