{"id":13441016,"url":"https://github.com/laixintao/python-parallel-programming-cookbook-cn","last_synced_at":"2025-05-15T18:05:12.226Z","repository":{"id":38420081,"uuid":"103828157","full_name":"laixintao/python-parallel-programming-cookbook-cn","owner":"laixintao","description":"📖《Python Parallel Programming Cookbook》中文版","archived":false,"fork":false,"pushed_at":"2024-03-13T01:53:14.000Z","size":14147,"stargazers_count":1510,"open_issues_count":15,"forks_count":94,"subscribers_count":49,"default_branch":"master","last_synced_at":"2025-05-12T01:55:23.036Z","etag":null,"topics":["asyncio","book","chinese","multicore","parallel","progress","python","thread","translation"],"latest_commit_sha":null,"homepage":"http://python-parallel-programmning-cookbook.readthedocs.io/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/laixintao.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2017-09-17T12:47:15.000Z","updated_at":"2025-05-09T09:21:03.000Z","dependencies_parsed_at":"2024-10-28T00:52:47.027Z","dependency_job_id":null,"html_url":"https://github.com/laixintao/python-parallel-programming-cookbook-cn","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/laixintao%2Fpython-parallel-programming-cookbook-cn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laixintao%2Fpython-parallel-programming-cookbook-cn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laixintao%2Fpython-parallel-programming-cookbook-cn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laixintao%2Fpython-parallel-programming-cookbook-cn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/laixintao","download_url":"https://codeload.github.com/laixintao/python-parallel-programming-cookbook-cn/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254394720,"owners_count":22063984,"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":["asyncio","book","chinese","multicore","parallel","progress","python","thread","translation"],"created_at":"2024-07-31T03:01:28.923Z","updated_at":"2025-05-15T18:05:12.204Z","avatar_url":"https://github.com/laixintao.png","language":"Python","readme":"# 《Python Parallel Programming Cookbook》翻译计划\n\n在线阅读：http://python-parallel-programmning-cookbook.readthedocs.io/\n\nRead the doc编译状态: [![Documentation Status](https://readthedocs.org/projects/python-parallel-programmning-cookbook/badge/?version=latest)](http://python-parallel-programmning-cookbook.readthedocs.io/zh_CN/latest/?badge=latest) CircleCI状态: [![CircleCI](https://circleci.com/gh/laixintao/python-parallel-programming-cookbook-cn.svg?style=svg)](https://circleci.com/gh/laixintao/python-parallel-programming-cookbook-cn)\n\n本书结合Python讨论了线程、进程和异步编程三种模型，是Python并行编程不错的参考书籍。\n\n译者平时主要写 Python，职业是 SRE(Devops)。大学期间给 CSDN 兼职翻译了很多文章（有稿费），给 Importnew 和 伯乐在线也翻译了很多文章（没有稿费）。这本书是业余时间翻译的，所以没办法保证完成时间，但是感觉圣诞节之前差不多能完成。\n\n由于时间仓促、经常加班、心情不好、个人专业深度有限，所以文中出现错误在所难免。鼓励读者自己尝试运行书中的代码，如果发现错误、错别字等欢迎提交 PR，Issue 也行。\n\n本书绝大部分尊重原著，译者忍不住会在书中卖弄自己的小聪明宣扬自己的人生观，这些一般都会加特殊的标注。\n\n\n## 如何参与翻译？\n\nFork本仓库，翻译一小部分内容即可（例如标题），然后向本仓库提交一个PR保持打开状态，之后的翻译工作就可以直接push到这个PR。PR的名字最好是章节号码和标题。\n\n*翻译资源* ：原书是仓库中的 ./book.pdf 。原书图片抽取到了 ./images。但是原书的图表没办法抽取，请自己截图。\n\n注意：\n\n- 翻译之前请先看一下打开的PR，避免多个人翻译了同一部分内容\n- 建议一次PR即为一个小节的内容，方便Review\n- 内容使用rst和sphinx组织，如果你不会rst，可以使用Markdown格式或者纯文本，我合并的时候会处理格式\n\n**你可以不必关心本书的目录以及内容格式问题，将精力放在翻译内容上，其他的部分我会处理**\n\n\n## 如何编译本书\n\n1. 安装requirements.txt\n2. `make html`\n\n如果内容有误，编译过程中将会以红色提示。\n\n## 需要注意的问题(!)\n\n1. 如果使用了特殊字符可能编译 pdf 或者 epub 的过程中会出错（LaTex比较难搞），比如[这个commit](https://github.com/laixintao/python-parallel-programming-cookbook-cn/commit/6ea2c41ded6020c37756022cec2dc8159bc8666b) 的[这个编译](http://readthedocs.org/projects/python-parallel-programmning-cookbook/builds/7524187/)就有问题。\n","funding_links":[],"categories":["HarmonyOS","Python"],"sub_categories":["Windows Manager"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaixintao%2Fpython-parallel-programming-cookbook-cn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flaixintao%2Fpython-parallel-programming-cookbook-cn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaixintao%2Fpython-parallel-programming-cookbook-cn/lists"}