|
Tasks by category. See ProjectSuggestionNotes for specific ideas, modules, etc. Code- PythonInterfacesToSN: Write python interfaces to popular social networking sites -- done
- PortPackagesToPy3K: Try out and/or port small/useful 3rd party packages to Py3K.
- BenchmarkTCMalloc: Try out Google's TCMalloc with Python -- done
- RealTimeLogFileVisualization: Several tasks for visualizing system log files in real time
- RosettaCodeTasks: write up Python solutions to Rosetta Code problems. -- done
Testing- BuildOnWindows
- WideFinderPerformanceTesting: Performance testing for WideFinder implementations -- done
- IncreaseTestCoverage: Increase code coverage of unit tests for Python modules -- in progress
DocumentationPy3k tasks- DocumentPy2And3Syntax: Write a basic "differences between Python 2 and 3" document -- done
- UpdateCodeExamples: update code snippets in Python 3 docs -- needs more info
- UpdateStrUnicodeDocs: update library documentation w.r.t. str/unicode change -- done
- RemoveLongIntegers: remove all mentions of long integers from the docs -- done
General tasks- UsingOnWindows: add a document on using Python on Windows -- done
- UsingOnUnix: add a document on using Python on UNIX -- done
- AddCodeExamples: add examples to library docs -- done
- SyncDocStrings: sync docstrings with docs -- needs more info
- DocumentCApiFunctions: document undocumented C API functions -- done
- DocumentPEPs: document PEPs implemented but not documented yet -- done
- FillGlossary: add useful terms to the glossary and cross-link them -- done
- UpdateReferenceCountData: update the refcount file -- withdrawn
Training- TutorialScreencasts: have students prepare short screencasts like those at ShowMeDo. -- done
- GivingPythonCourse: Giving a course on Python -- done
- CrunchyTutorials: Write new tutorial for Crunchy -- in progress
Deprecated- TryPython: Setup Try Python
- UnitTestsForPyMOTW: Write unit tests for 3 pyMOTW modules
|