On Sep 16, 2008, at 10:42 AM, Jose wrote: > > All: > > I'm thinking about putting together another screencast in the same > vein as > > http://showmedo.com/videos/video?name=2450010&fromSeriesID=245 > > on the special idioms in sage (i.e. the 0..10 = range(10)) and on the > new functions to put GUI components on variables in the notebook > interface.
I think this is a great idea. Note, however, that range(10) is 1..9 as in Python the upper endpoint is not included. - Robert --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sage-edu" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sage-edu?hl=en -~----------~----~----~----~------~----~------~--~---
