Re: [Edu-sig] Announcement: How to Think Like a Computer Scientist -- Interactive Edition

2011-09-04 Thread Brad Miller
in the original book as well rather than rely on assert. It doesn't have the nice graphics of codebat for giving you feedback, but that could all be added down the road. Brad -- Brad Miller Associate Professor, Computer Science Luther College On Friday, August 26, 2011 at 9:07 PM, Carl Cerecke wrote

[Edu-sig] Announcement: How to Think Like a Computer Scientist -- Interactive Edition

2011-08-26 Thread Brad Miller
added an administrative back-end to the book so that we can have students do homework right in the browser. I'd love to hear your feedback and ideas for other interactive features. Brad -- Brad Miller Associate Professor, Computer Science Luther College

Re: [Edu-sig] How does Python do Pointers?

2008-05-05 Thread Brad Miller
Just to muddy the waters even further, David Ranum and I have adopted the terminology call by assignment for our upcoming CS1 book. we found this terminology a few Python references and liked it. Here's an excerpt: There are many different ways to pass parameters and different programming

Re: [Edu-sig] experiences teaching Python with turtle graphics?

2006-11-17 Thread Brad Miller
On Nov 17, 2006, at 8:42 AM, John Zelle wrote: On Friday 17 November 2006 8:07 am, Ernesto Costa wrote: Hi, Returning to the question of a good module about graphics. I'm using Zohn Zelle's book for my course. It has a interesting and simple to use graphics module. It would be nice if that

Re: [Edu-sig] The fate of raw_input() in Python 3000

2006-09-09 Thread Brad Miller
On Sep 8, 2006, at 4:27 PM, kirby urner wrote:On 9/8/06, kirby urner [EMAIL PROTECTED] wrote: You're not making a monkey out of your mom, by making her loop throughsome little menu, oblivious of the language underneath, its logic anddesign.  You're "protecting you mother" (aka paradigm end user)

Re: [Edu-sig] The fate of raw_input() in Python 3000

2006-09-05 Thread Brad Miller
I too will add one more voice to this chorus, in the hope that numbers will influence Guido. The fact that input and raw_input existed in Python was one important factor in our decision to move our introductory curriculum to Python a couple years ago. I can clearly remember excitedly

Re: [Edu-sig] The end is near :)

2006-04-11 Thread Brad Miller
On Apr 11, 2006, at 7:50 AM, kirby urner wrote: In the meantime, if anyone wants to read and comment on a 35 page document on the rationale behind teaching introductory programming using Python, I have one :) Please count me in. Is it better than Zelle's? I think the pro Python case has

Re: [Edu-sig] The end is near :)

2006-04-11 Thread Brad Miller
://mail.python.org/mailman/listinfo/edu-sig Brad Miller, PhDAssistant ProfessorLuther Collegehttp://www.cs.luther.edu/~bmillerjabber:  [EMAIL PROTECTED] ___ Edu-sig mailing list Edu-sig@python.org http://mail.python.org/mailman/listinfo/edu-sig

Re: [Edu-sig] IDLE wish (was Edu-sig Digest, Vol 31, Issue 16)

2006-03-08 Thread Brad Miller
On Mar 8, 2006, at 2:06 PM, Vern Ceder wrote: Andre. I like Lightening a lot! This is almost exactly what I have been wanting for beginners, and I may give it a try this spring. If IDLE behaved this well and was this easy to use things would be much better. The reliance on an

[Edu-sig] SIGCSE Special Session Slides

2006-03-05 Thread Brad Miller
excellent turnout.  We counted over 100 people in attendance!  The discussion following our short presentation was very positive.  It is clear that there is growing interest in using Python for introductory computer science.Brad--Brad Miller, PhDAssistant ProfessorLuther Collegehttp://www.cs.

Re: [Edu-sig] SIGCSE 2006 - Special Session on Teaching with Python

2006-02-26 Thread Brad Miller
On Feb 26, 2006, at 8:23 AM, Arthur wrote:Brad has been quiet about his publication   Problem Solving   with Algorithms   and Data Structures   Using PythonThanks for the plug.http://www.fbeedle.com/053-9.htmlIt's certainly of interest to me.Of course Alan Kay expressed this week that the teaching

[Edu-sig] SIGCSE 2006 - Special Session on Teaching with Python

2006-02-25 Thread Brad Miller
of you folks on the list face to face and have some great discussion about teaching with Python.Hope to see you there!Brad-- Brad Miller, PhDAssistant ProfessorLuther Collegehttp://www.cs.luther.edu/~bmillerjabber:  [EMAIL PROTECTED] PGP.sig Description: This is a digitally signed message part

Re: [Edu-sig] Python as a first language for computer sciencist

2005-10-19 Thread Brad Miller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Oct 19, 2005, at 3:07 PM, Mark Engelberg wrote: On 10/19/05, Kirby Urner [EMAIL PROTECTED] wrote: Technically speaking, there's no mistake here. The coder created a local variable that went out of scope. He could always say I meant to

Re: [Edu-sig] Python as a first language for computer sciencist

2005-10-18 Thread Brad Miller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Oct 18, 2005, at 2:57 PM, Beni Cherniavsky wrote: On Mon, 2005-10-17 at 13:00 -0500, Brad Miller wrote: [...Luther College using Python for CS1, CS2 and data structures...] Of course we also teach and use Java but we don't introduce our