Douglas Muth on 20 Mar 2007 19:43:09 -0000 |
On 3/20/07, Matthew Singleton <msingle1@sccs.swarthmore.edu> wrote: I would suggest Python. My school has recently switched over to Python for CS intro courses, and it has been very successful.
The biggest thing I like about it is that if forces indentation in blocks of code, which is a habit best learned early. :-) I also like the fact that you can "dump" arrays and hash tables just by printing them out. That's not something that you'll ever find on a production system, but is very helpful for the beginner who doesn't fully understand how those data structures work. -- Doug ___________________________________________________________________________ Philadelphia Linux Users Group -- http://www.phillylinux.org Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce General Discussion -- http://lists.phillylinux.org/mailman/listinfo/plug
|
|