[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.python

OT: Ideas for a first course using Python

ishwar.rattan

2/21/2008 10:48:00 PM

Sorry to butt in but I am shopping for some ideas.

I am interested in putting together a programming course for non-
programmers (outside the computer science domain) based on Pyhton. I
envision the course
similar to ones that used old-Basic interpreter.

Any one out there has such a course (already designed) or has some
experience
of such a course?

What could be a list of topics to be addressed in such a course
(domain), other
than the language syntax?

-ishwar
3 Answers

André

2/22/2008 12:58:00 AM

0

On Feb 21, 6:48 pm, ishwar.rat...@gmail.com wrote:
> Sorry to butt in but I am shopping for some ideas.
>
> I am interested in putting together a programming course for non-
> programmers (outside the computer science domain) based on Pyhton. I
> envision the course
> similar to ones that used old-Basic interpreter.
>
> Any one out there has such a course (already designed) or has some
> experience
> of such a course?
>
> What could be a list of topics to be addressed in such a course
> (domain), other
> than the language syntax?
>
> -ishwar

You might want to ask on the edu-sig list.
Or, you could google for
python "non-programmers"
and find things like http://en.wikibooks.org/wiki/Non-Programmer's_Tutorial_...

André

Mike Driscoll

2/22/2008 1:21:00 AM

0

On Feb 21, 4:48 pm, ishwar.rat...@gmail.com wrote:
> Sorry to butt in but I am shopping for some ideas.
>
> I am interested in putting together a programming course for non-
> programmers (outside the computer science domain) based on Pyhton. I
> envision the course
> similar to ones that used old-Basic interpreter.
>
> Any one out there has such a course (already designed) or has some
> experience
> of such a course?
>
> What could be a list of topics to be addressed in such a course
> (domain), other
> than the language syntax?
>
> -ishwar

This guy's been doing it for a while now as a college course:
http://mcsp.wartburg.edu/zelle/python/python-...

Mike

mikhail.savitsky@gmail.com

2/22/2008 12:50:00 PM

0

On Feb 22, 2:20 am, Mike Driscoll <kyoso...@gmail.com> wrote:
> On Feb 21, 4:48 pm, ishwar.rat...@gmail.com wrote:
>
>
>
> > Sorry to butt in but I am shopping for some ideas.
>
> > I am interested in putting together a programming course for non-
> > programmers (outside the computer science domain) based on Pyhton. I
> > envision the course
> > similar to ones that used old-Basic interpreter.
>
> > Any one out there has such a course (already designed) or has some
> > experience
> > of such a course?
>
> > What could be a list of topics to be addressed in such a course
> > (domain), other
> > than the language syntax?
>
> > -ishwar
>
> This guy's been doing it for a while now as a college course:http://mcsp.wartburg.edu/zelle/python/python-...
>
> Mike

You might want to take a look at

http://swc.scipy.org/lec/un...

It is superb and fits nicely your description.

HTH

Mikhail