{"id":13569135,"url":"https://github.com/Prodesire/Python-Guide-CN","last_synced_at":"2025-04-04T05:31:30.318Z","repository":{"id":41272691,"uuid":"45597171","full_name":"Prodesire/Python-Guide-CN","owner":"Prodesire","description":"Python最佳实践指南。 The chinese translation of \"Hitchhiker's Guide to Python\".","archived":false,"fork":false,"pushed_at":"2024-08-05T06:02:46.000Z","size":5450,"stargazers_count":4274,"open_issues_count":1,"forks_count":761,"subscribers_count":171,"default_branch":"master","last_synced_at":"2025-04-03T08:22:12.798Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Batchfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Prodesire.png","metadata":{"files":{"readme":"Readme.rst","changelog":null,"contributing":"Contributing.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2015-11-05T08:14:42.000Z","updated_at":"2025-04-03T06:39:05.000Z","dependencies_parsed_at":"2024-11-10T22:29:36.771Z","dependency_job_id":"e69fa175-233d-4d23-9e85-05fbdfed51c8","html_url":"https://github.com/Prodesire/Python-Guide-CN","commit_stats":{"total_commits":248,"total_committers":33,"mean_commits":7.515151515151516,"dds":0.3790322580645161,"last_synced_commit":"d52eb2ac5ca23ffbe9e3b010aaf777293d966bc3"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Prodesire%2FPython-Guide-CN","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Prodesire%2FPython-Guide-CN/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Prodesire%2FPython-Guide-CN/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Prodesire%2FPython-Guide-CN/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Prodesire","download_url":"https://codeload.github.com/Prodesire/Python-Guide-CN/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247128702,"owners_count":20888232,"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":[],"created_at":"2024-08-01T14:00:36.313Z","updated_at":"2025-04-04T05:31:30.295Z","avatar_url":"https://github.com/Prodesire.png","language":"Batchfile","readme":"Python最佳实践指南中文版\n============================\n.. image:: https://opencollective.com/python-guide-cn/backers/badge.svg\n    :alt: Backers on Open Collective\n    :target: #backers\n\n.. image:: https://opencollective.com/python-guide-cn/sponsors/badge.svg\n    :alt: Sponsors on Open Collective\n    :target: #sponsors\n\n\n\n.. image:: https://farm1.staticflickr.com/628/33173824932_58add34581_k_d.jpg\n\n项目翻译来自 `Hitchhiker's Guide to Python \u003chttps://github.com/kennethreitz/python-guide\u003e`_。\n\nReadthedocs文档地址 `Python最佳实践指南中文版 \u003chttp://pythonguidecn.readthedocs.org/\u003e`_。\n\n-----------\n\n本指南目前持续不断地更新与完善。这份主要是自我见解的指南旨在为Python初学者和\n专家提供一个关于Python安装、配置和日常使用的最佳实践手册。\n\n\n主题包括:\n\n- 不同平台和系统上的安装\n- Py2app, Py2exe, bbfreeze, pyInstaller\n- Pip\n- Numpy, scipy, statpy, pyplot, matplotlib\n- Virtualenv\n- Fabric\n- 优秀的模块推荐，按主题/目的分类\n- 在哪些场景下使用哪些模块\n- 服务器配置 \u0026 不同的web框架和工具\n- 文档: 写文档\n- 测试: Jenkins \u0026 tox 指南\n- 如何更方便地通过 ``git`` 连接 ``hg``\n\n如果您不习惯阅读reStructuredText形式的文档, 这里有一份同步更新的 `HTML版文档，请戳它 \u003chttp://pythonguidecn.readthedocs.org/\u003e`_。\n\n\n使用指南\n============================\n1. 下载zip文件或clone到本地，并进入到项目根目录\n2. 打开命令行，运行 ``pip install -r requirements.txt`` 安装依赖\n3. 打开命令行，运行 ``make html`` ; 或者（针对Windows）运行 ``makehtml.bat``\n4. 上述步骤自动在根目录下生成build文件夹，打开 ``./build/html/index.html`` 即可浏览文档\n\n或者\n---------------------------\n- 直接访问 `Python最佳实践指南中文版 \u003chttp://pythonguidecn.readthedocs.org/\u003e`_。\n\n\n翻译指南\n============================\n1. 将 `python-guide \u003chttps://github.com/kennethreitz/python-guide\u003e`_ 项目和本项目的master分支更新\n2. 查看本项目 ``diff.txt`` 中的当前翻译版本对应的原版提交号，在 ``python-guide`` 中比对master分支上最新提交和该提交号的差异，并据此翻译进本项目\n3. 翻译完毕后将 ``python-guide`` 中master分支上的最新提交号更新入 ``diff.txt`` 的当前翻译版本对应的原版提交号\n4. 在本项目中提交修改、推送，并发起合并请求\n\nCredits\n============================\n\nContributors\n------------\n\nThis project exists thanks to all the people who contribute! \n\n.. image:: https://opencollective.com/python-guide-cn/contributors.svg?width=890\u0026button=false\n\nBackers\n-------\n\nThank you to all our backers! `Become a backer`__.\n\n.. image:: https://opencollective.com/python-guide-cn/backers.svg?width=890\n    :target: https://opencollective.com/python-guide-cn#backers\n\n__ Backer_\n\n.. _Backer: https://opencollective.com/python-guide-cn#backer\n\nSponsors\n--------\n\nSupport us by becoming a sponsor. Your logo will show up here with a link to your website. `Become a sponsor`__.\n\n.. image:: https://opencollective.com/python-guide-cn/sponsor/0/avatar.svg\n    :target: https://opencollective.com/python-guide-cn/sponsor/0/website\n\n__ Sponsor_\n\n.. _Sponsor: https://opencollective.com/python-guide-cn#sponsor\n\n\n","funding_links":["https://opencollective.com/python-guide-cn"],"categories":["Batchfile","书籍","编程语言"],"sub_categories":["Python"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FProdesire%2FPython-Guide-CN","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FProdesire%2FPython-Guide-CN","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FProdesire%2FPython-Guide-CN/lists"}