ProjectNameFilter: Help me find a better name for my open source project
July 25, 2006 12:03 PM
Subscribe
I need to come up with a more descriptive name for an open source project.
I have written a program to help create interactive tutorials to teach programming with Python. As far as I know, it's a first of its kind: it takes a normal-looking W3C compliant html page from anywhere and displays it inside a browser (firefox) window with "interactive Python objects", so that you can try out the examples right inside your browser (provided you have Python installed on your computer).
Following a common practice in many Python-related projects, I have given it a name (
Crunchy Frog) related to the works of the British comedy troup, Monty Python.
However, I have found out that another project already exists with an almost identical name (
CrunchyFrog ), with no space in between "Crunchy" and "Frog". Furthermore, it has been suggested to me that the name should be more descriptive. Perhaps something along the line of:
"Crunchy Frog: the Interactive Tutorial 'Creator' or 'Maker' "
"Crunchy the Interactive Tutorial Creator" (which could be shortened to "Crunchy Creator".)
Note that both the sourceforge site where it is created and an svn repository that hosts the code start with "crunchy" (crunchy.sourceforge.net and crunchy.python-hosting.com), so I would rather keep that word in its name.
Suggestions would be gladly accepted.
posted by aroberge to computers & internet (19 comments total)
1 user marked this as a favorite
What's Crunchy Python? Why a program to help create interactive tutorials to teach programming with Python. It works by allowing you to take a normal-looking W3C compliant html page from anywhere and displays it inside a browser (firefox) window with "interactive Python objects", so that you can try out the examples right inside your browser (provided you have Python installed on your computer).
Plus, you get to have Python in the name so that your software is more likely to come up when someone searches for "python tutorial," "learning python," etc. .
posted by oddman at 12:11 PM on July 25, 2006