October 31, 2014

Week of 10/26/14 - Python Part 08: Harder Stuff

    Now, the codeacademy people are having me do more difficult things.  First they had me do things with exam statistics, like making functions for sum, mean, variance, and standard deviation. On Friday, I began doing the "Advance Topics" section. I started out sorting dictionaries and iterating over dictionaries, and then did list comprehension syntax. What that is is adding things to a list under certain conditions. I then worked on list slicing and I just started on functional programming. Functional programming was not very well explained, and I tried to write and equivalent expression by defining a function and using loops. I still don't get it.

No comments: