this is a german Web-Mirror of PYTHON.ORG powered by Domainunion AG

Differences between revisions 4 and 5
Revision 4 as of 2013-02-04 20:51:28
Size: 740
Editor: techtonik
Comment:
Revision 5 as of 2013-02-05 01:42:08
Size: 800
Editor: techtonik
Comment: another link for the idea
Deletions are marked like this. Additions are marked like this.
Line 12: Line 12:
 * wikify - micro-framework for text wikification (easy to extend and debug) ([[https://issues.roundup-tracker.org/msg4572|1]])  * wikify - micro-framework for text wikification (easy to extend and debug) ([[https://issues.roundup-tracker.org/msg4572|1]], [[https://psf.upfronthosting.co.za/roundup/meta/msg2666|2]])

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)

Component wishlist

Public domain or MIT preferred.

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

    • 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


CategoryHomepage

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

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