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.

  • Establish “use this” vs “alternatives are....” recommendations

待处理

Write about Chef

Chef Documentation

(原始记录 见 /home/docs/checkouts/readthedocs.org/user_builds/python-guide-zh-cn/checkouts/latest/docs/scenarios/admin.rst,第 235 行)

待处理

Write about Blueprint

(原始记录 见 /home/docs/checkouts/readthedocs.org/user_builds/python-guide-zh-cn/checkouts/latest/docs/scenarios/admin.rst,第 336 行)

待处理

Write about Buildout

Buildout Website

(原始记录 见 /home/docs/checkouts/readthedocs.org/user_builds/python-guide-zh-cn/checkouts/latest/docs/scenarios/admin.rst,第 341 行)

待处理

Add introduction about image manipulation and its Python libraries.

(原始记录 见 /home/docs/checkouts/readthedocs.org/user_builds/python-guide-zh-cn/checkouts/latest/docs/scenarios/imaging.rst,第 5 行)

待处理

Write about Numba and the autojit compiler for NumPy

(原始记录 见 /home/docs/checkouts/readthedocs.org/user_builds/python-guide-zh-cn/checkouts/latest/docs/scenarios/speed.rst,第 227 行)

待处理

Fill in “Freezing Your Code” stub

(原始记录 见 /home/docs/checkouts/readthedocs.org/user_builds/python-guide-zh-cn/checkouts/latest/docs/shipping/freezing.rst,第 13 行)

待处理

Write steps for most basic .exe

(原始记录 见 /home/docs/checkouts/readthedocs.org/user_builds/python-guide-zh-cn/checkouts/latest/docs/shipping/freezing.rst,第 50 行)

待处理

Embed and explain YouTube video showing python code reading: http://www.youtube.com/watch?v=Jc8M9-LoEuo This may require installing a Sphinx plugin. https://bitbucket.org/birkenfeld/sphinx-contrib/src/a09f29fc16970f34350ca36ac7f229e00b1b1674/youtube?at=default

(原始记录 见 /home/docs/checkouts/readthedocs.org/user_builds/python-guide-zh-cn/checkouts/latest/docs/writing/reading.rst,第 41 行)

待处理

Include code examples of exemplary code from each of the projects listed. Explain why it is excellent code. Use complex examples.

(原始记录 见 /home/docs/checkouts/readthedocs.org/user_builds/python-guide-zh-cn/checkouts/latest/docs/writing/reading.rst,第 43 行)

待处理

Explain techniques to rapidly identify data structures, algorithms and determine what the code is doing.

(原始记录 见 /home/docs/checkouts/readthedocs.org/user_builds/python-guide-zh-cn/checkouts/latest/docs/writing/reading.rst,第 45 行)