[Numpy-discussion] Guidance to start contribution to Numpy

Charles R Harris charlesr.harris at gmail.com
Mon Nov 3 11:37:50 EST 2014


Hi Maniteja,



On Sun, Nov 2, 2014 at 11:21 AM, Maniteja Nandana <
maniteja.modesty067 at gmail.com> wrote:

> Hi everyone, I'm a third year undergraduate student in Computer Science. I
> have worked in Python libraries for past two years and am interested in
> getting some open source experience in Numpy and it would be great if
> anyone could suggest some bugs or issues that are suitable for a beginner
> to try working on ?
>

The best way to get started is to read the hacking document
<http://docs.scipy.org/doc/scipy-0.14.0/reference/hacking.html>, set up a
github account, and then look through the issues and pull requests for the
numpy repository <https://github.com/numpy/numpy> on github. Documentation
fixes, code review, and bug fixes are all good ways to get involved in
Numpy. If you are unfamiliar with git it will be helpful to read up on it
and if you write code you should also read the howtos and style guides
<https://github.com/numpy/numpy/tree/master/doc>.

Also note the bottom posting convention on the list ;)

Chuck
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20141103/7936a115/attachment.html>


More information about the NumPy-Discussion mailing list