Start date: 22-08-01
#roughly
End date: 22-08-07
Main things i learned:
- Store functions return values in a variable.
- using a function in an if statement
- understanding of why sets can be helpful
- Different approaches -> win_condition for example, i spent 3h, trying numerous ways to find a valid-ish sollution.
- Debugging. I've debugged so many times, ive learned ways to test it, such as printing each thing so i can see whats happening. As well as using python tutor visualizer
- learned more about the enumerate function. I thought you could only use it in loops, but turns out that is merely not the case. IT adds a counter to your list,etc.
- the biggest thing i've learned is pateince. I used to get frustrated and disapointed in my ability to code. A lot of it had to do with my personal problems. and nothing to do with the code itself. All i needed was a bit of patience and determination, brute will power, etc. I feel like i've learned a new part of me through this project.