Differences between revisions 1 and 12 (spanning 11 versions)
Revision 1 as of 2013-02-03 13:48:12
Size: 300
Editor: techtonik
Comment: previous roadmap become dead with the wiki, starting a new one
Revision 12 as of 2013-02-28 21:53:53
Size: 1957
Editor: techtonik
Comment: Subversion crediting practices is a must have for highscores to work
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
==== Python wishlist ==== === Python wishlist ===
Line 5: Line 5:
 - locals() returns a variable that can be updated at any moment (and changes behavior under trace function)
 - internal representation of .py file paths is not normalized (comparisons and identity checks are impossible)
 * locals() returns a variable that can be updated at any moment (and changes behavior under trace function)
 * internal representation of .py file paths is not normalized (comparisons and identity checks are impossible)

Missing features of community development process.

 * +1 on mailing list posts, on tracker comments and bugs
 * personal roadmaps listing features people find important and work on
 * de-facto roadmap for the next Python version - Trac milestones
 * real-time activity feed for http://bugs.python.org/
   * activity by module, by version

=== Component wishlist ===

Public domain or MIT preferred.

 * [[https://bitbucket.org/techtonik/wikify|wikify]] - micro-framework for text wikification (easy to extend and debug) ([[http://issues.roundup-tracker.org/msg4572|1]], [[http://psf.upfronthosting.co.za/roundup/meta/msg2666|2]])
   * [ ] describe the "conflicting replacements" (idempotency) problem what the wikify solves
   * split text by regexp, process matched, exclude processed
   * run the next regexp on the list of text that is left
   * reassemble
 * treeworks - tools to work with 2D data structures (trees), including common visualization and debugging

=== Skill credits for readers of this page ===

Welcomed open source art:

 * 3D robot nut in Blender for rirror on Bitbucket
 * 128x128 wikify logo on Bitbucket
 * Logo for [[http://webpy.org/|web.py]]

GSoC/Help needed for tools that support Python development:

 * complete module-2-source tree map at https://bitbucket.org/techtonik/python-stdlib
   * this will allow to track changes in repository on a module level
   * this will allow to find out where a file belongs to
 * steal twisted highscores - http://twistedmatrix.com/highscores/
   * and Subversion crediting - http://subversion.apache.org/docs/community-guide/conventions.html#crediting

Python wishlist

Core Python flaws.

  • locals() returns a variable that can be updated at any moment (and changes behavior under trace function)
  • internal representation of .py file paths is not normalized (comparisons and identity checks are impossible)

Missing features of community development process.

  • +1 on mailing list posts, on tracker comments and bugs
  • personal roadmaps listing features people find important and work on
  • de-facto roadmap for the next Python version - Trac milestones
  • real-time activity feed for http://bugs.python.org/

    • activity by module, by version

Component wishlist

Public domain or MIT preferred.

  • wikify - micro-framework for text wikification (easy to extend and debug) (1, 2)

    • [ ] describe the "conflicting replacements" (idempotency) problem what the wikify solves
    • split text by regexp, process matched, exclude processed
    • run the next regexp on the list of text that is left
    • reassemble
  • treeworks - tools to work with 2D data structures (trees), including common visualization and debugging

Skill credits for readers of this page

Welcomed open source art:

  • 3D robot nut in Blender for rirror on Bitbucket
  • 128x128 wikify logo on Bitbucket
  • Logo for web.py

GSoC/Help needed for tools that support Python development:


CategoryHomepage

techtonik (last edited 2015-02-08 22:44:43 by techtonik)

Unable to edit the page? See the FrontPage for instructions.