Contribute

Python-guide is under active development, and contributors are welcome.

If you have a feature request, suggestion, or bug report, please open a new issue on GitHub. To submit patches, please send a pull request on GitHub. Once your changes get merged back in, you’ll automatically be added to the Contributors List.

Style Guide

For all contributions, please follow the The Guide Style Guide.

Todo List

If you’d like to contribute, there’s plenty to do. Here’s a short todo list.

  • 创建 “使用这个” vs “可选的是...” 的推荐介绍

Todo

Write about Blueprint

(The original entry is located in /home/docs/checkouts/readthedocs.org/user_builds/jetz-python-guide/checkouts/latest/docs/scenarios/admin.rst, line 369.)

Todo

Fill in “Freezing Your Code” stub

(The original entry is located in /home/docs/checkouts/readthedocs.org/user_builds/jetz-python-guide/checkouts/latest/docs/shipping/freezing.rst, line 37.)

Todo

Write steps for most basic .exe

(The original entry is located in /home/docs/checkouts/readthedocs.org/user_builds/jetz-python-guide/checkouts/latest/docs/shipping/freezing.rst, line 73.)

Todo

增加上述每个项目里代码的典型示例。解释为什么这是优秀的代码。可以使用一些较为复杂的示例。

(The original entry is located in /home/docs/checkouts/readthedocs.org/user_builds/jetz-python-guide/checkouts/latest/docs/writing/reading.rst, line 35.)

Todo

讲述一些可以快速确定数据结构、算法并确定代码实现什么功能的技术。

(The original entry is located in /home/docs/checkouts/readthedocs.org/user_builds/jetz-python-guide/checkouts/latest/docs/writing/reading.rst, line 37.)