-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathindex.html
1 lines (1 loc) · 8.58 KB
/
index.html
1
<!doctype html><html lang=en><head><meta content="IE=edge" http-equiv=X-UA-Compatible><meta content="text/html; charset=utf-8" http-equiv=content-type><meta content="width=device-width,initial-scale=1.0,maximum-scale=1" name=viewport><title>Practice Python Projects book announcement</title><link href=https://learnbyexample.github.io/atom.xml rel=alternate title=RSS type=application/atom+xml><script src=https://cdnjs.cloudflare.com/ajax/libs/slideout/1.0.1/slideout.min.js></script><link href=https://learnbyexample.github.io/site.css rel=stylesheet><meta content="Practice Python Projects book announcement" property=og:title><meta content=website property=og:type><meta content="Beginner to intermediate level projects inspired by real world use cases" property=og:description><meta content=https://learnbyexample.github.io/practice-python-projects-book-announcement/ property=og:url><meta content=https://learnbyexample.github.io/images/books/py_projects.png property=og:image><meta content=397 property=og:image:width><meta content=562 property=og:image:height><meta content=summary_large_image property=twitter:card><meta content=@learn_byexample property=twitter:site><link href=https://learnbyexample.github.io/favicon.svg rel=icon><link rel="shortcut icon" href=https://learnbyexample.github.io/favicon.png><body><div class=container><div class=mobile-navbar id=mobile-navbar><div class=mobile-header-logo><a class=logo href=/>learnbyexample</a></div><div class="mobile-navbar-icon icon-out"><span></span><span></span><span></span></div></div><nav class="mobile-menu slideout-menu slideout-menu-left" id=mobile-menu><ul class=mobile-menu-list><li class=mobile-menu-item><a href=https://learnbyexample.github.io/books> Books </a><li class=mobile-menu-item><a href=https://learnbyexample.github.io/mini> Mini </a><li class=mobile-menu-item><a href=https://learnbyexample.github.io/tips> Tips </a><li class=mobile-menu-item><a href=https://learnbyexample.github.io/tags> Tags </a><li class=mobile-menu-item><a href=https://learnbyexample.github.io/about> About </a></ul></nav><header id=header><div class=logo><a href=https://learnbyexample.github.io>learnbyexample</a></div><nav class=menu><ul><li><a href=https://learnbyexample.github.io/books> Books </a><li><a href=https://learnbyexample.github.io/mini> Mini </a><li><a href=https://learnbyexample.github.io/tips> Tips </a><li><a href=https://learnbyexample.github.io/tags> Tags </a><li><a href=https://learnbyexample.github.io/about> About </a></ul></nav></header><main><div class=content id=mobile-panel><div class=post-toc id=post-toc><h2 class=post-toc-title>Contents</h2><div class="post-toc-content always-active"><nav id=TableOfContents><ul><li><a class=toc-link href=https://learnbyexample.github.io/practice-python-projects-book-announcement/#ebook-links>Ebook links</a><li><a class=toc-link href=https://learnbyexample.github.io/practice-python-projects-book-announcement/#web-version>Web version</a><li><a class=toc-link href=https://learnbyexample.github.io/practice-python-projects-book-announcement/#github-repo>GitHub repo</a><li><a class=toc-link href=https://learnbyexample.github.io/practice-python-projects-book-announcement/#feedback>Feedback</a></ul></nav></div></div><article class=post><header class=post__header><h1 class=post__title><a href=https://learnbyexample.github.io/practice-python-projects-book-announcement/>Practice Python Projects book announcement</a></h1><div class=post__meta><span class=post__time>2021-07-30</span></div></header><div class=post-content><p>Hello!<p>I just published my ebook titled "<strong>Practice Python Projects</strong>". This book presents five beginner to intermediate level projects inspired by real world use cases:<ul><li><a href=https://learnbyexample.github.io/practice_python_projects/calculator/calculator.html>Enhance your CLI experience with a custom Python calculator</a><li><a href=https://learnbyexample.github.io/practice_python_projects/poll_data_analysis/poll_data_analysis.html>Analyzing poll data from a Reddit comment thread</a><li><a href=https://learnbyexample.github.io/practice_python_projects/find_typos/find_typos.html>Finding typos in plain text and Markdown files</a><li><a href=https://learnbyexample.github.io/practice_python_projects/mcq/multiple_choice_questions.html>Creating a GUI for evaluating multiple choice questions</a><li><a href=https://learnbyexample.github.io/practice_python_projects/square_tic_tac_toe/square_tic_tac_toe.html>Square Tic Tac Toe — creating a GUI game with AI</a></ul><span id=continue-reading></span><p>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:<p align=center><iframe allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture" title="YouTube video player" allowfullscreen frameborder=0 height=315 src=https://www.youtube.com/embed/5whwiiURWS8 width=560></iframe></p><br><br><h2 id=ebook-links>Ebook links<a aria-label="Anchor link for: ebook-links" class=zola-anchor href=#ebook-links>🔗</a></h2><p>You can buy the <strong>PDF/EPUB</strong> versions of the book using these links:<ul><li><a href=https://learnbyexample.gumroad.com/l/py_projects>https://learnbyexample.gumroad.com/l/py_projects</a><li><a href=https://leanpub.com/py_projects>https://leanpub.com/py_projects</a></ul><p>You can also get the ebooks as part of <strong>Learn by example Python bundle</strong> using these links:<ul><li><a href=https://learnbyexample.gumroad.com/l/python-bundle>https://learnbyexample.gumroad.com/l/python-bundle</a><li><a href=https://leanpub.com/b/python-bundle>https://leanpub.com/b/python-bundle</a></ul><p align=center><img alt="Practice Python Projects cover image" src=/images/books/py_projects.png></p><br><h2 id=web-version>Web version<a aria-label="Anchor link for: web-version" class=zola-anchor href=#web-version>🔗</a></h2><p>You can also read the book online here: <a href=https://learnbyexample.github.io/practice_python_projects/preface.html>https://learnbyexample.github.io/practice_python_projects/preface.html</a>.</p><br><h2 id=github-repo>GitHub repo<a aria-label="Anchor link for: github-repo" class=zola-anchor href=#github-repo>🔗</a></h2><p>The <a href=https://github.com/learnbyexample/practice_python_projects>https://github.com/learnbyexample/practice_python_projects</a> repo has program/example files, markdown source and other details about the book.</p><br><h2 id=feedback>Feedback<a aria-label="Anchor link for: feedback" class=zola-anchor href=#feedback>🔗</a></h2><p>Hope you find it useful and fun to practice these Python projects. I would highly appreciate if you'd <strong>let me know how you felt about this book</strong>. 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.<p>You can reach me via:<ul><li>Issue Manager: <a href=https://github.com/learnbyexample/practice_python_projects/issues>https://github.com/learnbyexample/practice_python_projects/issues</a><li>E-mail: <code>learn by example.net@gmail.com</code> (without the spaces)<li>Twitter: <a href=https://twitter.com/learn_byexample>https://twitter.com/learn_byexample</a></ul><p>Happy learning :)</div><div class=post-footer><div class=post-tags><a href=https://learnbyexample.github.io/tags/python/>#python</a><a href=https://learnbyexample.github.io/tags/projects/>#projects</a><a href=https://learnbyexample.github.io/tags/ebook/>#ebook</a></div><hr color=#e6e6e6><div class=post-nav><p><a class=previous href=https://learnbyexample.github.io/indie-python-extravaganza/>← The Indie Python Extravaganza</a><br><p><a class=next href=https://learnbyexample.github.io/escaping-madness-awk-literal-field-separator/>Escaping madness to get literal field separators in awk →</a><br></div><hr color=#e6e6e6><p>📰 Use <a href=https://learnbyexample.github.io/atom.xml>this link</a> for the Atom feed. <br> ✅ Follow me on <a href=https://twitter.com/learn_byexample>Twitter</a>, <a href=https://github.com/learnbyexample>GitHub</a> and <a href=https://www.youtube.com/c/learnbyexample42>Youtube</a> for interesting tech nuggets. <br> 📧 Subscribe to <a href=https://learnbyexample.gumroad.com/l/learnbyexample-weekly>learnbyexample weekly</a> for programming resources, tips, tools, free ebooks and more (free newsletter, delivered every Friday).<hr color=#e6e6e6></div></article></div></main></div><script src=https://learnbyexample.github.io/even.js></script>