more experienced or more knowledgeable person helps to guide a less experienced or less knowledgeable person. However, true mentoring is more than just answering occasional questions or providing ad hoc help. It is about an ongoing relationship of learning, dialog, and challenge. http://en.wikipedia.org/wiki/Mentorship Sunday, July 1, 12
Couldn’t figure out why anyone used arrays • Created a lot of variables. • Lots of variables. • So many variables. • So many, many variables. Sunday, July 1, 12
= 27 40 ND = 256 50 NE = 3125 ad infinitum Before mentors VS [1, 4, 27, 256, 3125] After mentors Array [x ** x for x in range(1,6)] List comprehension to generate the array Sunday, July 1, 12