{"id":17614937,"url":"https://github.com/learnbyexample/practice_python_projects","last_synced_at":"2025-04-07T13:06:29.823Z","repository":{"id":41062486,"uuid":"318696069","full_name":"learnbyexample/practice_python_projects","owner":"learnbyexample","description":"Book on basic to intermediate level Python projects","archived":false,"fork":false,"pushed_at":"2023-04-07T16:56:34.000Z","size":2547,"stargazers_count":324,"open_issues_count":0,"forks_count":47,"subscribers_count":9,"default_branch":"main","last_synced_at":"2025-03-31T11:04:55.077Z","etag":null,"topics":["api","cli","data-analysis","exercises","game-ai","gui","learning-by-doing","markdown","mcq","praw","projects","python","square-tictactoe","tic-tac-toe","typo","wordcloud"],"latest_commit_sha":null,"homepage":"https://learnbyexample.github.io/practice_python_projects/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/learnbyexample.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-12-05T03:51:48.000Z","updated_at":"2025-03-27T20:01:04.000Z","dependencies_parsed_at":"2024-10-23T01:50:42.334Z","dependency_job_id":null,"html_url":"https://github.com/learnbyexample/practice_python_projects","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/learnbyexample%2Fpractice_python_projects","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/learnbyexample%2Fpractice_python_projects/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/learnbyexample%2Fpractice_python_projects/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/learnbyexample%2Fpractice_python_projects/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/learnbyexample","download_url":"https://codeload.github.com/learnbyexample/practice_python_projects/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247657277,"owners_count":20974344,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","cli","data-analysis","exercises","game-ai","gui","learning-by-doing","markdown","mcq","praw","projects","python","square-tictactoe","tic-tac-toe","typo","wordcloud"],"created_at":"2024-10-22T18:57:33.260Z","updated_at":"2025-04-07T13:06:29.798Z","avatar_url":"https://github.com/learnbyexample.png","language":"Python","readme":"# Practice Python Projects\n\nThis book presents five beginner to intermediate level projects inspired by real world use cases:\n\n* [Enhance your CLI experience with a custom Python calculator](https://learnbyexample.github.io/practice_python_projects/calculator/calculator.html)\n* [Analyzing poll data from a Reddit comment thread](https://learnbyexample.github.io/practice_python_projects/poll_data_analysis/poll_data_analysis.html)\n* [Finding typos in plain text and Markdown files](https://learnbyexample.github.io/practice_python_projects/find_typos/find_typos.html)\n* [Creating a GUI for evaluating multiple choice questions](https://learnbyexample.github.io/practice_python_projects/mcq/multiple_choice_questions.html)\n* [Square Tic Tac Toe — creating a GUI game with AI](https://learnbyexample.github.io/practice_python_projects/square_tic_tac_toe/square_tic_tac_toe.html)\n\nTo 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. Visit https://youtu.be/5whwiiURWS8 for a short video about the book.\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"./images/py_projects.png\" width=\"320px\" height=\"400px\" /\u003e\n\u003c/p\u003e\n\nSee [Version_changes.md](./Version_changes.md) to keep track of changes made to the book.\n\n\u003cbr\u003e\n\n# E-book\n\nYou can purchase the pdf/epub versions of the book using these links:\n\n* https://leanpub.com/py_projects\n* https://learnbyexample.gumroad.com/l/py_projects\n\nYou can also get the book as part of these bundles:\n\n* **The Indie Python Extravaganza** bundle from https://leanpub.com/b/theindiepythonextravaganza\n    * Includes *Python 101*, *Pydon'ts*, *Python re(gex)?*, *Practice Python Projects* and *Clean Architectures in Python*\n* **Learn by example Python bundle** from https://leanpub.com/b/python-bundle or https://learnbyexample.gumroad.com/l/python-bundle\n* **All books bundle** bundle from https://learnbyexample.gumroad.com/l/all-books\n    * Includes all my programming books\n\nSee https://learnbyexample.github.io/books/ for list of other books\n\nFor a preview of the book, see [sample chapters](https://github.com/learnbyexample/practice_python_projects/blob/main/sample_chapters/practice_python_projects_sample.pdf)\n\nThe book can also be [viewed as a single markdown file in this repo](./practice_python_projects.md). See my blogpost on [generating pdf/epub from markdown using pandoc](https://learnbyexample.github.io/customizing-pandoc/) if you are interested in the ebook creation process.\n\nFor web version of the book, visit https://learnbyexample.github.io/practice_python_projects/\n\n\u003cbr\u003e\n\n# Testimonials\n\n\u003eYour Practice Python Projects book is really helping me to reinforce my knowledge and mastery of Python as I'm learning.\n\u003e\n\u003e — [feedback on twitter](https://twitter.com/tayporware/status/1446499855988400129)\n\n\u003cbr\u003e\n\n# Feedback and Contributing\n\nPlease open an [issue](https://github.com/learnbyexample/practice_python_projects/issues) if you spot any typo/errors.\n\n:warning: :warning: Please DO NOT submit pull requests. Main reason being any modification requires changes in multiple places.\n\nI'd also highly appreciate your feedback about the book.\n\nTwitter: https://twitter.com/learn_byexample\n\n\u003cbr\u003e\n\n# Acknowledgements\n\n* [Python documentation](https://docs.python.org/3/) — manuals and tutorials\n* [/r/learnpython/](https://www.reddit.com/r/learnpython/) and [/r/Python/](https://www.reddit.com/r/Python/) — helpful forums for Python programmers\n* [stackoverflow](https://stackoverflow.com/) and [unix.stackexchange](https://unix.stackexchange.com/) — for getting answers on Python, Bash and other pertinent questions \n* [tex.stackexchange](https://tex.stackexchange.com/) — for help on [pandoc](https://github.com/jgm/pandoc/) and `tex` related questions\n* Cover image:\n    * [Programming](https://illlustrations.co/static/69eb724751d1cc0977d48fcc5f0d8326/day93-programing.svg) illustration by [Vijay Verma](https://illlustrations.co/license/)\n    * [command-window](https://www.svgrepo.com/svg/82541/command-window), [chart](https://www.svgrepo.com/svg/143589/chart), [game](https://www.svgrepo.com/svg/119527/game), [network](https://www.svgrepo.com/svg/130261/network), [question](https://www.svgrepo.com/svg/245858/question) and [snake](https://www.svgrepo.com/svg/70937/snake) icons from [svgrepo.com](https://www.svgrepo.com/page/licensing/)\n    * [LibreOffice Draw](https://www.libreoffice.org/discover/draw/) — background and title/author text\n* [Warning](https://commons.wikimedia.org/wiki/File:Warning_icon.svg) and [Info](https://commons.wikimedia.org/wiki/File:Info_icon_002.svg) icons by [Amada44](https://commons.wikimedia.org/wiki/User:Amada44)\n* [pngquant](https://pngquant.org/) and [svgcleaner](https://github.com/RazrFalcon/svgcleaner) for optimizing images\n* [Inkscape](https://inkscape.org/) for favicon\n* [mdBook](https://github.com/rust-lang/mdBook) — for web version of the book\n    * [mdBook-pagetoc](https://github.com/JorelAli/mdBook-pagetoc) — for adding table of contents for each page\n    * [minify-html](https://github.com/wilsonzlin/minify-html) — for minifying html files\n\n\u003cbr\u003e\n\n# License\n\nThe book is licensed under a [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-nc-sa/4.0/)\n\nThe code snippets are licensed under MIT, see [LICENSE](./LICENSE) file\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flearnbyexample%2Fpractice_python_projects","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flearnbyexample%2Fpractice_python_projects","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flearnbyexample%2Fpractice_python_projects/lists"}