This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 153656

Summary: Sample Python projects
Product: python Reporter: amitksaha <amitksaha>
Component: ProjectsAssignee: amitksaha <amitksaha>
Status: RESOLVED WONTFIX    
Severity: blocker CC: pjiricka
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://wiki.netbeans.org/Nbpysamples
Issue Type: ENHANCEMENT Exception Reporter:

Description amitksaha 2008-11-21 17:33:42 UTC
This feature on completion will add Python/Jython project samples which will be available for users to get an idea of
how their application would like and can also be used as a base to build upon for larger projects.
Comment 1 amitksaha 2008-11-22 17:22:38 UTC
Tentative sample projects:

1. Python based token recognizer, similar to the sample app bundled with C/C++
2. Multi process app. in Python
3. Jython app showing how to work with Java classes

Feel free to add your comments.
Comment 2 amitksaha 2008-11-22 19:42:33 UTC
Python based token recognizer will be based on PLY: http://www.dabeaz.com/ply/
Comment 3 amitksaha 2008-12-15 04:16:27 UTC
Code pushed to the main repository via http://hg.netbeans.org/main/rev/d1950aeb7ecd.
Comment 4 amitksaha 2008-12-15 19:00:38 UTC
http://wiki.netbeans.org/Nbpysamples describes the samples..
Comment 5 Peter Lam 2008-12-17 20:47:51 UTC
In the latest daily build, I see 3 sample projects now. Any issue will be filed separately.
Comment 6 amitksaha 2008-12-30 03:32:56 UTC
1. Need to fix the problem of the default Python platform. 
2. Write Unit tests for the sample projects
Comment 7 amitksaha 2008-12-30 03:39:45 UTC
Each issue is tracked at: http://www.netbeans.org/issues/show_bug.cgi?id=156144 and 
http://www.netbeans.org/issues/show_bug.cgi?id=156146 respectively