Introduction to Scientific Python
web.stanford.edu
Introduction to Scientific Python
1–10 of 11 posts
Re: Introduction to Scientific Python
#2> An autograder will be distributed with some of the homework. The autograder is there so you can tell if your work is correct.
This kind of thing makes me wish I had done better in high school and could have studied at a school of Stanford's caliber. I can think of many occasions in which I thought my code was satisfactory, but it failed to meet the professor's expectations (which were not clear in the assignment instructions).
Re: Introduction to Scientific Python
#3[edit: grammar]
Re: Introduction to Scientific Python
#4In classic fashion, I'm fascinated by [what I suspect is] a different aspect of this syllabus than OP. > An autograder will be distributed with some of the homework. The autograder is there so you can tell if your work is correct. This kind of thing makes me wish I had done better in high school and could have studied at a school of Stanford's caliber. I can think of many occasions in which I thought my code was sati…
I deliberately don't use Autograders for my assignments though. I want students to be able to figure out for themselves whether to be satisfied with an answer, and work out how to test it. And I suspect many employers want the same. If a student asks me "is that right", I try to remember not to tell them, but to ask questions that will help them figure it out for themselves. Similarly, providing a test-rig that answers whether a piece of code is right is sometimes inappropriate.
Re: Introduction to Scientific Python
#5In classic fashion, I'm fascinated by [what I suspect is] a different aspect of this syllabus than OP. > An autograder will be distributed with some of the homework. The autograder is there so you can tell if your work is correct. This kind of thing makes me wish I had done better in high school and could have studied at a school of Stanford's caliber. I can think of many occasions in which I thought my code was sati…
Autograders are a mixed blessing. At my University some of our courses have autograders, and I think they can be great. There is a compiler course where the main goal is to create a compiler that has a specific set of measurable features. Encoding those features in a test-rig and making it available seems appropriate. I deliberately don't use Autograders for my assignments though. I want students to be able to figure…
Re: Introduction to Scientific Python
#6Is this an online course or do you have to be enrolled at Stanford to take it? [edit: grammar]
Re: Introduction to Scientific Python
#7In classic fashion, I'm fascinated by [what I suspect is] a different aspect of this syllabus than OP. > An autograder will be distributed with some of the homework. The autograder is there so you can tell if your work is correct. This kind of thing makes me wish I had done better in high school and could have studied at a school of Stanford's caliber. I can think of many occasions in which I thought my code was sati…
Re: Introduction to Scientific Python
#8In classic fashion, I'm fascinated by [what I suspect is] a different aspect of this syllabus than OP. > An autograder will be distributed with some of the homework. The autograder is there so you can tell if your work is correct. This kind of thing makes me wish I had done better in high school and could have studied at a school of Stanford's caliber. I can think of many occasions in which I thought my code was sati…
Yes. Yes, indeed. Boy, my life could have taken a completely different course had I been able to make more decisions once my brain became more fully-developed.
Re: Introduction to Scientific Python
#9Is this an online course or do you have to be enrolled at Stanford to take it? [edit: grammar]
It seems to be an online course in the form of online slides and documentation, as this course has sadly already been given (Tu / Th 3:45PM - 5:35PM; April 4 - April 18). Nevertheless, interesting material.
Edit: google CME193 to find more course pages, if interested
Re: Introduction to Scientific Python
#10In classic fashion, I'm fascinated by [what I suspect is] a different aspect of this syllabus than OP. > An autograder will be distributed with some of the homework. The autograder is there so you can tell if your work is correct. This kind of thing makes me wish I had done better in high school and could have studied at a school of Stanford's caliber. I can think of many occasions in which I thought my code was sati…