May 22, 2017 -- SienaSemanticsSurvey -- Code Breakdown -- Cell #1


class

  • provides features of Object Oriented Programming
  • has to be defined and named
  • follows basic format of:

class ClassName:
     <statement 1>
:               
     <statement N>


list_Students brings in the list of students
list_Questions brings in the questions asked in the survey


clean_Dupli_NaN section deletes any data that was entered twice for the same student from the code.

Comments

Popular posts from this blog

6/14/17 Notes

6/06/17 Notes (formatting code and searching for a specific person)

May 22, 2017 -- SienaSemanticsSurvey -- Code Breakdown -- Cell #8