[sage-edu] material for sage screencast

2008-09-16 Thread Jose
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. Any s

[sage-edu] Re: material for sage screencast

2008-09-16 Thread William Stein
On Tue, Sep 16, 2008 at 10:42 AM, Jose <[EMAIL PROTECTED]> 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 >

[sage-edu] Re: material for sage screencast

2008-09-16 Thread Robert Bradshaw
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 G

[sage-edu] Re: material for sage screencast

2008-09-16 Thread William Stein
On Tue, Sep 16, 2008 at 11:24 AM, Robert Bradshaw <[EMAIL PROTECTED]> wrote: > > 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

[sage-edu] Fwd: [sage-devel] Sage as a language option on Project Euler

2008-09-16 Thread William Stein
-- Forwarded message -- From: Peter <[EMAIL PROTECTED]> Date: Tue, Sep 16, 2008 at 11:39 AM Subject: [sage-devel] Sage as a language option on Project Euler To: sage-devel <[EMAIL PROTECTED]> Hi all, projecteuler.net is a fun site that lists over 200 interesting computational m

[sage-edu] Re: material for sage screencast

2008-09-16 Thread Jose
Sorry for the confusion regarding range(). Are there other idioms not in standard python that should be highlighted? Thanks! --Jose On Sep 16, 11:31 am, "William Stein" <[EMAIL PROTECTED]> wrote: > On Tue, Sep 16, 2008 at 11:24 AM, Robert Bradshaw > > > > <[EMAIL PROTECTED]> wrote: > > > On S

[sage-edu] Re: Fwd: [sage-devel] Sage as a language option on Project Euler

2008-09-16 Thread Georg Muntingh
Great, thanks! Now I can finally change my settings from Python to Sage. :) On Sep 16, 8:43 pm, "William Stein" <[EMAIL PROTECTED]> wrote: > -- Forwarded message -- > From: Peter <[EMAIL PROTECTED]> > Date: Tue, Sep 16, 2008 at 11:39 AM > Subject: [sage-devel] Sage as a language o

[sage-edu] Re: material for sage screencast

2008-09-16 Thread William Stein
On Tue, Sep 16, 2008 at 1:10 PM, Jose <[EMAIL PROTECTED]> wrote: > > Sorry for the confusion regarding range(). > > Are there other idioms not in standard python that should be > highlighted? > > Thanks! sage: 1/3 1/3# instead of 0 sage: 1/3.0 0.333 but in Python: >>> 1/3.0 0.3

[sage-edu] Re: material for sage screencast

2008-09-16 Thread jason-sage
William Stein wrote: > On Tue, Sep 16, 2008 at 1:10 PM, Jose <[EMAIL PROTECTED]> wrote: > >> Sorry for the confusion regarding range(). >> >> Are there other idioms not in standard python that should be >> highlighted? >> >> Thanks! >> > > I'll take a shot at brief explanations for th

[sage-edu] Re: material for sage screencast

2008-09-16 Thread Robert Bradshaw
On Sep 16, 2008, at 1:25 PM, [EMAIL PROTECTED] wrote: > William Stein wrote: >> On Tue, Sep 16, 2008 at 1:10 PM, Jose <[EMAIL PROTECTED]> wrote: >> >>> Sorry for the confusion regarding range(). >>> >>> Are there other idioms not in standard python that should be >>> highlighted? >>> >>> Thanks!