How much python will you let your users execute?
Are they just typing in formulas or are they accessing data structure?

The Python Tutorial http://docs.python.org/tutorial/index.html   or
http://www.diveintopython.org might be a good place to start, but if they
will not be allowed to forms loops, etc both might be too much.  Can you
post an example if what someone would be entering with your program?

On Wed, Aug 26, 2009 at 7:21 AM, Christian Schmidt <
[email protected]> wrote:

> Hi,
>
> we're using IronPython 2.6 within our C#-application to evaluate user
> defined expressions.
>
> Where can I find "end user" examples and documentation I can link to for
> python expressions?
>
> I looked at http://docs.python.org/reference/expressions.html but this is
> too programmer oriented.
> http://www.devshed.com/c/a/Python/Python-Expressions-and-Operators/ looks
> better but is not "official".
>
> Any other links or ideas?
>
> Thanks,
> Christian
> _______________________________________________
> Users mailing list
> [email protected]
> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
>
_______________________________________________
Users mailing list
[email protected]
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to