File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # -Python-Random-Group-Generator
2- Partial credit goes to the Programming Club at Normandale Community College
3-
4- This program tested and runs in python 3.2.5
5-
6- Create/Modefy groups of people based on group size and without allowing even a single member to be
7- in a new group with a member whos he/she has been in a group before.
8-
9- February 27 2015
10- Completed:
11- + Creating new text file
12- + Reading from text file
13- + Writing to text file
14- + Entering names
15- + Adding names
16- + Deleting names
17- + Printing names
18- + Group Algorithm (works but not yet impimented into this file)
19-
20- Incomplete:
21- - Print Group Algorithm in a much clearer way
22- - Integrate students with the Group Algorithm
23-
24- March 03 2015
25- Completed:
26- + Creating new text file
27- + Reading from text file
28- + Writing to text file
29- + Entering names
30- + Adding names
31- + Deleting names
32- + Printing names
33- + Group Algorithm (algorithm changed to just grab name and pop name to remove name re-use)
34- + Print Group Algorithm in a much clearer way
35- + Integrate students with the Group Algorithm (removed this step and integrated it with Group Algorithm)
36-
37- Incomplete:
38- - Rearange groups if the user wants more or less # of groups (could also be done by recreating the groups)
1+ This file using for learning...
2+ for me
3+ ========
4+ Turns "LastName, FirstName"
5+
6+ #Example
7+ * calling 'rearang_name'
8+ * calling 'rearang_name("Hopper, Grace M. ")' will return '"Grace ismail"'
9+ * calling "skd"
You can’t perform that action at this time.
0 commit comments