On Thursday, May 7, 2020 at 6:24:08 PM UTC-7, kcrisman wrote:
>
>
>> No tickets yet -- please feel free to open tickets to flesh out the way
>> forward regarding stats that you have in mind.
>>
>>
>
> Thanks. Yeah, I feel like removing functions like "mean" and "median"
> that beginners might
Were there any tickets opened related to this? I didn't see anything
>> linked to that on the wiki link Matthias posted.
>>
>>
> No tickets yet -- please feel free to open tickets to flesh out the way
> forward regarding stats that you have in mind.
>
>
Thanks. Yeah, I feel like removing
On a related note, that was one of the awesome things about the
(now-deprecated) sagenb. You clicked "Help" and got immediate links to
very relevant Sage-specific help, including for the notebook itself. (Did I
learn about search_def() from that 13 years ago? I don't know any more.)
--
You r
On Thursday, May 7, 2020 at 9:17:34 AM UTC-4, Michael Orlitzky wrote:
>
> On 5/7/20 8:45 AM, kcrisman wrote:
> >
> > Again, I think it is not necessarily the case that users of
> > Sage-the-software - say, in a CoCalc-provided notebook as a student -
> > necessarily know how to "search a bu
Here is a simple function that you could use for input of reasonable size.
But this discussion is no longer about sagemath development, so please ask
further questions about this at ask.sagemath.org
def is_quadratic_residue(a,n):
return(mod(a,n).sqrt() in ZZ)
On Wednesday, May 6, 2020 at 1
I have created https://trac.sagemath.org/wiki/SagePresentationsMarketplace for
collaborative editing.
Please edit to add your ideas / proposals for online presentations on Sage
use/development that you would like to see / give / collaborate on.
--
You received this message because you are sub
On Thursday, May 7, 2020 at 9:58:55 AM UTC-7, John H Palmieri wrote:
>
>
>
> On Thursday, May 7, 2020 at 4:40:52 AM UTC-7, Michael Orlitzky wrote:
>>
>> On 5/6/20 11:28 PM, John H Palmieri wrote:
>> >
>> > And to clarify, this is what you expect users to use instead of
>> > search_src? ;)
>>
On Thursday, May 7, 2020 at 4:40:52 AM UTC-7, Michael Orlitzky wrote:
>
> On 5/6/20 11:28 PM, John H Palmieri wrote:
> >
> > And to clarify, this is what you expect users to use instead of
> > search_src? ;)
> >
>
And to clarify, neither you nor Dima understand ";)"?
> It's an improveme
On Thursday, May 7, 2020 at 2:37:34 AM UTC-7, Dima Pasechnik wrote:
>
> On Wed, May 6, 2020 at 1:30 AM Matthias Koeppe > wrote:
> > Let me expand a little bit on what I would like to see:
> >
> > Video tutorials aimed at new Sage users
> > Video tutorials on particular Sage components
> > Vid
On Thursday, May 7, 2020 at 5:46:00 AM UTC-7, kcrisman wrote:
>
> Were there any tickets opened related to this? I didn't see anything
> linked to that on the wiki link Matthias posted.
>
>
No tickets yet -- please feel free to open tickets to flesh out the way
forward regarding stats that you h
On 5/7/20 8:45 AM, kcrisman wrote:
>
> Again, I think it is not necessarily the case that users of
> Sage-the-software - say, in a CoCalc-provided notebook as a student -
> necessarily know how to "search a bunch of files for a string" or even
> know that there is such a thing.
Anyone who wants
Were there any tickets opened related to this? I didn't see anything
linked to that on the wiki link Matthias posted.
In particular, I am wondering whether the stats module might be in a
different category than the others. At the very least, even if
"Sage-native" functionality were removed, i
> A script that we ship to end users has to be portable, which is why that
> command is a mouthful even though most of that syntax has been in "man
> find" forever. But individual users only need something that works on
> their machines. So POSIX trivia aside, "do whatever you would normally
On 5/6/20 11:28 PM, John H Palmieri wrote:
>
> And to clarify, this is what you expect users to use instead of
> search_src? ;)
>
It's an improvement to sage-grep. In another message you said, "It was
reimplemented in Python to make it work across platforms... and to make
it faster." It's not a
On Wed, May 6, 2020 at 1:30 AM Matthias Koeppe wrote:
>
> On Tuesday, May 5, 2020 at 12:49:33 PM UTC-7, Matthias Koeppe wrote:
>>
>> Would people be interested in some [online video] SageDays on the occasion
>> of the upcoming 9.1 release?
>
>
> Let me expand a little bit on what I would like to
Le 06/05/2020 à 02:30, Matthias Koeppe a écrit :
On Tuesday, May 5, 2020 at 12:49:33 PM UTC-7, Matthias Koeppe wrote:
Would people be interested in some [online video] SageDays on the occasion
of the upcoming 9.1 release?
>
I appreciate the discussion regarding suitable technical platforms fo
Le 06/05/2020 à 00:29, Thierry a écrit :
Hi,
On Tue, May 05, 2020 at 12:49:33PM -0700, Matthias Koeppe wrote:
Would people be interested in some Zoom SageDays on the occasion of the
upcoming 9.1 release?
There is a similar open proposal for days109 :
https://wiki.sagemath.org/days109
That sa
On Thu, May 7, 2020 at 4:29 AM John H Palmieri wrote:
>
>
>
> On Sunday, May 3, 2020 at 4:48:49 PM UTC-7, Michael Orlitzky wrote:
>>
>> On 5/2/20 1:55 PM, John H Palmieri wrote:
>> >
>> > OMG, why does "sage -grep" use the "find" command?
>> >
>>
>> Others have pointed out that "-r" isn't standard
18 matches
Mail list logo