Re: print and input were warts
Posted Sep 1, 2007 14:04 UTC (Sat) by
pr1268 (subscriber, #24648)
In reply to:
Re: print and input were warts by larryr
Parent article:
Python 3.0a1 released
Well, I teach C++ to beginning programmers (as a lab instructor) - I tell the students to put using namespace std; in their programs after the preprocessor statements and then forget about it. This enables them to dispense with the std:: crap each time.
Not that I don't agree with you; some students think C++ is totally counter-intuitive. I learned C before C++ (in 1997) and, IMO it was/is much easier to learn. (After all, it is a much smaller language.)
Adding to this discussion, one of the senior faculty at the university I attend/work at has said that students as young as 4th grade can learn Python (although, I'm still trying to learn it myself!).
(
Log in to post comments)