Practice Python Projects book announcement
Hello!
I just published my ebook titled "Practice Python Projects". This book presents five beginner to intermediate level projects inspired by real world use cases:
- Enhance your CLI experience with a custom Python calculator
- Analyzing poll data from a Reddit comment thread
- Finding typos in plain text and Markdown files
- Creating a GUI for evaluating multiple choice questions
- Square Tic Tac Toe — creating a GUI game with AI
To test your understanding and to make it more interesting, you'll also be presented with exercises at the end of each project. Resources for further exploration are also mentioned throughout the book. Here's a short video about the book:
Ebook links🔗
You can buy the PDF/EPUB versions of the book using these links:
You can also get the ebooks as part of Learn by example Python bundle using these links:
Web version🔗
You can also read the book online here: https://learnbyexample.github.io/practice_python_projects/preface.html.
GitHub repo🔗
The https://github.com/learnbyexample/practice_python_projects repo has program/example files, markdown source and other details about the book.
Feedback🔗
Hope you find it useful and fun to practice these Python projects. I would highly appreciate if you'd let me know how you felt about this book. It could be anything from a simple thank you, Gumroad rating, pointing out a typo, mistakes in code snippets, which aspects of the book worked for you (or didn't!) and so on. Reader feedback is essential and especially so for self-published authors.
You can reach me via:
- Issue Manager: https://github.com/learnbyexample/practice_python_projects/issues
- E-mail:
learn by example.net@gmail.com
(without the spaces) - Twitter: https://twitter.com/learn_byexample
Happy learning :)