This page coordinates the Google Summer of Code projects involving Python and mentored by the Python Software Foundation (PSF).
The 2008 PSF SoC coordinator is JamesTauber (jtauber at jtauber dot com). Contact him if you have any questions.
Prospective StudentsIf you are a student interested in working on core Python development or on a project that helps the Python community, we'd love to have you apply to the Python Software Foundation for this year's Google Summer of Code.
You should join the soc2008-general mailing list and take a look at the Project Ideas section below. If any interest you, feel free to contact the proposer for details. You can also discuss your own project ideas with the people mentioned or talk about them on the soc2008-general mailing list. Some of us also hang out on #gsoc-python on freenode.
Students should read /Expectations to understand what is expected of them.
Prospective MentorsProspective mentors should join both the soc2008-general and soc2008-mentors lists. Once you've been approved for the soc2008-mentors mailing list, you should introduce yourself and what project areas you can help mentor. Contact JamesTauber if you have any questions.
Project IdeasCodingProjectIdeas/PythonCore (not necessarily all suitable for GSoC)
CodingProjectIdeas/StandardLibrary (not necessarily all suitable for GSoC)
PySoy Ideas (3D Engine)
Have a look at the suggestions for Crunchy http://code.google.com/p/crunchy/wiki/SummerOfCodeIdeas. Email André Roberge (andre.roberge at gmail dot com) for discussions of potential ideas.
A Jabber/XMPP server (not client) in Python 3.0. Work was started at the University of Toronto by Dmitri Vassilenko (under the supervision of David Janes), but much more is needed. Blake Winton is also interested in mentoring this one. Also see Jabber's SOC page (under Servers/PJS)
DrProject 3.0 was released at PyCon in March, and now has users in several countries. Contact GregWilson (gvwilson@cs.toronto.edu) for more information about the following:
Porting some widely-used Trac plugins to DrProject.
Upgrading from Kid to Genshi
A continuous documentation system. (This idea is also up on the SCons page.) It would:
(Many) enhancements to SqlAlchemy, an object/relational mapping tool for Python.
The PyGraphics project is modifying an entry-level multimedia library originally developed by Mark Guzdial for a "CS-1 in Jython" course to work with CPython (and specifically, to run multithreaded with Python 3.0). A robust, full-featured version of this library would make Python much more appealing as a first language for university courses. Contact: Paul Gries (pgries@cs.toronto.edu).
The pygr bioinformatics project could use some software engineering love to bring it up to date in a variety of ways. Chris Lee (pygr author) and Titus Brown are working on a possible task list for some GSoC students; see http://cartwheel.idyll.org/wiki/PygrGsoc2008Projects.
SymPy project ideas (Python library for symbolic mathematics)
MolViz is a project to incorporate head tracking input into an existing Molecular Visualization program, PyMol. This is accomplished through a plugin written in Python to control the molecule's position using the existing PyMol API. Contact: Christian Muise (christian (dot) muise (at) gmail (dot) com) Related projects that would benefit the PSF could include:
Improving the existing PyMol plugin for more precise control of the environment.
Writing other forms of input in Python, such as fisheye head tracking, IR webcam tracking, etc (refer to the end of this video] for a better description).
Python Markdown is a Python implementation of Markdown. It is pretty mature but can benefit from some work. I (Yuri, the main author) can serve as a mentor. The things to be done:
carcode is an educational project for developing a beginner-oriented API for controlling an animated car. The idea is a sort of extension of turtle graphics to a car, and the idea is to use it to help kids (and adults!) learn to program by having the car autonomously perform various tasks like "parallel parking". Contact: Toby Donaldson (tjd@sfu.ca).
parabix (contact: Toby Donaldson tjd@sfu.ca) is high-performance text processing software based on parallel bit streams that is looking to create a Python interface to the parabix XML parser.
The NLTK project has developed a substantial suite of Python modules, data and documentation for natural language processing (NLP), with users ranging from complete novices to experienced researchers and developers. Our NLTK projects page has a long list of suggestions for tasks involving a combination of NLP and programming. Contact: Ewan Klein (ewan.klein at gmail dot com).
The Cython project is a C compiler for Python used for wrapping C libraries and writing (fast) C extension classes. There are many interesting projects ideas for anyone who is interested in the Python language, compilers, and language design.
The tinypy project is a miniature python compiler + virtual machine similar to lua. There are some cool projects available. With your help tinypy could be used as a python sandbox, in embedded systems, or to aid game development.
Python ISAPI extension for IIS. Similar to PyISAPIe (a pity he didn't make it to GSoC). Serving web pages in-process (as opposed to FastCGI/CGI) is definitely a good idea.
Web-CAT (http://web-cat.cs.vt.edu/) is a plug-in-based web application that supports automated testing and grading of programming assignments that is presently used by over 30 universities and colleges in the United States and elsewhere. The Web-CAT Grader supports traditional models of automated program grading, and also supports grading of assignments where students do their own testing.
Web-CAT currently supports programming assignments written in Java and C++. The aim of this project is to provide equivalent support for Python to make life easier for instructors who want to adopt it as an instruction language. The major challenge is security: since student code is executed on the Web-CAT server, steps must be taken to prevent malicious operation, denial of service (accidental or deliberate), and so on. Web-CAT does this for Java and C++ using a custom class loader and linkage against shadow libraries; equivalent techniques will have to be implemented and tested for Python. Contact: Karen Reid (reid@cs.toronto.edu)
Supervisor is a process controller for UNIX-like operating systems (Linux, BSD, Solaris, Mac OSX). A GSoC participant might have fun improving the web interface (adding mechanisms for managing groups, supporting operations against both stderr and stdout logs), and there is also a requirement that we allow processes to be "attached to" from within supervisorctl. Contact: Chris McDonough (chrism@plope.com)
Clone Digger is the tool for finding software clones in Python and Java programs. It works on the abstract syntax tree level and handles variety of clone types. There exist some tasks including automatic refactoring of found clones and integration into Eclipse IDE. GSOC student will gain experience in the static code analysis, development of algorithms and implementing them in Python. See project ideas.
Canorus is a music score editor application offering a python scripting interface via swig. We are researching several interface related problems and want to solve them via the python swig interface. The main idea is to improve the existing Python CLI (Command Line interface). Details about our project ideas and contact can be found on the Canorus GSoC PSF 2008 page.
PyPy, the Python-in-Python interpreter and virtual machine, has a list of project ideas too.
The following other organizations in GSoC 2008 are known to offer Python-related projects:
BBC Research is accepting highly general Kamaelia based project proposals. Kamaelia is a python based component framework making concurrency fun, easy & useful to work with (yes, including multicore). The nature of Kamaelia being a component system means that almost any project which is ambitious, interesting and fun would grow the component set in interesting and useful (to all) directions, so we have a fairly wide ranging set of ideas this summer. We've got ideas up from building video conferencing tools, through video editting/annotation, through XMPP developments, through to visualising social networks in 3D derived from SQL databases, through P2P 3D MUDs and all the way back to tools for helping children to learn to read and write using gesture recognition and speech synthesis. Then at the other end of the spectrum, we have some very specific targetted pieces of projects instead which will directly support the project in interesting ways. Kamaelia is designed to be new developer friendly . If you have a general project idea that doesn't fit with the PSF it may well fit with us (as long as it will be developed as kamaelia components).
SCons (ideas) is an improved, cross-platform, extensible replacement for the classic make utility, emphasizing reliable builds (MD5 checksums, automatic dependency analysis, global view of dependencies). It is implemented in Python and uses Python as its "description language," providing greater flexibility for solving build problems. As a small project, we tend to have fewer proposals, so your chances of being accepted are better than with larger projects which often have multiple proposals for an idea.
If you are an organization with projects involving Python, please contact JamesTauber so we can work more closely together.
Previous yearsRetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4