Although I don't teach, I did use NumPy for coding in a grad level CFD
course. I found much nicer to use than MATLAB. As the codes get more
complex you can introduce code profiling and inline C or FORTRAN. The
Python syntax is so clean, you spend more time on the algorithm, less
on the syntax.
On
I wrote:
> Cornell courses (undergrad only):
> http://physics.ucf.edu/~jh/ast/ast234-2003/
> http://physics.ucf.edu/~jh/ast/ast234-2004/
I should have written:
Cornell courses (undergrad only):
http://physics.ucf.edu/~jh/ast/astro234-2003/
http://physics.ucf.edu/~jh/ast/astro234-2004/
--jh--
Joe Harrington wrote:
> My syllabi (there are undergrad and grad versions) are at:
>
> Cornell courses (undergrad only):
> http://physics.ucf.edu/~jh/ast/ast234-2003/
> http://physics.ucf.edu/~jh/ast/ast234-2004/
>
>
File not found
Les Schaffer
On Feb 28, 2007, at 7:32 PM, Joe Harrington wrote:
> Hi Steve,
>
> I have taught Astronomical Data Analysis twice at Cornell using IDL,
> and I will be teaching it next Fall at UCF using NumPy. Though I've
> been active here in the recent past, I'm actually not a regular NumPy
> user myself yet
Thanks Mike:
Michael Williams wrote:
> On Tue, Feb 27, 2007 at 09:05:58PM -0700, Steven H. Rogers wrote:
>
>> I'm doing an informal survey on the use of Array Programming Languages
>> for teaching. If you're using NumPy in this manner I'd like to hear
>> from you. What subject was/is taught
On Tue, Feb 27, 2007 at 09:05:58PM -0700, Steven H. Rogers wrote:
> I'm doing an informal survey on the use of Array Programming Languages
> for teaching. If you're using NumPy in this manner I'd like to hear
> from you. What subject was/is taught, academic level, results, lessons
> learned, e
Hi Joe:
Thanks for the comprehensive response. I'll post the results to the
lists when I've compiled them.
# Steve
___
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://projects.scipy.org/mailman/listinfo/numpy-discussion
Hi Steve,
I have taught Astronomical Data Analysis twice at Cornell using IDL,
and I will be teaching it next Fall at UCF using NumPy. Though I've
been active here in the recent past, I'm actually not a regular NumPy
user myself yet (I used Numeric experimentally for about 6 months in
1997), so I
I'm doing an informal survey on the use of Array Programming Languages
for teaching. If you're using NumPy in this manner I'd like to hear
from you. What subject was/is taught, academic level, results, lessons
learned, etc.
Regards,
Steve
___
Numpy