Instead of deciding between Python or Lisp for a programming intro course...What about an intro course that uses *BOTH*? Good idea?

Chris Angelico rosuav at gmail.com
Wed May 13 02:17:06 EDT 2015


On Wed, May 13, 2015 at 3:56 PM, Rustom Mody <rustompmody at gmail.com> wrote:
>> Yep. I'd also use clear function/procedure names to make it more
>> visible, and probably tie this in with loops to show how you can print
>> more than one thing but can only return one. (Generators are a more
>> advanced topic.)
>
> [Structure of] Library function: basic
> Generator: advanced
>
> ?¿?¿
>
> If you ask me that's sdrawkcab

You think that generators are less advanced than the notion of code reuse??

ChrisA



More information about the Python-list mailing list