Re: [sage-devel] Re: tutorial()

2013-07-08 Thread Jan Groenewald
sage: tutorial?? Type: instancemethod String Form:> File: /usr/lib/sagemath/local/lib/python2.7/site-packages/sage/misc/sagedoc.py Definition: tutorial(self) Source: def tutorial(self): """ The Sage tutorial. To get started with Sage, start here. EXAMPLES::

Re: [sage-devel] Re: tutorial on Python functional programming for mathematicians

2009-12-13 Thread Minh Nguyen
Hi Chris, On Sun, Dec 13, 2009 at 9:30 PM, chris wuthrich wrote: > > Thanks a lot for this tutorial. I think it would be great to have it > included in the documentation. See ticket #7679 [1] for a patch to enhance the Constructions document with this tutorial. [1] http://trac.sagemath.org/sag

Re: [sage-devel] Re: tutorial on Python functional programming for mathematicians

2009-12-12 Thread Minh Nguyen
Hi Jason, On Sun, Dec 13, 2009 at 11:24 AM, Jason Grout wrote: > Do you think you could add a sentence or two in the filter section about > using list comprehensions to do filters, like you did above in the map > section? The tutorial is updated with such an example. Say the problem is to gen