[IronPython] Documentation/Example for Python expressions

Bruce Bromberek bruce.bromberek at gmail.com
Wed Aug 26 20:45:58 CEST 2009


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 <
christian2.schmidt at gmx.de> 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
> Users at lists.ironpython.com
> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20090826/fab5a4a6/attachment.html>


More information about the Ironpython-users mailing list