Thursday, 25 September 2008

Roadmap for "Advanced Python" series

I've outlined a roadmap for my "Advanced Python" series on ShowMeDo today.
I am going to continue with a brief explanation of the lambda statement, taking a maximum of 2 videos, I would say, then I am going to continue by explaining reduce, map and filter and afterwards I'll show alternatives for them using the list comprehension/generator expression syntax. Eventually I'll also show how to write custom generators.
  • variable scope to be done
  • decorators done
  • lambda post-production
  • operators module | functools.partial post-production
  • reduce, map, filter post-production
  • list comprehensions post-production
  • generator expressions post-production
  • generators to be done

3 comments:

Juan said...

Hi Florian,
I 'm spanish fan of python & I've watched ur Screencasts of Show-Me-Do. I've got to say that ur work is excellent!! I appreciate it very mucho, so I encourage u to continue screencasting.

The best Wishes,

Juan.

Florian Mayer said...

Thanks! It's very good to know you've helped someone with your work. I've got some more videos in post-production at the moment, I'll post an announcement here once they are ready.

juan said...

That's cool. I hope see them soon.
Greetings!