This page is aimed to be the starting point of collection for ideas for projects which could benefit the Python community, either projects that help the Python core, develop the standard library, third party packages, or more.
Ideally, each project should be expanded into a more full-featured description, so that people can judge the value, the effort involved, the size of the project (takes a week, takes a month, etc.), who knows enough about the project to help out, etc.
(Formatting:
Topics with a paragraph or so of thought, start new a page with a . in front of the wiki word, i.e. ./CleanupUrlLibProject to scope the new pages a bit
)
SimpleTodo: finite projects that improve (maybe just clean up) part of Python's implementation.
This is basically what the PyPy project is doing. See their site for more details on what parts of the Python standard library have not yet been translated.
A better way to create (singlefile) executables by bringing the advantages of py2exe and McMillans compiler together.
Don't forget cx_Freeze which has a lot of nice properties too. For Windows, Linux and Irix also look at PyInstaller.
http://www.python.org/pypi -- contact Catalog-SIG for more.
Auto-generate portions of a C extension module based off of a Python definition (e.g., create the function definitions, parsing of arguments, PyTypeObject fields, init function for module, etc.). Would use AST off of existing Python code. Would need some way to update a generating C extension module when Python file changes without destroying extension module (as presumably body of functions have been filled in).
RetroSearch 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