Advanced Topics in Python: “Review”

Objective: 

  • In this assignment, we logged into Code Academy and completed a section where it says “Advanced Topics in Python”. In this section, we basically do an overall review on certain topics like “Iterating Over Dictionaries”, “Comprehending Comprehension”, “List Slicing”, and” Lambda Expressions”.

Here are some of the topic reviews for each individual:

capture

Review – #15 Iterating Over Dictionaries

capture2

Review – #16 Comprehending Comprehension

capture3

Review – #17 List Slicing

capture4

Review – #18 Lambda Expression

Overall Experience: 

  • This assignment wasn’t as bad, more like a refresher. It allowed me to understand some of these topics much more and learn how they work with the use of Python.