Some python work from university. These were created to devvlop a strong foundation in object-oriented programming.
a1's main purpose was to develop a club-finding program for students. \
- Student names and information were to be in a text file, which would be read by the program.
- Based on their friends and current clubs, they would be recommended some other club that the algorithm believed would be a good fit for them.
This project simulates a gym that provides various workout classes.
This assignment takes in information recorded from a survey and assigns individuals to groups according to certain criteria. \
- Information is passed as a text file; this text file is read by the program.
- Once the information is read, it can be parsed.
- the information that is parsed is processed by the methods that are applicable to that information.