Hi, my professor is asking a project.
Overview:
Get x number of students for a simple survey. Make a data analysis, including
[1] name
[2] gender
[3] ID
[4] Question 1 and data analysis
- probability
- %
- distribution
In this project, each student is an "object"
I am in introductory computer science course (1000 course), I do not really understand what he meant by "object". I know it has to do with OOP, use classes. But I do not really know what I should do. This is done in Python.
The first thing I would do is generate a cvs file and use the cvsreader interface to read a cvs file.
I will ask him whether he wants me to use existing interface, or create our own class to read a file.
So what is this "object" for each student? A class....
anyone has any recommendation on how to start it?
Just say the simplest way, have a bunch of data written inside the python script, and let the scripts read them. (forget about cvs for now)
Now, how do we make a class so that each interruption, each analysis, that student is an object?
I appropriate any feedback. Thanks for any reply.