Sunday, December 6, 2015

CST 205 Week 6

Week 6

This week we covered lists, dictionaries, reading files, and good programming practices. Python has some nice features for their lists, like joining two together with a "+". So, [1, 2, 3] + [4, 5, 6] will be [1, 2, 3, 4, 5, 6]. Also, it's really neat that the values in a dictionary can be different for each key. It's extremely flexible.

The projects this week have been pretty tame. One lab was an individual lab and the other was a pair programming assignment. Both of them were pretty straight forward and simple. We began working on our final project this week, too. My group is going with a memory card game, so that we can use both the text-based game requirement and the image manipulation requirement. I think we're off to a good start so far and I'll be looking forward to finalizing it next week.

No comments:

Post a Comment