| Version 1 (modified by jarrod.millman, 6 years ago) |
|---|
Scipy Summer of Code 2007
We have two Google's Summer of Code 2007 projects through the Python Software Foundation.
First Steps
- Get a subversion account for Scipy and Scikits.
- Join both the Scipy user and developer mailing lists. You should view these lists as a resource and a place to float ideas coming out of your project work. Please make active use of these lists: we will be reading them too, and it gives you access to the resources of a larger community.
- Refine scope, milestones, and deliverables.
- Create a blog for your project. You should post daily notes about progress, problems, discoveries, etc. (in lieu of status reports).
- Install the development version of Scipy from subversion. Make sure to run all the tests.
Guidelines
- Style:
- Testing: Please note that good documentation strings and unit tests are a crucial part of Scipy code base. These are absolutely necessary for your code to be usable by others.
- Documentation:
- License: All Scipy code should be made available under a revised BSD-style license.
