Practice Python Projects book announcement
Hello!
My "Practice Python Projects" ebook 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 logic
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.
Ebook links🔗
You can buy the PDF/EPUB versions of the ebook using these links:
You can also get them as part of the Learn by example Python bundle using these links:
Videos🔗
Check out my programming tips covering Python, command line tools and Vim:
Testimonials🔗
Your Practice Python Projects book is really helping me to reinforce my knowledge and mastery of Python as I'm learning.
Web version🔗
You can also read the book online here: https://learnbyexample.github.io/practice_python_projects/preface.html.
GitHub repo🔗
Visit https://github.com/learnbyexample/practice_python_projects for programs, example files, markdown source and other details about the book.
See also my blog post on how to customize
pandoc
for generating beautiful PDF/EPUB versions from GitHub style markdown.
Feedback🔗
I would highly appreciate it 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:
echo 'bGVhcm5ieWV4YW1wbGUubmV0QGdtYWlsLmNvbQo=' | base64 --decode
- Twitter: https://twitter.com/learn_byexample
Happy learning :)