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
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
>
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
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
-- 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
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
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
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
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
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!
10 matches
Mail list logo